From fda10a4921a756d3b1c8e4fbd5e99643a738062d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Wed, 13 Oct 2021 17:17:44 +0000 Subject: [PATCH] use default JUGGLER_N_EVENTS --- benchmarks/synchrotron/synchrotron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/synchrotron/synchrotron.sh b/benchmarks/synchrotron/synchrotron.sh index c193e522..fe1769dc 100644 --- a/benchmarks/synchrotron/synchrotron.sh +++ b/benchmarks/synchrotron/synchrotron.sh @@ -100,7 +100,6 @@ fi ### Step 2. Run the simulation (geant4) if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then ## run geant4 simulations - export JUGGLER_N_EVENTS=1000000 npsim --runType batch \ --part.minimalKineticEnergy 1000*GeV \ --filter.tracker edep0 \ -- GitLab