From 767a649b620f88a7ed579274ca93bdb5abd43dce Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Wed, 9 Aug 2023 10:14:24 +0200 Subject: [PATCH] modified: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb --- o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb b/o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb index a5cf30bd..d7895304 100644 --- a/o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb +++ b/o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb @@ -68,11 +68,12 @@ configopts += ' --enable-mpi-thread-multiple' configopts += ' --with-verbs' configopts += ' --enable-mpirun-prefix-by-default' configopts += ' --with-hwloc=$EBROOTHWLOC' # hwloc support -configopts += ' --with-tm=/opt/pbs ' # Enable PBS -#configopts += ' --with-slurm ' # Enable slurm +#configopts += ' --with-tm=/opt/pbs ' # Enable PBS +configopts += ' --with-slurm ' # Enable slurm configopts += ' --enable-mpi-cxx' # Enable building the C++ MPI bindings configopts += ' --with-ucx=$EBROOTUCX' configopts += ' --with-knem=/opt/knem-1.1.4.90mlnx1' +configopts += ' --with-pmix=/opt/it4i-libs/PMIx/4.2.2' osdependencies = [('libibverbs-dev', 'libibverbs-devel', 'rdma-core-devel')]