Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

-convert command ?

Status
Not open for further replies.

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.
 
Did you try reading the manual?

TTFN

FAQ731-376
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top