When I compile a FORTRAN program using ifort, I need to add the&nbsp; <br>
command 'OPTIONS byteswapped' to the beginning of the ctl file to&nbsp; <br>
avoid getting NaN values.&nbsp; Is there a compile line option with ifort&nbsp;
<br>
that I can specify to avoid having to add the OPTIONS byteswapped&nbsp; <br>
command to my ctl file?<br>
<br>
I should note that when I compile using pgf90, I do not need to add&nbsp; <br>
'OPTIONS byteswapped' to the ctl file.<br>
<br>
Thanks,<br>
<br>
Jeff