Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common_bench
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
common_bench
Commits
d54a86c6
Commit
d54a86c6
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Add JUGGLER_DETECTOR_CONFIG"
parent
fed85dc7
Branches
Branches containing commit
No related tags found
2 merge requests
!48
Merge master into feature branch
,
!45
Resolve "Add JUGGLER_DETECTOR_CONFIG"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-11
1 addition, 11 deletions
.gitlab-ci.yml
bin/env.sh
+8
-2
8 additions, 2 deletions
bin/env.sh
bin/print_env.sh
+1
-0
1 addition, 0 deletions
bin/print_env.sh
with
10 additions
and
13 deletions
.gitlab-ci.yml
+
1
−
11
View file @
d54a86c6
...
...
@@ -76,22 +76,12 @@ detector_benchmarks:
needs
:
[
"
common:variables"
]
variables
:
JUGGLER_DETECTOR
:
"
athena"
JUGGLER_DETECTOR_CONFIG
:
"
athena"
COMMON_BENCH_VERSION
:
"
$COMMON_BENCH_VERSION"
trigger
:
project
:
EIC/benchmarks/detector_benchmarks
strategy
:
depend
#physics_benchmarks:
# stage: benchmarks
# needs: ["common:variables"]
# variables:
# JUGGLER_DETECTOR: "athena"
# COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
# trigger:
# project: EIC/benchmarks/physics_benchmarks
# strategy: depend
pages
:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/alpine
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
bin/env.sh
+
8
−
2
View file @
d54a86c6
...
...
@@ -8,13 +8,14 @@
## - BEAMLINE_CONFIG: compact detector files for the interaciton point beamline
## - BEAMLINE_CONFIG_VERSION: compact detector files for the interaciton point beamline
## - JUGGLER_DETECTOR: detector package to be used for the benchmark
## - JUGGLER_DETECTOR_VERISON: detector package to be used for the benchmark
## - JUGGLER_DETECTOR_CONFIG: detector package config to be used for the benchmark
## - JUGGLER_DETECTOR_VERSION: detector package to be used for the benchmark
## - JUGGLER_N_EVENTS: events processed by simulation/reconstruction
## - JUGGLER_INSTALL_PREFIX: location where Juggler (digi/recon) is installed
## - JUGGLER_N_THREADS: Number of threads/processes to spawn in parallel
## - JUGGLER_RNG_SEED: Random seed for the RNG
##
## It also defines the following additional variables for internal usage
## It also defines the following additional variables for internal
ly
usage
## - LOCAL_PREFIX: prefix for packages installed during the benchmark
## - LOCAL_DATA_PATH: local storage for pipeline jobs
## - DETECTOR_PREFIX: prefix for the detector definitions
...
...
@@ -46,6 +47,10 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
export
JUGGLER_DETECTOR
=
"athena"
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_CONFIG
}
"
]
;
then
export
JUGGLER_DETECTOR_CONFIG
=
"athena"
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
export
JUGGLER_DETECTOR_VERSION
=
"master"
fi
...
...
@@ -118,6 +123,7 @@ export ROOT_BUILD_DIR=$LOCAL_PREFIX/root_build
export
ROOT_INCLUDE_PATH
=
${
LOCAL_PREFIX
}
/include:
${
ROOT_INCLUDE_PATH
}
echo
"JUGGLER_DETECTOR:
${
JUGGLER_DETECTOR
}
"
echo
"JUGGLER_DETECTOR_CONFIG:
${
JUGGLER_DETECTOR_CONFIG
}
"
echo
"JUGGLER_DETECTOR_VERSION:
${
JUGGLER_DETECTOR_VERSION
}
"
echo
"JUGGLER_N_EVENTS:
${
JUGGLER_N_EVENTS
}
"
echo
"JUGGLER_N_THREADS:
${
JUGGLER_N_THREADS
}
"
...
...
This diff is collapsed.
Click to expand it.
bin/print_env.sh
+
1
−
0
View file @
d54a86c6
...
...
@@ -2,6 +2,7 @@
echo
"JUGGLER_TAG:
${
JUGGLER_TAG
}
"
echo
"JUGGLER_DETECTOR:
${
JUGGLER_DETECTOR
}
"
echo
"JUGGLER_DETECTOR_CONFIG:
${
JUGGLER_DETECTOR_CONFIG
}
"
echo
"JUGGLER_DETECTOR_VERSION:
${
JUGGLER_DETECTOR_VERSION
}
"
echo
"JUGGLER_N_EVENTS:
${
JUGGLER_N_EVENTS
}
"
echo
"JUGGLER_N_THREADS:
${
JUGGLER_N_THREADS
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment