You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct help instruction for the Deep Variant tool e.g. without the following error prompted at stdout
2024-11-12 15:40:09.008692: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /hpc/apps/cuda/cuda_12.2.2/lib64/:/.singularity.d/libs
2024-11-12 15:40:09.008745: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /hpc/apps/cuda/cuda_12.2.2/lib64/:/.singularity.d/libs
2024-11-12 15:40:09.008752: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly.
Actual behavior
The tool runs smoothly until it engages GPU in the second step of the processing; this causes the run to abort and returns the previous message. In theory, the application should run to completion using the following:
however, it seems to not be able to see the environment variable export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/hpc/apps/cuda/cuda_12.2.2/lib64/, which I set outside the container, and recall in phase of launching with --bind /hpc/apps/cuda/cuda_12.2.2/lib64. On the other hand, running singularity shell and exporting the variable within the container seems to work, but I'm unsure whether it can be used in a conventional script. Ideally, I'm lookig for a way to export environment variable along with singularity run.
Version of Singularity:
What version of Singularity are you using? Run:
Expected behavior
Correct help instruction for the
Deep Variant
tool e.g. without the following error prompted at stdoutActual behavior
The tool runs smoothly until it engages GPU in the second step of the processing; this causes the run to abort and returns the previous message. In theory, the application should run to completion using the following:
however, it seems to not be able to see the environment variable
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/hpc/apps/cuda/cuda_12.2.2/lib64/
, which I set outside the container, and recall in phase of launching with--bind /hpc/apps/cuda/cuda_12.2.2/lib64
. On the other hand, runningsingularity shell
and exporting the variable within the container seems to work, but I'm unsure whether it can be used in a conventional script. Ideally, I'm lookig for a way to export environment variable along withsingularity run
.Steps to reproduce this behavior
How can others reproduce this issue/problem?
What OS/distro are you running
How did you install Singularity
The IT team did it, so not sure about the actual procedure.
The text was updated successfully, but these errors were encountered: