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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jimjim8888

    Linux Gfortran open file question

    now I realized that the "stream" option on gfortran only works for version4.5 or up. There is no way to read this kind of data with low version of gfrotran although there is no error in compiling.
  2. Jimjim8888

    Linux Gfortran open file question

    the data is from third party, I don't have clue on what platform/compiler he used. with AIX machine xlf90, the data can be read successfully with open(...,access='stream',form='unformatted') with Linux ifort the data can be read successfully with open(...,access='sequentail',form='binary')...
  3. Jimjim8888

    Linux Gfortran open file question

    thanks for all your suggestions. The data I am read is not direct access, so access='direct' doesn't work. What I am looking for is the GFORTRAN manual where I can find all the options for "access=" in open file statement. Anyone know where I can find this?
  4. Jimjim8888

    Linux Gfortran open file question

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

Part and Inventory Search

Back
Top