From 2a65f0fee1b465139d5d0d7ef321e6ef248056fb Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 23 Sep 2022 08:50:36 +0200 Subject: [PATCH] EPYC-specific MPI command, tbc --- .../machine_specific/alcc_spack/batch_preambles/main | 2 +- .../machine_specific/alcc_spack/config.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/operational_chemistry/machine_specific/alcc_spack/batch_preambles/main b/blueprints/operational_chemistry/machine_specific/alcc_spack/batch_preambles/main index 3371ef8..f0507f7 100644 --- a/blueprints/operational_chemistry/machine_specific/alcc_spack/batch_preambles/main +++ b/blueprints/operational_chemistry/machine_specific/alcc_spack/batch_preambles/main @@ -1,5 +1,5 @@ #!/bin/bash -l -#SBATCH --partition=alcc1,epyc +#SBATCH --partition=epyc #SBATCH -o __runDir__/__mainJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __mainJobName__ diff --git a/blueprints/operational_chemistry/machine_specific/alcc_spack/config.bash b/blueprints/operational_chemistry/machine_specific/alcc_spack/config.bash index 4d92780..8febf3b 100644 --- a/blueprints/operational_chemistry/machine_specific/alcc_spack/config.bash +++ b/blueprints/operational_chemistry/machine_specific/alcc_spack/config.bash @@ -60,7 +60,7 @@ removeRunDir=false # --- MPI settings --- mpiCommandPre="mpirun /usr/bin/time -v" -mpiCommandMain="mpirun /usr/bin/time -v" +mpiCommandMain="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5 /usr/bin/time -v" mpiCommandReal=${mpiCommandPre} # --- Batch system --- -- GitLab