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