From 41307529d20677dd79fde48afaeb65ca1e8bc028 Mon Sep 17 00:00:00 2001 From: Tooba Ali <alit1@myumanitoba.ca> Date: Wed, 9 Aug 2023 03:27:54 +0000 Subject: [PATCH] cp ${REC_FILE} to ${RESULTS_PATH} for 10000 events --- benchmarks/dis/dis.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/dis/dis.sh b/benchmarks/dis/dis.sh index 4199be59..e52482a6 100755 --- a/benchmarks/dis/dis.sh +++ b/benchmarks/dis/dis.sh @@ -141,9 +141,9 @@ echo "Finalizing DIS benchmark" ## Move over reconsturction artifacts as long as we don't have ## too many events -if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then - cp ${REC_FILE} ${RESULTS_PATH} -fi +# if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then +cp ${REC_FILE} ${RESULTS_PATH} +# fi ## ============================================================================= ## All done! -- GitLab