aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-19 10:04:36 +0100
committerThomas White <taw@physics.org>2024-02-19 10:05:23 +0100
commit3a62ae8eb067baacc12bb23404211275c3ed3d38 (patch)
tree16a0175eaa9eaf2c3adabc99754b81a6a0b5c564 /scripts
parentbd074de22d95a3e9acf131a0829df36404eb2361 (diff)
Draw attention to the need for separate Mille dirs for cluster jobs
Diffstat (limited to 'scripts')
-rw-r--r--scripts/turbo-index-lsf2
-rwxr-xr-xscripts/turbo-index-slurm2
2 files changed, 4 insertions, 0 deletions
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