Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
detectors
athena
Merge requests
!170
Make view12/14/15 parallel (one slice per job)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make view12/14/15 parallel (one slice per job)
view14-parallel
into
master
Overview
1
Commits
11
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
view14-parallel
into
master
3 years ago
Overview
1
Commits
11
Pipelines
0
Changes
1
Expand
Currently it takes 38 slices, and holds up the next jobs.
Edited
3 years ago
by
Wouter Deconinck
0
0
Merge request reports
Viewing commit
651402ce
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
651402ce
Stupid fake mouse button debounce pastes
· 651402ce
Wouter Deconinck
authored
3 years ago
scripts/view14/generate_eps
+
1
−
1
Options
@@ -36,7 +36,7 @@ INPUT_FILE="../../g4_0000.prim"
@@ -36,7 +36,7 @@ INPUT_FILE="../../g4_0000.prim"
POSITIONAL
=()
POSITIONAL
=()
while
[[
$#
-gt
0
]]
while
[[
$#
-gt
0
]]
do
do
key
=
"
$1
"
tag
key
=
"
$1
"
case
$key
in
case
$key
in
-h
|
--help
)
-h
|
--help
)
Loading