Skip to content

Commit

Permalink
Fix MPI issue with workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
casparvl casparvl committed Dec 5, 2024
1 parent 1926b12 commit aff54e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/azure_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
'access': ['--partition=x86-64-amd-zen4-node', '--export=NONE'],
'descr': 'Zen4, 16 cores, 30 GB',
'prepare_cmds': [
# Avoid https://www.eessi.io/docs/known_issues/eessi-2023.06/#eessi-production-repository-v202306
'export OMPI_MCA_btl=^uct,ofi'
'export OMPI_MCA_pml=ucx'
'export OMPI_MCA_mtl=^ofi'
# Use override to avoid fallback to zen3
'export EESSI_SOFTWARE_SUBDIR_OVERRIDE=x86_64/amd/zen4',
common_eessi_init(),
# Required when using srun as launcher with --export=NONE in partition access,
Expand Down

0 comments on commit aff54e2

Please sign in to comment.