Skip to content
Snippets Groups Projects
Commit 06f1be75 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: remove BEAMLINE_CONFIG and JUGGLER_INSTALL_PREFIX

parent d91d0f56
No related branches found
No related tags found
1 merge request!147fix: remove BEAMLINE_CONFIG and JUGGLER_INSTALL_PREFIX
......@@ -28,9 +28,7 @@ Note juggler is not needed for `detector_benchmarks` because it is not used but
First set some environment variables.
```
# export JUGGLER_INSTALL_PREFIX=$HOME/stow/juggler # not needed for detector_benchmarks
export DETECTOR=epic # epic is the default
export BEAMLINE_CONFIG=ip6 # ip6 is the default
```
......
......@@ -8,10 +8,6 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
fi
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
if [[ ! -n "${E_start}" ]] ; then
export E_start=5.0
fi
......
......@@ -8,10 +8,6 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
fi
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
if [[ ! -n "${E_start}" ]] ; then
export E_start=5.0
fi
......
......@@ -64,10 +64,6 @@ if [[ ! -n "${DETECTOR_PATH}" ]] ; then
export DETECTOR_PATH="/opt/detector/share/athena"
fi
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
compact_path=${DETECTOR_PATH}/${DETECTOR_CONFIG}.xml
echo "DETECTOR_PATH = ${DETECTOR_PATH}"
......
......@@ -45,7 +45,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh
## To run the reconstruction, we need the following global variables:
## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
## - DETECTOR: the detector package we want to use for this benchmark
## - DETECTOR_VERSION: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment