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

fix: rm BEAMLINE_CONFIG, JUGGLER_INSTALL_PREFIX

parent 0000e4f2
No related branches found
No related tags found
1 merge request!216fix: rm BEAMLINE_CONFIG, JUGGLER_INSTALL_PREFIX
...@@ -31,9 +31,7 @@ See [common_bench](https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench) for d ...@@ -31,9 +31,7 @@ See [common_bench](https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench) for d
Here we setup to use our local build of the `juggler` library. Here we setup to use our local build of the `juggler` library.
First set some environment variables. First set some environment variables.
``` ```
export JUGGLER_INSTALL_PREFIX=/usr/local
export DETECTOR=epic # athena is the default export DETECTOR=epic # athena is the default
export BEAMLINE_CONFIG=ip6 # ip6 is the default
``` ```
``` ```
......
...@@ -84,7 +84,6 @@ echo "DETECTOR = ${DETECTOR}" ...@@ -84,7 +84,6 @@ echo "DETECTOR = ${DETECTOR}"
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -27,7 +27,6 @@ echo "Running the DIS benchmarks" ...@@ -27,7 +27,6 @@ echo "Running the DIS benchmarks"
source parse_cmd.sh $@ source parse_cmd.sh $@
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - DETECTOR_PATH: full path to the detector definitions
## ##
......
...@@ -28,7 +28,6 @@ export REQUIRE_MINQ2=true ...@@ -28,7 +28,6 @@ export REQUIRE_MINQ2=true
source ${LOCAL_PREFIX}/bin/parse_cmd.sh $@ source ${LOCAL_PREFIX}/bin/parse_cmd.sh $@
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - DETECTOR_PATH: full path to the detector definitions
## ##
......
...@@ -84,7 +84,6 @@ echo "DETECTOR = ${DETECTOR}" ...@@ -84,7 +84,6 @@ echo "DETECTOR = ${DETECTOR}"
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -102,7 +102,6 @@ echo "DETECTOR = ${DETECTOR}" ...@@ -102,7 +102,6 @@ echo "DETECTOR = ${DETECTOR}"
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -83,7 +83,6 @@ echo "JUGGLER_N_EVENTS = ${JUGGLER_N_EVENTS}" ...@@ -83,7 +83,6 @@ echo "JUGGLER_N_EVENTS = ${JUGGLER_N_EVENTS}"
echo "DETECTOR = ${DETECTOR}" echo "DETECTOR = ${DETECTOR}"
## To run the reconstruction, we need the following global variables: ## 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: the detector package we want to use for this benchmark
## - DETECTOR_PATH: full path to the detector definitions ## - 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