Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
HEP-Benchmarks
hep-workloads
Merge requests
!52
BMK-36
: remove cmd line option system
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BMK-36
: remove cmd line option system
BMK-36
into
qa
Overview
0
Commits
13
Pipelines
0
Changes
2
Merged
Domenico Giordano
requested to merge
BMK-36
into
qa
6 years ago
Overview
0
Commits
13
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
qa
version 4
596ddadb
6 years ago
version 3
596ddadb
6 years ago
version 2
596ddadb
6 years ago
version 1
b90e426e
6 years ago
qa (base)
and
latest version
latest version
46b17457
13 commits,
6 years ago
version 4
596ddadb
12 commits,
6 years ago
version 3
596ddadb
12 commits,
6 years ago
version 2
596ddadb
12 commits,
6 years ago
version 1
b90e426e
11 commits,
6 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
alice/gen-sim/alice-dpgsim-bmk/alice-dpgsim-bmk.sh
+
1
−
1
Options
@@ -15,7 +15,7 @@ function doOne(){
ln
-s
$BMKDIR
/data/OCDBrec.root OCDBrec.root
ln
-s
$BMKDIR
/data/OCDBsim.root OCDBsim.root
./dpgsim.sh
--run
292839
--mode
sim
--uid
1
--nevents
$nevents
--generator
Custom
--system
2>&1
>
out_
$1
.log
./dpgsim.sh
--run
292839
--mode
sim
--uid
1
--nevents
$nevents
--generator
Custom 2>&1
>
out_
$1
.log
[
$DEBUG
-gt
0
]
&&
echo
-e
"
\n
`
date
`
: done process
$i
\n
"
}
Loading