Skip to content

Commit

Permalink
Fix MPI launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Jun 21, 2024
1 parent 5d6f6ba commit e49af10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/reframe_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def spack_root_to_path():
'name': 'pvc',
'descr': 'Ponte Vecchio (Dawn) compute nodes',
'scheduler': 'slurm',
'launcher': 'mpirun',
'launcher': 'srun',
'env_vars': [
['I_MPI_PMI_LIBRARY', '/usr/local/software/slurm/current-rhel8/lib/libpmi2.so'],
['I_MPI_OFI_PROVIDER', 'mlx'],
Expand Down

0 comments on commit e49af10

Please sign in to comment.