Skip to content

Commit

Permalink
Decrease slurm job deadline to 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
khoffschlag authored Apr 12, 2024
1 parent 2917bd5 commit 52143e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cluster-pipeline-executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 52143e0

Please sign in to comment.