modified: o/OpenMPI/OpenMPI-4.1.6-GCC-13.2.0.eb

This commit is contained in:
Lukas Krupcik 2024-01-05 13:56:15 +01:00
parent e8f4d7dbcd
commit eb90077777

View File

@ -1,5 +1,5 @@
# IT4Innovations # IT4Innovations
# LK 2023 # LK 2024
name = 'OpenMPI' name = 'OpenMPI'
version = '4.1.6' version = '4.1.6'
@ -55,6 +55,13 @@ preconfigopts = ' && '.join([
# CUDA related patches and custom configure option can be removed if CUDA support isn't wanted. # CUDA related patches and custom configure option can be removed if CUDA support isn't wanted.
configopts = '--with-cuda=internal ' configopts = '--with-cuda=internal '
# disable MPI1 compatibility for now, see what breaks...
# configopts += '--enable-mpi1-compatibility '
# to enable SLURM integration (site-specific)
# configopts += '--with-slurm --with-pmi=/usr/include/slurm --with-pmi-libdir=/usr'
configopts += '--enable-shared --enable-mpi-thread-multiple --with-verbs ' configopts += '--enable-shared --enable-mpi-thread-multiple --with-verbs '
configopts += '--enable-mpirun-prefix-by-default ' configopts += '--enable-mpirun-prefix-by-default '
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support