Skip to content

Commit

Permalink
run_unstr_rstrt: update task counts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Apr 3, 2024
1 parent 883b9d3 commit 4d93ae6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions regtests/run_unstr_rstrt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#!/bin/bash

#SBATCH -n 8
#SBATCH -n 40
#SBATCH -q batch
#SBATCH -t 01:00:00
#SBATCH -A marine-cpu
#SBATCH -J w3_pdlib
#SBATCH -o w3_pdlib.out
#SBATCH --exclusive

nProc=8
mProc=5
nProc=40
mProc=20

REGDIR=$SLURM_SUBMIT_DIR

Expand Down

0 comments on commit 4d93ae6

Please sign in to comment.