modified: o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb

This commit is contained in:
easybuild 2019-11-20 13:35:43 +01:00
parent 7c1f166bba
commit 0432c51700

View File

@ -22,7 +22,7 @@ configopts = '--enable-shared --enable-mpi-thread-multiple --with-verbs '
# suppress failure modes in relation to mpirun path
configopts += '--enable-mpirun-prefix-by-default '
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
# configopts += '--disable-dlopen ' # dont disable dlopen!
configopts += '--disable-dlopen ' # dont disable dlopen!
# https://github.com/open-mpi/ompi/issues/3630
configopts += '--with-tm=/opt/pbs ' # Enable PBS
#configopts += '--enable-mpi-java ' # Java support RT#4090