We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f43d1e commit dcdfae9Copy full SHA for dcdfae9
1 file changed
bin/run-detectors-timelines.sh
@@ -275,7 +275,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
275
276
fi # condition end: produce timelines, multi-threaded
277
278
- # produce timelines, distributed on SLURM or test singly or sequentially locally
+ # produce timelines, distributed on SLURM
279
if ${modes['run-slurm']} && ! ${modes['after-slurm']}; then
280
281
# initial checks and preparations
@@ -383,7 +383,7 @@ EOF
383
"""
384
fi
385
exit 0
386
- fi # condition end: produce timelines, distributed on SLURM or test singly or sequentially locally
+ fi # condition end: produce timelines, distributed on SLURM
387
388
# organize output timelines
389
echo ">>> organizing output timelines..."
0 commit comments