From 1ca103b4e7286fe01af6c21207b3ba814338b37c Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Wed, 10 Mar 2021 03:45:14 +0000
Subject: [PATCH] Configure OpenMPI --without-verbs

---
 definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-4.0.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-4.0.4 b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-4.0.4
index 2db2bc0..c9af1e1 100644
--- a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-4.0.4
+++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-4.0.4
@@ -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
-- 
GitLab