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

direct access binary file (fortran90)

fred13
Beginner
356 Views
hi,
i'm creating a direct access file as follows:
open (10,file=...,status='unknown',access='direct', &
recl=4*(1+30*25*4))
it works fine on with compaq visual fortran compiler.
When I run it using the intel compiler, it gives me funny things when I try to read the file.
I guess the problem is with the bytes, but have no idea how to slove that!
It is quite interesting, because if i create the file using the intel compiler, i can read it fine with the compaq compiler but not with the intel one.
any suggestion ???
frederic.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
356 Views
What version Intel compiler?
0 Kudos
Reply