diff options
author | Thomas White <taw@physics.org> | 2024-02-19 10:04:36 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-02-19 10:05:23 +0100 |
commit | 3a62ae8eb067baacc12bb23404211275c3ed3d38 (patch) | |
tree | 16a0175eaa9eaf2c3adabc99754b81a6a0b5c564 /scripts/turbo-index-slurm | |
parent | bd074de22d95a3e9acf131a0829df36404eb2361 (diff) |
Draw attention to the need for separate Mille dirs for cluster jobs
Diffstat (limited to 'scripts/turbo-index-slurm')
-rwxr-xr-x | scripts/turbo-index-slurm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |