Push notifications in your browser are not yet configured.
You are not logged in, you may not see all content and functionalities. If you have an account, please login .
Run Int2lm: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
Dear colleagues,
We have compiled int2lm and cclm successfully on our supercomputer. However, when we are trying to run the test examples, we encounter errors for Int2lm, which is “error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory”. But this library exists and have been added. We tried to add it in job_settings, int2lm.job.sh or subchain like:
export LD_LIBRARY_PATH=/path/to/libimf:$LD_LIBRARY_PATH,
however, all failed. Does anyone have suggestions on how to solve it?Thank you very much.
Best regards,
Delei
For these who may have similar problem, we have solved the issue, by chaning “srun -l --hint=nomultithread --distribution=block:cyclic ${INT2LM_EXE}” to “mpirun ${INT2LM_EXE}” in int2lm.job.sh