Skip to content

Commit 1d6c484

Browse files
author
Matthew McEneaney
committed
fix: Let slurm handle logging.
1 parent dcdfae9 commit 1d6c484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/run-detectors-timelines.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ echo "TIMELINE OBJECT $key"
324324
export CLASSPATH=$CLASSPATH
325325
326326
# produce detector timelines
327-
java $TIMELINE_JAVA_OPTS $run_detectors_script $key $inputDir > $logFile.out 2> $logFile.err || touch $logFile.fail
327+
java $TIMELINE_JAVA_OPTS $run_detectors_script $key $inputDir
328328
EOF
329329

330330
# grant permission and add it `joblist`

0 commit comments

Comments
 (0)