From 32bd7274fdc5cade51a96fbf11185e182c76145e Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 23 Sep 2022 10:01:25 +0200 Subject: [PATCH] Fix based on AFischers suggestion --- machine_profiles/alcc_spack/batch_preambles/main | 3 ++- machine_profiles/alcc_spack/profile.bash | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/machine_profiles/alcc_spack/batch_preambles/main b/machine_profiles/alcc_spack/batch_preambles/main index f0507f7..d266ff6 100644 --- a/machine_profiles/alcc_spack/batch_preambles/main +++ b/machine_profiles/alcc_spack/batch_preambles/main @@ -1,5 +1,6 @@ #!/bin/bash -l -#SBATCH --partition=epyc +#SBATCH --partition=alcc1,epyc +#SBATCH --exclude=alcc132 #SBATCH -o __runDir__/__mainJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __mainJobName__ diff --git a/machine_profiles/alcc_spack/profile.bash b/machine_profiles/alcc_spack/profile.bash index 8b294f6..f5b0755 100644 --- a/machine_profiles/alcc_spack/profile.bash +++ b/machine_profiles/alcc_spack/profile.bash @@ -6,8 +6,9 @@ ulimit -s unlimited # --- MPI settings --- -mpiCommandPre="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" +mpiCommandPre="mpirun" +#mpiCommandMain="mpirun -mca pml ucx -mca coll ^hcoll -x UCX_TLS=tcp,shm -x UCX_NET_DEVICES=eth5 /usr/bin/time -v" +mpiCommandMain="mpirun" mpiCommandReal=${mpiCommandPre} # --- Batch system --- -- GitLab