mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
modified: o/OpenMPI/OpenMPI-4.1.6-GCC-13.2.0.eb
This commit is contained in:
parent
e8f4d7dbcd
commit
eb90077777
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user