From 3407e21cd7b3624d2019751d4176c1a1dcb5590d Mon Sep 17 00:00:00 2001 From: Easy Build Date: Mon, 21 Aug 2017 13:33:35 +0200 Subject: [PATCH] modified: o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb --- o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb b/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb index 6fdcab53..a6353ae7 100644 --- a/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb +++ b/o/OpenMPI/OpenMPI-2.0.2-GCC-6.3.0-2.27.eb @@ -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