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...