Skip to content

Commit 5f43d1e

Browse files
author
Matthew McEneaney
committed
fix: Changed output slurm directory names to be unique for steps 1 and 2 of QA.
1 parent eb19e4b commit 5f43d1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/run-detectors-timelines.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
286286
# start job lists
287287
echo """
288288
Generating job scripts..."""
289-
slurmDir=$TIMELINESRC/slurm
289+
slurmDir=./slurm/step2
290290
mkdir -p $slurmDir/scripts
291291
jobkeys=()
292292
for timelineObj in $timelineList; do

bin/run-monitoring.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ slurmJobName=clas12-timeline--$dataset
281281
# start job lists
282282
echo """
283283
Generating job scripts..."""
284-
slurmDir=./slurm
284+
slurmDir=./slurm/step1
285285
mkdir -p $slurmDir/scripts
286286
jobkeys=()
287287
for key in detectors physics; do

0 commit comments

Comments
 (0)