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

Error Code lists?

lklawrie1
Beginner
656 Views
Specifically I'm interested in IOSTAT error numbers but also would be intested in RunTime errors. -- That is, a long explanation string for the error code.
Surely, they are not standard between compilers (i.e. Intel vs Lahey?)
If someone can point me to the Intel listing, I'd appreciate it. (I know about iosdef.for but that's a bit cryptic and may not be complete?)
Linda
0 Kudos
3 Replies
Steven_L_Intel1
Employee
656 Views
No, error codes are not standard across compilers.

Run-time error numbers are documented in the User's Guide Volume 1, Reference Information, Run-Time Error Messages.
0 Kudos
lklawrie1
Beginner
656 Views
Thanks, as always, Steve.
I had looked in all the other documents and searched, but yes -- did find what I needed from the User Guide documents.
Are they at least standard between CVF and IVF?
Linda
0 Kudos
Steven_L_Intel1
Employee
656 Views
Pretty much so, yes. Any error code from CVF should be the same number in Intel Fortran 8 or higher.
0 Kudos
Reply