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
!218
fix: use eics3 endpoint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: use eics3 endpoint
eics3
into
master
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Wouter Deconinck
requested to merge
eics3
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1ea519b1
1 commit,
1 year ago
6 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
benchmarks/backgrounds/synchrotron.sh
+
1
−
1
Options
@@ -89,7 +89,7 @@ echo "DETECTOR = ${DETECTOR}"
## Step 1. Get the data
if
[[
-n
"
${
DATA_INIT
}
"
||
-n
"
${
DO_ALL
}
"
]]
;
then
mc
-C
.
config host add S3 https://
dtn01
.sdcc.bnl.gov:9000
$S3_ACCESS_KEY
$S3_SECRET_KEY
mc
-C
.
config host add S3 https://
eics3
.sdcc.bnl.gov:9000
$S3_ACCESS_KEY
$S3_SECRET_KEY
set
+o pipefail
mc
-C
.
head
-n
$((
2
+
5
*
${
JUGGLER_N_EVENTS
}))
--insecure
${
DATA_URL
}
| sanitize_hepmc3
>
${
JUGGLER_MC_FILE
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
Loading