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

Intel Fortran compiler 8.1 on LINUX + MPICH

Eran_A_
Beginner
396 Views
Hi folks

Have anyone encountered the following problem:
I have configured and made MPICH(1.2.7)
library with Intel Fortran 8.1 on Redhat
Linux 9.
Installation went smoothly. Then trying
the package standard test cases , compilation
using mpif90 went smoothly, but trying to run, using mpirun -np 2 [ ].ex produced the
following error message:
"
error while loading shared libraries:libimf.so: cannot open shared library file: no such file or directory
"
May I also say that enviroment variable
LD_LIBRARY_PATH was pointing the the intel compiler lib directory, where the libimf.so file was located.

Is there a need for another enviroment variable?
0 Kudos
0 Replies
Reply