Skip to content

Commit 0e3ad41

Browse files
author
Berrisford
committed
Reduce time to improve queue priority
1 parent e1199bd commit 0e3ad41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exeter_isca_slurm_submission_scripts/game_of_life.slurm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#SBATCH --cpus-per-task=1 # Threads per task (for Python/IO)
2626
#SBATCH --gres=gpu:1 # Number of GPUs to reserve
2727
#SBATCH -A Research_Project-RSATeam # Research Project
28-
#SBATCH --time=2:00:00 # Designated Wall Time
28+
#SBATCH --time=0:10:00 # Designated Wall Time
2929

3030
####-------------------------------------------------------------------####
3131
#### 1) Load Required Modules (Without Spack)

exeter_isca_slurm_submission_scripts/game_of_life_nvidia_nsight_profiling.slurm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#SBATCH --cpus-per-task=1 # CPU cores per task (for threading)
1313
#SBATCH --gres=gpu:1 # Number of GPUs to reserve
1414
#SBATCH -A Research_Project-RSATeam # Research Project
15-
#SBATCH --time=2:00:00 # Designated Wall Time
15+
#SBATCH --time=0:10:00 # Designated Wall Time
1616

1717
####-------------------------------------------------------------------####
1818
#### 1) Load Required Modules (Without Spack)

exeter_isca_slurm_submission_scripts/temperature_diffusion.slurm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#SBATCH --cpus-per-task=1 # CPU cores per task (for threading/IO)
2626
#SBATCH --gres=gpu:1 # Number of GPUs to reserve
2727
#SBATCH -A Research_Project-RSATeam # Research Project
28-
#SBATCH --time=2:00:00 # Designated Wall Time
28+
#SBATCH --time=0:10:00 # Designated Wall Time
2929

3030
####-------------------------------------------------------------------####
3131
#### 1) Load Required Modules (Without Spack)

0 commit comments

Comments
 (0)