May 29, 2009 #1 TheKKK Mechanical Joined Mar 22, 2009 Messages 21 Location GR Hi, on intel fortran i compile giving the command: ifort -convert big_endian myfile.f What is the "convert" command in gfortran or in lahey compilers? The above didnt work.
Hi, on intel fortran i compile giving the command: ifort -convert big_endian myfile.f What is the "convert" command in gfortran or in lahey compilers? The above didnt work.
May 29, 2009 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US Did you try reading the manual? TTFN FAQ731-376 Upvote 0 Downvote
Jun 1, 2009 #3 xwb Computer Joined Apr 29, 2005 Messages 535 Location GB Specifies the format of unformatted files containing numeric data. Type Code: ifort /? > ifort.txt Then have a look at ifort.txt for all the options available. Upvote 0 Downvote
Specifies the format of unformatted files containing numeric data. Type Code: ifort /? > ifort.txt Then have a look at ifort.txt for all the options available.