From 52143e0e9f89914fc66335681f2c5243949f3742 Mon Sep 17 00:00:00 2001 From: Kevin Hoffschlag <72939508+khoffschlag@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:49:27 +0200 Subject: [PATCH] Decrease slurm job deadline to 3 hours --- scripts/cluster-pipeline-executor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cluster-pipeline-executor.sh b/scripts/cluster-pipeline-executor.sh index 1d93fb4..f8cebbb 100644 --- a/scripts/cluster-pipeline-executor.sh +++ b/scripts/cluster-pipeline-executor.sh @@ -109,7 +109,7 @@ for subject_folder in ${INDIR}/sub-*; do cat << EOF > "${job_path}" #!/bin/bash #SBATCH --job-name=${subject_id}_${dataset_name} -#SBATCH --time=48:00:00 +#SBATCH --time=3:00:00 #SBATCH --nice=${NICE} #SBATCH --output="${LOG_PATH}/${subject_id}.out" #SBATCH --cpus-per-task ${CPUS_PER_TASK}