Our site saves small pieces of text information (cookies) on your
device in order to verify your login. These cookies are essential
to provide access to resources on this website and it will not
work properly without.
Learn more
<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>
<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?
<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>
<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
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