Skip to content

Commit

Permalink
Merge pull request #97 from SebastianAchilles/20240528190055_new_pr_O…
Browse files Browse the repository at this point in the history
…penMPI503

remove outdated comment about Slurm support and add --with-show-load-errors=no in OpenMPI-5.0.3-GCC-13.3.0.eb
  • Loading branch information
boegel authored May 28, 2024
2 parents adadc26 + 2fb792e commit 4fb223d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions easybuild/easyconfigs/o/OpenMPI/OpenMPI-5.0.3-GCC-13.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ dependencies = [

# CUDA related patches and custom configure option can be removed if CUDA support isn't wanted.
preconfigopts = 'gcc -Iopal/mca/cuda/include -shared opal/mca/cuda/lib/cuda.c -o opal/mca/cuda/lib/libcuda.so && '
configopts = '--with-cuda=%(start_dir)s/opal/mca/cuda '

# 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 = '--with-cuda=%(start_dir)s/opal/mca/cuda --with-show-load-errors=no '

moduleclass = 'mpi'

0 comments on commit 4fb223d

Please sign in to comment.