Delei Li in #10: INT2LM on June 28 (#1eaa055)

in #10: INT2LM

<p> Run Int2lm:  error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory </p> <p> Dear colleagues, </p> <p> 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: <code> export LD_LIBRARY_PATH=/path/to/libimf:$LD_LIBRARY_PATH, </code> however, all failed. Does anyone have suggestions on how to solve it? </p> <p> Thank you very much. </p> <p> Best regards, </p> <p> Delei </p>

  @deleili in #1eaa055

<p> Run Int2lm:  error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory </p> <p> Dear colleagues, </p> <p> 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: <code> export LD_LIBRARY_PATH=/path/to/libimf:$LD_LIBRARY_PATH, </code> however, all failed. Does anyone have suggestions on how to solve it? </p> <p> Thank you very much. </p> <p> Best regards, </p> <p> Delei </p>

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

View in channel
<p> 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 </p>

  @deleili in #d95fbc3

<p> 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 </p>

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