Skip to content

Commit

Permalink
Add memory report to srun command in env/HERA.env
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Jan 9, 2024
1 parent ece7e51 commit c5a3697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ fi
step=$1

export npe_node_max=40
export launcher="srun -l --export=ALL"
#JKHexport launcher="srun -l --export=ALL"
export launcher="srun -l --epilog=/apps/local/bin/report-mem --export=ALL"
export mpmd_opt="--multi-prog --output=mpmd.%j.%t.out"

# Configure MPI environment
Expand Down

0 comments on commit c5a3697

Please sign in to comment.