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

Error running in Fortran 9.0 intel LINUX forrtl: severe (259):

xchp
Beginner
947 Views
Dear support.

Im a mathematic research of the National University of Ingeniery of LIMA-
PERU. I have the next error when was running in
intel Fortran 9.0 LINUX:

-----------------------------------------------------------------------
$./a.out

reading sst file:
tmi_amsre.fusion.2006.163.rt

forrtl: severe (259): sequential-access I/O to unit open for direct access,
unit 3, file /home/faroe/remss/f90/tmi_amsre.fusion.2006.163.rt
Image PC Routine Line Source
a.out 08089ECA Unknown Unknown Unknown
a.out 08088D29 Unknown Unknown Unknown
a.out 0806C111 Unknown Unknown Unknown
a.out 0804B39E Unknown Unknown Unknown
a.out 0804B0CE Unknown Unknown Unknown
a.out 0805BF35 Unknown Unknown Unknown
a.out 08049EA0 Unknown Unknown Unknown
a.out 08049C84 Unknown Unknown Unknown
a.out 08049C25 Unknown Unknown Unknown
libc.so.6 005BFE23 Unknown Unknown Unknown
a.out 08049B61 Unknown Unknown Unknown

$

how ever when i running the same program in FORTRAN POWER STATION for
WINDOWS i dont have any problems. Can you help me please???

0 Kudos
1 Reply
Steven_L_Intel1
Employee
947 Views
Welcome to the user forum. This is not a support channel - that is Intel Premier Support. I'll try to help you anyway.

You are trying to do something that is not allowed in Fortran - using a sequential access I/O statement on a unit opened for direct access. The Intel compiler does allow this as an option for PowerStation compatibility if you compile with the "-fpscomp general" switch.
0 Kudos
Reply