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

help the error libsvml.so: cannot open shared object file: No such file or directory

zhizildx
Beginner
2,205 Views

Hi everyone:

I use the intel compiler 10.1, when i compile the model it has a warning:/opt/intel/fce/10.1.018/lib/libimf.so: warning: warning: feupdateenv is not implemented and will always fail. But it has build the .exe sucessfully.

but the exe file deal with the program there is the error :./rams: error while loading shared libraries: libsvml.so: cannot open shared object file: No such file or directory

the include.mk is

#----------------- LINUX Portland Group pgf77/gcc ---------------
CMACH=PC_LINUX1
F_COMP=ifort
F_OPTS=-O2 -pc 64 -free
#F_OPTS=-FR -fp -Vaxlib -save -tpp6 -O3 -w90 -w95 -w -g
C_COMP=gcc
C_OPTS=-O3 -DUNDERSCORE -DLITTLE
LOADER=ifort
LOADER_OPTS=-L/usr/local/NAG/fll6i21dcl/lib -lnag_nag
C_LOADER=gcc
C_LOADER_OPTS=
#LIBS=
LIBS=lsvml -lpthread
MOD_EXT=mod
#-----------------------------------------------------------------
and the .bashrc

source /opt/intel/idbe/10.1.018/bin/idbvars.sh
source /opt/intel/fce/10.1.018/bin/ifortvars.sh
LD_LIBRARY_PATH=/opt/intel/fce/10.1.018/lib

export LD_LIBRARY_PATH

what is the problem? Could anyone can help me?

Thanks

0 Kudos
0 Replies
Reply