modified: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb

Former-commit-id: 4ae5a4cbecb3fd2c5851b53fe40ac0f472fddf28
This commit is contained in:
Lukáš Krupčík 2018-08-15 13:10:16 +02:00
parent 6c87881954
commit 7e7d36cf46

View File

@ -27,7 +27,7 @@ configopts += '--with-cxxrtlib="-lgcc_s -lstdc++"' # for vt-mpi-unify
preconfigopts = 'export LIBS="-ldl" && export CC="$CC -noswitcherror" && export CXX="$CXX -noswitcherror" && '
# needed for --with-verbs
osdependencies = [('libibverbs-dev', 'libibverbs-devel')]
osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]
libs = ["mpi_cxx", "mpi_mpifh", "mpi", "ompitrace", "open-pal", "open-rte", "vt", "vt-hyb", "vt-mpi", "vt-mpi-unify"]