Skip to content

Commit

Permalink
Summit (OLCF): No Prepend in jsrun (#3623)
Browse files Browse the repository at this point in the history
AMReX now adds `hostname -f` information in backtraces, so we don't
need this anymore.
  • Loading branch information
ax3l authored Jan 13, 2023
1 parent 8679bf5 commit ae7998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions Tools/machines/summit-olcf/summit_power9.bsub
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@ EOL
# OpenMP: 21 threads per MPI rank
export OMP_NUM_THREADS=21

# store out task host mapping: helps identify broken nodes at scale
jsrun -n 2 -a 1 -c 21 -r 2 -e prepended hostname > task_host_mapping.txt

# run WarpX
jsrun -n 2 -a 1 -c 21 -r 2 -l CPU-CPU -d packed -b rs -e prepended <path/to/executable> <input file> > output.txt
jsrun -n 2 -a 1 -c 21 -r 2 -l CPU-CPU -d packed -b rs <path/to/executable> <input file> > output.txt
5 changes: 1 addition & 4 deletions Tools/machines/summit-olcf/summit_v100.bsub
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@ EOL
# OpenMP: 1 thread per MPI rank
export OMP_NUM_THREADS=1

# store out task host mapping: helps identify broken nodes at scale
jsrun -r 6 -a1 -g 1 -c 7 -e prepended hostname > task_host_mapping.txt

# run WarpX
jsrun -r 6 -a 1 -g 1 -c 7 -l GPU-CPU -d packed -b rs -e prepended --smpiargs="-gpu" <path/to/executable> <input file> > output.txt
jsrun -r 6 -a 1 -g 1 -c 7 -l GPU-CPU -d packed -b rs --smpiargs="-gpu" <path/to/executable> <input file> > output.txt

0 comments on commit ae7998c

Please sign in to comment.