- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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???
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???
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page