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

missing path?

Deleted_U_Intel
Employee
493 Views
Greetings,
The code we are using is unable to rewind the input file. It generates the following error message. This code works previously using ifc 7.1.
Please advise.Thanks.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
forrtl: info: Fortran error message number is 20.
forrtl: warning: Could not open message catalog: ifcore_msg.cat.
forrtl: info: Check environment variable NLSPATH and protection of /usr/lib/ifcore_msg.cat.
0 Kudos
1 Reply
TimP
Honored Contributor III
493 Views
As to the failure to find the error messages file, the compiler installation should have put a symlink in /usr/lib to the file of the same name installed in the compiler directory. If you are running somewhere else, you may want to install a copy of that file, in order to get the original error message displayed.
0 Kudos
Reply