Hi everybody.
After compiling with the next script "ifort -o cmb *.f" I try to execute typing ./cmb and all I get is the next answer:"./cmb:error while loading shared libraries:libimf.so:cannot open shared object file: No such file or directory". Does anybody know if one has to install any library files with the last intel fortran compiler?
In such a case, where could I get them?
You must know that I have no problems when I compile it with g77.
Than you for advanced,
German
連結已複製
1 回應
That library should be found in the /lib directory of your ifort installation. It should be included in the LD_LIBRARY_PATH environment at run time, as it would be set by the ifortvars.sh or ifortvars.csh script.
