Skip to content
Snippets Groups Projects
Commit bc0d944a authored by Maria Zurek's avatar Maria Zurek
Browse files

Change path to the electron script

parent 9ec4f981
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,7 @@ if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
export JUGGLER_N_EVENTS=100
fi
if [[ ! -n "${E_start}" ]] ; then
......
......@@ -6,5 +6,5 @@ for E in {1..20}
do
export E_start="$E"
export E_end="$E"
./run_emcal_barrel_electrons.sh && echo "$E" >> "$E_FILE"
bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh && echo "$E" >> "$E_FILE"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment