Skip to content

Commit

Permalink
Remove labels to fix RT on Orion and Jet NOAA-EMC#447 (NOAA-EMC#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored Aug 1, 2023
1 parent d0fdffc commit fb580f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,13 @@ if [[ "$machine" = "Hera" ]]; then
export APRUN="srun"
elif [[ "$machine" = "Orion" ]]; then
export OMP_STACKSIZE=2048M
export APRUN="srun --label -n \$ntasks"
export APRUN="srun -n \$ntasks"
elif [[ "$machine" = "Jet" ]]; then
export OMP_STACKSIZE=1024M
export MPI_BUFS_PER_PROC=256
export MPI_BUFS_PER_HOST=256
export MPI_GROUP_MAX=256
export APRUN="srun --label -n \$ntasks --cpus-per-task=\$threads"
export APRUN="srun -n \$ntasks --cpus-per-task=\$threads"
elif [[ "$machine" = "Gaea" ]]; then
export OMP_STACKSIZE=1024M
export MPI_BUFS_PER_PROC=256
Expand Down

0 comments on commit fb580f1

Please sign in to comment.