Skip to content

Commit

Permalink
Merge pull request #189 from pni-lab/stricter-slurm-job-deadline
Browse files Browse the repository at this point in the history
Decrease slurm job deadline to 3 hours
  • Loading branch information
spisakt authored May 21, 2024
2 parents 2917bd5 + 52143e0 commit 9f6f850
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 9f6f850

Please sign in to comment.