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

This commit is contained in:
Easy Build 2017-08-21 13:33:35 +02:00
parent 279b88f0e2
commit 3407e21cd7

View File

@ -13,12 +13,12 @@ sources = [SOURCELOWER_TAR_GZ]
sources = ['openmpi-%(version)s.tar.gz']
checksums = ['886698becc5bea8c151c0af2074b8392']
dependencies = [('hwloc', '1.11.5')]
dependencies = [('hwloc', '1.11.7')]
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs '
configopts += '--enable-mpirun-prefix-by-default ' # suppress failure modes in relation to mpirun path
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
configopts += '--disable-dlopen ' # statically link component, don't do dynamic loading
#configopts += '--disable-dlopen ' # dont disable dlopen! https://github.com/open-mpi/ompi/issues/3630
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
# for PBS Pro 13