Jimjim8888
Technical User
Hi,
I am using Gfortran to read a unformatted binary file like the following:
open(.......,access='stream',form='unformatted',.....)
it works fine if the gfortran version is 4.5 or up. However, if I compile the code on machines which Gfortran version less than 4.5, the job failed to read the data although there is no any error in compiling.
So I want to know whether there is any other option to set "access=...." for Gfortran version less than 4.5.
By the way, who can recommend a good Gfortran manual or user guider?
Thanks
Jim
I am using Gfortran to read a unformatted binary file like the following:
open(.......,access='stream',form='unformatted',.....)
it works fine if the gfortran version is 4.5 or up. However, if I compile the code on machines which Gfortran version less than 4.5, the job failed to read the data although there is no any error in compiling.
So I want to know whether there is any other option to set "access=...." for Gfortran version less than 4.5.
By the way, who can recommend a good Gfortran manual or user guider?
Thanks
Jim