From cc4c0255bc2a97909ff9b4cfd42e4ebe273759e6 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 3 Feb 2023 20:59:02 +0000 Subject: [PATCH] Grid Tursa 32 node MPI layout change --- Grid/systems/tursa/files/run.gpu.32nodes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Grid/systems/tursa/files/run.gpu.32nodes.sh b/Grid/systems/tursa/files/run.gpu.32nodes.sh index 1cd3c40..1f1abeb 100644 --- a/Grid/systems/tursa/files/run.gpu.32nodes.sh +++ b/Grid/systems/tursa/files/run.gpu.32nodes.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck disable=SC1091,SC2050,SC2170 -#SBATCH -J benchmark-grid-16 +#SBATCH -J benchmark-grid-32 #SBATCH -t 1:00:00 #SBATCH --nodes=32 #SBATCH --ntasks=128 @@ -48,7 +48,7 @@ mpirun -np "${SLURM_NTASKS}" -x LD_LIBRARY_PATH --bind-to none \ "${env_dir}/gpu-mpi-wrapper.sh" \ "${app}" \ --json-out "${job_info_dir}/result.json" \ - --mpi 2.4.4.4 \ + --mpi 1.4.4.8 \ --accelerator-threads 8 \ --threads 8 \ --shm 2048 &> "${job_info_dir}/log"