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

EPYC-specific MPI command, tbc

parent 1681c794
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l
#SBATCH --partition=alcc1,epyc
#SBATCH --partition=epyc
#SBATCH -o __runDir__/__mainJobName__.%j.%N.out
#SBATCH -D __runDir__
#SBATCH -J __mainJobName__
......
......@@ -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 ---
......
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