Skip to content

Commit

Permalink
Remove SLURM_MPI_TYPE also for GPU partition, as it breaks MPI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Jul 18, 2023
1 parent eb49664 commit b663472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/izum_vega.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# Pass job environment variables like $PATH, etc., into job steps
'export SLURM_EXPORT_ENV=ALL',
# Needed when using srun launcher
'export SLURM_MPI_TYPE=pmix',
# 'export SLURM_MPI_TYPE=pmix', # WARNING: this broke the GROMACS on Vega
# Avoid https://github.com/EESSI/software-layer/issues/136
# Can be taken out once we don't care about old OpenMPI versions anymore (pre-4.1.1)
'export OMPI_MCA_pml=ucx',
Expand Down

0 comments on commit b663472

Please sign in to comment.