Skip to content

Commit

Permalink
fix: slurm script names should include $dataset for uniqueness (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Jul 2, 2024
1 parent c3e65fb commit c002b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-monitoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ for rdir in ${rdirs[@]}; do
mkdir -p $outputSubDir

# make job scripts for each $key
jobscript=$slurmDir/scripts/$key.$runnum.sh
jobscript=$slurmDir/scripts/$key.$dataset.$runnum.sh
case $key in

detectors)
Expand Down

0 comments on commit c002b3a

Please sign in to comment.