Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29359 Discussions

Errors in reading the large files in intel fortran compiler

matsuit
Beginner
986 Views
Hello
I am having the problem to read the files using the FORTRAN90 in intel compiler.
When I try to readthe 4-byte 5800*2800 array datasets using the simple open-read program, it reads well in the Sun Machine with Sun Compiler. Butsame codedoes not work for LINUX in intel compiler with the following error:
-------------------------------------------------------------------------------------
node1:~/test> a.out
forrtl: severe (36): attempt to access non-existent record, unit 2, file /home/matsuit/test/2000169.Lai_QC_1km.dat
Image PC Routine Line Source
a.out 08068C41 Unknown Unknown Unknown
a.out 0804B291 Unknown Unknown Unknown
a.out 0804B888 Unknown Unknown Unknown
a.out 0805B634 Unknown Unknown Unknown
a.out 0805AC75 Unknown Unknown Unknown
a.out 0804A04C Unknown Unknown Unknown
a.out 0804A0DC Unknown Unknown Unknown
a.out 400927DA Unknown Unknown Unknown
a.out 00000000 Unknown Unknown Unknown
--------------------------------------------------------------------------------------
At least, this size of data should not be the problem for linux's memory (2Gbytes). Do I need the specific fortran compiler flag to solve this?
Could anyone solve this issue??
Toshihisa Matsui
0 Kudos
4 Replies
Steven_L_Intel1
Employee
986 Views
Please make sure you have the latest compiler version, which I think for Linux is 8.0.047.I think this was a bug in an earlier version.If it still fails, please submit an example to Intel Premier Support.
0 Kudos
matsuit
Beginner
986 Views
Hi, Steve
We already have 8.0.034, which is the brand-new version that we can download.
If you know the webto download8.0.047, pl letme know.
Also,tell me the web (e-mail) of theIntel Premier Support.
Toshi
0 Kudos
matsuit
Beginner
986 Views
Hi, Steve
We already have 8.0.034, which is the brand-new version that we can download.
If you know the webto download8.0.047, pl letme know.
Also,tell me the web (e-mail) of theIntel Premier Support.
Toshi
0 Kudos
Steven_L_Intel1
Employee
986 Views
8.0.034 is the December version. You need to register with Premier Support using the serial number sent to you along with the license. Then log in at https://premier.intel.com/ and click on FIle Downloads. There you'll find the newer version. This is also where you submit support requests - it isn't done by e-mail.
0 Kudos
Reply