Merge branch 'it4i-salomon'

Former-commit-id: ad1f14fd35aeb5b91dc1f24ca1a92db3eb5c94ba
This commit is contained in:
Lukáš Krupčík 2018-08-15 10:53:39 +02:00
commit abec506e54

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