Skip to content

Commit

Permalink
run_unstr: reduce MPI counts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jul 16, 2024
1 parent 3bde14c commit 3f9ad4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions regtests/run_unstr
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash

#SBATCH -n 40
#SBATCH -q batch
#SBATCH -t 01:00:00
#SBATCH -n 16
#SBATCH -q debug
#SBATCH -t 00:30:00
#SBATCH -A marine-cpu
#SBATCH -J w3_pdlib
#SBATCH -o w3_pdlib.out
#SBATCH --exclusive
#SBATCH --mem-per-cpu=4GB


nProc=40 # nProc: highest MPI count should match, SBATCH -n <proc>, above
mProc=20 # mProc: lowest MPI count should be less than nProc
nProc=16 # nProc: highest MPI count should match, SBATCH -n <proc>, above
mProc=12 # mProc: lowest MPI count should be less than nProc

iostyp='1' # WW3 IOSTYP = [0, 1]

Expand Down

0 comments on commit 3f9ad4d

Please sign in to comment.