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
Which it doesn't look like exists when I pulled the latest version of the container. I also noticed a lot of libs in /opt/intel/oneapi/redist/lib and I'm wondering if that's what is supposed to be in the LD_LIBRARY_PATH and LIBRARY_PATH. All of the MPI stuff is in there, and I am getting MPI errors when I trying to run a program that uses this as a base container.
The text was updated successfully, but these errors were encountered:
https://github.com/intel/oneapi-containers/blob/master/images/docker/runtime/Dockerfile.ubuntu-20.04#L28
This points to a path
ENV LD_LIBRARY_PATH=/opt/intel/oneapi/lib
Which it doesn't look like exists when I pulled the latest version of the container. I also noticed a lot of libs in
/opt/intel/oneapi/redist/lib
and I'm wondering if that's what is supposed to be in the LD_LIBRARY_PATH and LIBRARY_PATH. All of the MPI stuff is in there, and I am getting MPI errors when I trying to run a program that uses this as a base container.The text was updated successfully, but these errors were encountered: