Skip to content

Commit

Permalink
updated regression/regression_param.sh srun command for Orion
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin committed Jul 31, 2023
1 parent 2465cc7 commit 67b87f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ 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
Expand Down

0 comments on commit 67b87f4

Please sign in to comment.