Skip to content
Snippets Groups Projects
Commit 32bd7274 authored by Christoph Knote's avatar Christoph Knote
Browse files

Fix based on AFischers suggestion

parent 1cbf6228
No related branches found
No related tags found
No related merge requests found
#!/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__
......
......@@ -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 ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment