Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_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
reconstruction_benchmarks
Commits
6f768f56
Commit
6f768f56
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Track debug
parent
9ab63ef0
No related branches found
Branches containing commit
No related tags found
1 merge request
!80
Track debug
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+11
-7
11 additions, 7 deletions
.gitlab-ci.yml
benchmarks/tracking/central_electrons.sh
+2
-2
2 additions, 2 deletions
benchmarks/tracking/central_electrons.sh
benchmarks/tracking/config.yml
+2
-7
2 additions, 7 deletions
benchmarks/tracking/config.yml
with
15 additions
and
16 deletions
.gitlab-ci.yml
+
11
−
7
View file @
6f768f56
...
...
@@ -32,13 +32,6 @@ common:setup:
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script
:
-
|
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
echo "JUGGLER_DETECTOR_VERSION = ${CI_COMMIT_REF_NAME}"
echo "JUGGLER_DETECTOR_VERSION=$CI_COMMIT_REF_NAME" >> juggler.env
echo "JUGGLER_DETECTOR=$JUGGLER_DETECTOR" >> juggler.env
fi
-
source setup/bin/env.sh && ./setup/bin/install_common.sh
common:detector
:
...
...
@@ -51,6 +44,17 @@ common:detector:
-
mkdir -p config
-
print_env.sh
.rec_benchmark
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
needs
:
-
[
"
common:detector"
]
before_script
:
-
source .local/bin/env.sh
-
ls -lrtha
-
ln -s "${LOCAL_DATA_PATH}/sim_output" sim_output
-
ln -s "${LOCAL_DATA_PATH}/datasets/data" data
-
ls -lrtha
include
:
-
local
:
'
benchmarks/ecal/config.yml'
-
local
:
'
benchmarks/tracking/config.yml'
...
...
This diff is collapsed.
Click to expand it.
benchmarks/tracking/central_electrons.sh
+
2
−
2
View file @
6f768f56
...
...
@@ -39,7 +39,7 @@ done
set
--
"
${
POSITIONAL
[@]
}
"
# restore positional parameters
./util/
print_env.sh
print_env.sh
## To run the reconstruction, we need the following global variables:
## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
...
...
@@ -49,7 +49,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
##
## You can ready options/env.sh for more in-depth explanations of the variables
## and how they can be controlled.
source
options/env.sh
export
JUGGLER_DETECTOR_PATH
=
${
DETECTOR_PATH
}
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
...
...
@@ -77,6 +76,7 @@ then
exit
1
fi
echo
"Running geant4 simulation"
## run geant4 simulations
npsim
--runType
batch
\
--part
.minimalKineticEnergy 1000
*
GeV
\
...
...
This diff is collapsed.
Click to expand it.
benchmarks/tracking/config.yml
+
2
−
7
View file @
6f768f56
tracking_central_electrons
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
needs
:
[
"
common:detector"
]
timeout
:
24 hours
artifacts
:
expire_in
:
20 weeks
paths
:
-
results/
extends
:
.rec_benchmark
stage
:
run
timeout
:
24 hours
script
:
-
bash benchmarks/tracking/central_electrons.sh
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