From 84858769c9cb5f1950d2a9cf724e03a4c20baf17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 15 Aug 2018 10:53:28 +0200 Subject: [PATCH] modified: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb Former-commit-id: 835008fc46da0cd09385aef21e05342052df964d --- o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb b/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb index 7b9bbedf..70525a19 100644 --- a/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb +++ b/o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb @@ -16,7 +16,7 @@ source_urls = ['http://www.open-mpi.org/software/ompi/v%(version_major_minor)s/d dependencies = [('hwloc', '1.11.7')] -configopts = '--with-threads=posix --enable-shared --enable-static --enable-mpi-thread-multiple --with-verbs ' +configopts = '--with-threads=posix --enable-shared --enable-static --enable-mpi-thread-multiple ' 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 @@ -27,7 +27,7 @@ configopts += '--with-cxxrtlib="-lgcc_s -lstdc++"' # for vt-mpi-unify preconfigopts = 'export LIBS="-ldl" && ' # needed for --with-verbs -osdependencies = [('libibverbs-dev', 'libibverbs-devel')] +#osdependencies = [('libibverbs-dev', 'libibverbs-devel')] libs = ["mpi_cxx", "mpi_mpifh", "mpi", "ompitrace", "open-pal", "open-rte", "vt", "vt-hyb", "vt-mpi", "vt-mpi-unify"]