Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!72
Updating readme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updating readme
new_doc
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
new_doc
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
ce97dff7
3 years ago
version 1
4b025352
3 years ago
master (base)
and
version 1
latest version
0c6582b9
5 commits,
3 years ago
version 2
ce97dff7
4 commits,
3 years ago
version 1
4b025352
3 commits,
3 years ago
1 file
+
14
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
14
−
16
Options
@@ -3,6 +3,19 @@ Physics Benchmarks for the EIC

## Adding new benchmarks
See the
[
`benchmarks/DVCS`
](
https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks/-/tree/master/benchmarks/dvcs
)
directory for a basic example. Note currently the reconstruction is far from perfect.
### Pass/Fail tests
-
Create a script that returns exit status 0 for success.
-
Any non-zero value will be considered failure.
-
Script
See
[
common_bench
](
https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench
)
for details.
## Running Locally
### Local development example
@@ -10,12 +23,11 @@ Physics Benchmarks for the EIC
Here we setup to use our local build of the
`juggler`
library.
First set some environment variables.
```
export JUGGLER_INSTALL_PREFIX=$HOME/stow/juggler
export JUGGLER_INSTALL_PREFIX=$HOME/stow/juggler
# if developing algorithms
export JUGGLER_DETECTOR=athena # athena is the default
export BEAMLINE_CONFIG=ip6 # ip6 is the default
```
```
git@eicweb.phy.anl.gov:EIC/benchmarks/physics_benchmarks.git && cd physics_benchmarks
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
@@ -28,17 +40,3 @@ mkdir -p config
```
## Common bench
See
[
common_bench
](
https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench
)
for details.
## Adding new benchmarks
### Pass/Fail tests
-
Create a script that returns exit status 0 for success.
-
Any non-zero value will be considered failure.
-
Script
Loading