From 3a62ae8eb067baacc12bb23404211275c3ed3d38 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 19 Feb 2024 10:04:36 +0100 Subject: Draw attention to the need for separate Mille dirs for cluster jobs --- scripts/turbo-index-lsf | 2 ++ scripts/turbo-index-slurm | 2 ++ 2 files changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/turbo-index-lsf b/scripts/turbo-index-lsf index f7635de4..d82ccbf8 100644 --- a/scripts/turbo-index-lsf +++ b/scripts/turbo-index-lsf @@ -67,6 +67,8 @@ for FILE in split-events-${RUN}.lst*; do command="indexamajig -i $FILE -o $STREAMDIR/$STREAM --serial-start=$POS" command="$command -j \`nproc\` -g $GEOM" #command="$command --peaks=zaef" # Indexing parameters here + # Note: if using --mille, each indexamajig job needs its own directory: + # --mille-dir=mille-data-$NUMBER echo $command >> $SLURMFILE diff --git a/scripts/turbo-index-slurm b/scripts/turbo-index-slurm index 86da315f..d976851e 100755 --- a/scripts/turbo-index-slurm +++ b/scripts/turbo-index-slurm @@ -81,6 +81,8 @@ for FILE in split-events-${RUN}.lst*; do command="indexamajig -i $FILE -o $STREAMDIR/$STREAM --serial-start=$POS" command="$command -j \`nproc\` -g $GEOM" #command="$command --peaks=zaef" # Indexing parameters here + # Note: if using --mille, each indexamajig job needs its own directory: + # --mille-dir=mille-data-{$NUMBER} echo $command >> $SLURMFILE -- cgit v1.2.3