modified: o/OpenMPI/OpenMPI-1.10.2-GCC-5.3.0-2.26.eb

This commit is contained in:
Lukáš Krupčík 2017-06-07 15:14:36 +02:00
parent 8b2fd6b0be
commit 2c753b3210

View File

@ -24,6 +24,9 @@ configopts += '--disable-dlopen ' # statically link component, don't do dynamic
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
configopts += '--enable-mpi-java ' # Java support RT#4090
# for PBS Pro 13
preconfigopts = 'export LIBS="-ldl" && '
# needed for --with-verbs
osdependencies = [('libibverbs-dev', 'libibverbs-devel')]