diff --git a/layouts/shortcodes/queues.html b/layouts/shortcodes/queues.html index 5b0bb381f..07d728995 100644 --- a/layouts/shortcodes/queues.html +++ b/layouts/shortcodes/queues.html @@ -26,8 +26,8 @@ standard 7 days 1 - 40 - 40 + 37 + 37 9GB 750GB 1.00 @@ -35,9 +35,9 @@ parallel 3 days - 25 - 1500 - 40 + 50 + 1850 + 37 9GB 375GB 1.00 @@ -47,7 +47,7 @@ 4 days 2 32 - 48 + 45 60GB 1464GB 1.00 @@ -57,7 +57,7 @@ 3 days 4 32GPUs - 128 + 125 6GB 1953GB 3.00 * @@ -67,7 +67,7 @@ 1 hour 2 16 - 28 + 25 6GB 246GB 0.00 diff --git a/static/scripts/fluent.slurm b/static/scripts/fluent.slurm index 6c41632a3..0824a3f11 100644 --- a/static/scripts/fluent.slurm +++ b/static/scripts/fluent.slurm @@ -1,6 +1,6 @@ #!/bin/bash #SBATCH --nodes=2 -#SBATCH --ntasks-per-node=40 +#SBATCH --ntasks-per-node=36 #SBATCH --time=12:00:00 #SBATCH --partition=parallel #SBATCH -J myFluentrun diff --git a/static/scripts/namd.slurm b/static/scripts/namd.slurm index bdcc71c11..3c024c30a 100644 --- a/static/scripts/namd.slurm +++ b/static/scripts/namd.slurm @@ -2,7 +2,7 @@ #SBATCH -A mygroup # your allocation account #SBATCH -p parallel # partition #SBATCH -N 2 # number of nodes -#SBATCH --ntasks-per-node=40 # number of tasks +#SBATCH --ntasks-per-node=36 # number of tasks #SBATCH -t 24:00:00 # time module purge diff --git a/static/scripts/qe_cpu.slurm b/static/scripts/qe_cpu.slurm index d199ddf3f..ac8322787 100644 --- a/static/scripts/qe_cpu.slurm +++ b/static/scripts/qe_cpu.slurm @@ -2,7 +2,7 @@ #SBATCH -A myallocation # your allocation #SBATCH -p parallel # partition #SBATCH -N 2 # number of nodes -#SBATCH --ntasks-per-node=40 # number of tasks +#SBATCH --ntasks-per-node=36 # number of tasks #SBATCH -t 1-00:00:00 # walltime module purge