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

fix: rm BEAMLINE_CONFIG, JUGGLER_INSTALL_PREFIX

parent c980617c
No related branches found
No related tags found
1 merge request!305fix: rm BEAMLINE_CONFIG, JUGGLER_INSTALL_PREFIX
...@@ -11,9 +11,7 @@ Reconstruction Benchmarks for the EIC ...@@ -11,9 +11,7 @@ Reconstruction Benchmarks for the EIC
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 # epic is the default export DETECTOR=epic # epic is the default
export BEAMLINE_CONFIG=ip6 # ip6 is the default
``` ```
......
...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -49,7 +49,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -49,7 +49,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
./util/print_env.sh ./util/print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -34,7 +34,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -34,7 +34,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -37,7 +37,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -37,7 +37,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters ...@@ -42,7 +42,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh print_env.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_VERSION: 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 ## - DETECTOR_PATH: full path to the detector definitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment