Skip to content
Snippets Groups Projects
Commit 41307529 authored by Tooba Ali's avatar Tooba Ali
Browse files

cp ${REC_FILE} to ${RESULTS_PATH} for 10000 events

parent 0772f2e8
No related branches found
No related tags found
No related merge requests found
......@@ -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!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment