From d501e312759d5bb84e4fdbde45de4d78a8fb4f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 15 Aug 2018 10:53:17 +0200 Subject: [PATCH] modified: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb Former-commit-id: 252b96ca1379ac0255191cffbc653233e6c73ac3 --- o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb b/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb index 7b9bbedf..ee9867a9 100644 --- a/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb +++ b/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb @@ -24,7 +24,7 @@ configopts += '--with-tm=/opt/pbs/default ' # Enable PBS configopts += '--with-cxxrtlib="-lgcc_s -lstdc++"' # for vt-mpi-unify # for PBS Pro 13 -preconfigopts = 'export LIBS="-ldl" && ' +preconfigopts = 'export LIBS="-ldl" && export CXX="$CXX -noswitcherror" && ' # needed for --with-verbs osdependencies = [('libibverbs-dev', 'libibverbs-devel')]