Skip to content

Commit

Permalink
matrix_pdlib_mpi: update slurm submit dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Nov 29, 2023
1 parent 7ab3c4b commit 451825b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions regtests/matrix_pdlib_mpi
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
#!/bin/sh

#SBATCH -n 16
#SBATCH -q debug
#SBATCH -t 00:30:00
#SBATCH -q batch
#SBATCH -t 01:00:00
#SBATCH -A marine-cpu
#SBATCH -J w3regmpi
#SBATCH -o w3regmpi.out

# USER PARAMS: 1) #SBATCH -n <highMPI>, 2) mproc=<lowMPI>, 3) WW3DIR=<currentWW3>
# USER PARAMS:
# -----------
# 1) #SBATCH -n <high-MPI-count>
# 2) mproc=<low-MPI-count>
mproc=11
WW3DIR=ww3-blk-exp-06

nproc=$SLURM_NTASKS
REGDIR=/scratch1/NCEPDEV/climate/Matthew.Masarik/projs/reproduce_mpi/regtest_ww3_ufs1.1-unstr/runs/$WW3DIR/regtests


nproc=$SLURM_NTASKS
REGDIR=$SLURM_SUBMIT_DIR

module purge
module load cmake/3.20.1
module load intel/2022.1.2
Expand Down

0 comments on commit 451825b

Please sign in to comment.