Skip to content
Snippets Groups Projects

Updated readme with local running instructions.

Merged Whitney Armstrong requested to merge readme_update into master
1 file
+ 28
0
Compare changes
  • Side-by-side
  • Inline
+ 28
0
@@ -17,6 +17,34 @@ See [common_bench](https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench/).
See `benchmarks` directory for examples.
## Running Locally
### Local development example
Here we setup to use our local build of the `juggler` library.
Note juggler is not needed for `detector_benchmarks` because it is not used but this is the same setup for
`reconstruction_benchmarks` and `physics_benchmarks`.
First set some environment variables.
```
# export JUGGLER_INSTALL_PREFIX=$HOME/stow/juggler # not needed for detector_benchmarks
export JUGGLER_DETECTOR=athena # athena is the default
export BEAMLINE_CONFIG=ip6 # ip6 is the default
```
```
git@eicweb.phy.anl.gov:EIC/benchmarks/detector_benchmarks.git && cd detector_benchmarks
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
source setup/bin/env.sh && ./setup/bin/install_common.sh
source .local/bin/env.sh && build_detector.sh
mkdir_local_data_link sim_output
mkdir -p results
mkdir -p config
```
### Pass/Fail tests
Loading