From 3f9ad4df59980c1b35f64432faed81472a4e64f9 Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Tue, 16 Jul 2024 19:24:23 +0000 Subject: [PATCH] run_unstr: reduce MPI counts --- regtests/run_unstr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/regtests/run_unstr b/regtests/run_unstr index 1cdde842f..566c7d2d3 100644 --- a/regtests/run_unstr +++ b/regtests/run_unstr @@ -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 , above - mProc=20 # mProc: lowest MPI count should be less than nProc + nProc=16 # nProc: highest MPI count should match, SBATCH -n , above + mProc=12 # mProc: lowest MPI count should be less than nProc iostyp='1' # WW3 IOSTYP = [0, 1]