modified: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb

Former-commit-id: 252b96ca1379ac0255191cffbc653233e6c73ac3
This commit is contained in:
Lukáš Krupčík 2018-08-15 10:53:17 +02:00
parent 9bbc80b100
commit d501e31275

View File

@ -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')]