From a12ad18b496530bf7d0e443941a87a53b3a0db75 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Wed, 8 Sep 2021 17:43:04 -0400 Subject: [PATCH] Fixed the SLURM script for the test case to ask for 1 GB per cpu, which is how Bell is configured. --- examples/symba_mars_disk/runswiftest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/symba_mars_disk/runswiftest.sh b/examples/symba_mars_disk/runswiftest.sh index 748a9d774..c7d069d39 100644 --- a/examples/symba_mars_disk/runswiftest.sh +++ b/examples/symba_mars_disk/runswiftest.sh @@ -4,8 +4,8 @@ #SBATCH --ntasks=1 #SBATCH --time=14-00:00:00 #SBATCH --ntasks-per-node=1 -#SBATCH --cpus-per-task=12 -#SBATCH --mem=96G +#SBATCH --cpus-per-task=4 +#SBATCH --mem-per-cpu=1G #SBATCH --job-name=high_high #SBATCH --no-requeue #SBATCH -o %x.out