Compare commits

...

2 Commits

Author SHA1 Message Date
Lukas Krupcik
6ebf714350 Merge branch 'it4i-barbora' 2024-01-05 13:56:33 +01:00
Lukas Krupcik
eb90077777 modified: o/OpenMPI/OpenMPI-4.1.6-GCC-13.2.0.eb 2024-01-05 13:56:15 +01:00

@ -1,5 +1,5 @@
# IT4Innovations
# LK 2023
# LK 2024
name = 'OpenMPI'
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.
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-mpirun-prefix-by-default '
configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support