Skip to content
Snippets Groups Projects
Commit 1ca103b4 authored by Marty Kandes's avatar Marty Kandes
Browse files

Configure OpenMPI --without-verbs

parent 78951198
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ From: mkandes/naked-singularity:ubuntu-18.04
wget "${OMPI_ROOT_URL}/v${OMPI_MAJOR}.${OMPI_MINOR}/openmpi-${OMPI_VERSION}.tar.gz"
tar -xf "openmpi-${OMPI_VERSION}.tar.gz"
cd "openmpi-${OMPI_VERSION}"
./configure --prefix="${OMPI_INSTALL_DIR}"
./configure --prefix="${OMPI_INSTALL_DIR}" --without-verbs
make all install
cd /tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment