From e49af104b59b45c340f2aca0dcbba82f251d2ca8 Mon Sep 17 00:00:00 2001 From: Tuomas Koskela Date: Fri, 21 Jun 2024 15:05:57 +0100 Subject: [PATCH] Fix MPI launcher --- benchmarks/reframe_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/reframe_config.py b/benchmarks/reframe_config.py index f935a552..7818900c 100644 --- a/benchmarks/reframe_config.py +++ b/benchmarks/reframe_config.py @@ -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'],