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
!11
Put back dvcs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Put back dvcs
dvcs_fix
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Whitney Armstrong
requested to merge
dvcs_fix
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
modified: config.yml
0
0
Merge request reports
Compare
master
version 20
5073376b
4 years ago
version 19
8bfa937e
4 years ago
version 18
68c74004
4 years ago
version 17
f07b8ad3
4 years ago
version 16
7db8c9ad
4 years ago
version 15
cc25c889
4 years ago
version 14
2e63cb22
4 years ago
version 13
86734622
4 years ago
version 12
e96e60f3
4 years ago
version 11
7f5ea467
4 years ago
version 10
973f5222
4 years ago
version 9
cc80103f
4 years ago
version 8
168ffcea
4 years ago
version 7
cc5e68b3
4 years ago
version 6
365aa24d
4 years ago
version 5
2e97ad9d
4 years ago
version 4
712bd3d2
4 years ago
version 3
680464ce
4 years ago
version 2
b554c9fd
4 years ago
version 1
d164f228
4 years ago
master (base)
and
latest version
latest version
6fa6343b
1 commit,
4 years ago
version 20
5073376b
21 commits,
4 years ago
version 19
8bfa937e
20 commits,
4 years ago
version 18
68c74004
19 commits,
4 years ago
version 17
f07b8ad3
18 commits,
4 years ago
version 16
7db8c9ad
17 commits,
4 years ago
version 15
cc25c889
16 commits,
4 years ago
version 14
2e63cb22
15 commits,
4 years ago
version 13
86734622
14 commits,
4 years ago
version 12
e96e60f3
13 commits,
4 years ago
version 11
7f5ea467
12 commits,
4 years ago
version 10
973f5222
11 commits,
4 years ago
version 9
cc80103f
9 commits,
4 years ago
version 8
168ffcea
8 commits,
4 years ago
version 7
cc5e68b3
7 commits,
4 years ago
version 6
365aa24d
6 commits,
4 years ago
version 5
2e97ad9d
5 commits,
4 years ago
version 4
712bd3d2
4 commits,
4 years ago
version 3
680464ce
3 commits,
4 years ago
version 2
b554c9fd
2 commits,
4 years ago
version 1
d164f228
1 commit,
4 years ago
7 files
+
60
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
config/env.sh
+
1
−
1
Options
@@ -36,7 +36,7 @@ echo "JUGGLER_DETECTOR: ${JUGGLER_DETECTOR}"
## Number of events that will be processed by the reconstruction
if
[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]
;
then
export
JUGGLER_N_EVENTS
=
10
0
export
JUGGLER_N_EVENTS
=
10
fi
echo
"JUGGLER_N_EVENTS:
${
JUGGLER_N_EVENTS
}
"
Loading