- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compile a program prepared to be compiled or work under " pgf77" fortran. In the makefile there is the next sentences:
F77 = pgf77
FLGS = -byteswapio
I changed the first one to "F77 = ifort" because I am using Intel Fortran 9.0, but I have an error (or a warning) with the function -byteswapio:
ifort: Command line warning: ignoring unknown option '-byteswapio'
Could anyone help me and tell me what I have to put in the place of '-byteswapio'?
Thanks for all
F77 = pgf77
FLGS = -byteswapio
I changed the first one to "F77 = ifort" because I am using Intel Fortran 9.0, but I have an error (or a warning) with the function -byteswapio:
ifort: Command line warning: ignoring unknown option '-byteswapio'
Could anyone help me and tell me what I have to put in the place of '-byteswapio'?
Thanks for all
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-convert big_endian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Both an environment variable scheme and an OPEN keyword scheme are available to support byte swapping. Please read the documentation which comes with the compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are, I think, six different ways of specifying this behavior, through various switches, OPEN keywords and environment variables with varying granularity.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page