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

NSLPATH

nitsan1
Beginner
310 Views
hello!
i'm trying to run my program after compilation and i
get this messege
forrtl: info: Fortran error message number is 24.
forrtl: warning: Could not open message catalog: ifcore_msg.cat.
forrtl: info: Check environment variable NLSPATH and protection of /usr/lib/ifcore_msg.cat.
i'm using intel fortarn compiler 80 on fedora core 2
thanks
0 Kudos
1 Reply
TimP
Honored Contributor III
310 Views
All that says is that the error message file is not available when your program dies. You have several choices: run with the compiler environment variables set, make sure that the symlink mentioned in your message is set up, copy the message file from the compiler installation to your current directory, look up the error message number manually, .....
0 Kudos
Reply