Skip to content

Commit

Permalink
fix: avoid prmon.log clobbering (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Dec 24, 2024
1 parent fd91154 commit 3468762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ mkdir -p ${RECO_TEMP}
prmon \
--filename ${LOG_TEMP}/${TASKNAME}.npsim.prmon.txt \
--json-summary ${LOG_TEMP}/${TASKNAME}.npsim.prmon.json \
--log-filename ${LOG_TEMP}/${TASKNAME}.npsim.prmon.log \
-- \
npsim "${common_flags[@]}" "${uncommon_flags[@]}"
ls -al ${FULL_TEMP}/${TASKNAME}.edm4hep.root
Expand All @@ -193,6 +194,7 @@ fi
prmon \
--filename ${LOG_TEMP}/${TASKNAME}.eicrecon.prmon.txt \
--json-summary ${LOG_TEMP}/${TASKNAME}.eicrecon.prmon.json \
--log-filename ${LOG_TEMP}/${TASKNAME}.eicrecon.prmon.log \
-- \
eicrecon \
-Ppodio:output_file="${RECO_TEMP}/${TASKNAME}.eicrecon.tree.edm4eic.root" \
Expand Down

0 comments on commit 3468762

Please sign in to comment.