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

Open error 178

gregr
Beginner
598 Views
Intel fortran 7.0 i always get an open error 178 when i try to open a read only file. Does intel have some new parameter you gotta put on the open?
0 Kudos
4 Replies
TimP
Honored Contributor III
598 Views
Do you have action='READ' set in your OPEN statement? This was new 15 years ago.

Message Edited by tcprince on 07-24-2004 06:08 AM

0 Kudos
gregr
Beginner
598 Views
I've got whatever the default is. I don't have a manual and the online help (in .NET) isn't alot of help.
Greg
0 Kudos
Steven_L_Intel1
Employee
598 Views
The manual is available through the Intel Fortran Compiler program group (Start..Programs..Intel Software Development Tools..etc.)

If you don't have ACTION='READ', the default is 'READWRITE' and you can't open readonly files. This is not specific to Intel Fortran.
0 Kudos
gregr
Beginner
598 Views
OK, thanks for the help.
Greg
0 Kudos
Reply