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
Commits
12598234
Commit
12598234
authored
1 year ago
by
Domenico Giordano
Browse files
Options
Downloads
Plain Diff
Merge branch '
BMK-1322
' into 'qa-build-alice-digi-reco-core-run3-ma'
Fix number of events, make number of timeframes configurable See merge request
!964
parents
b004d848
57264857
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!994
sync with master
,
!984
Master
,
!982
master
,
!979
merge qa-build-alice-digi-reco-core-run3-ma commit 08e77450 from 7038043
,
!964
Fix number of events, make number of timeframes configurable
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alice/digi-reco-core-run3-ma/alice-digi-reco-core-run3-ma/alice-digi-reco-core-run3-ma-bmk.sh
+3
-3
3 additions, 3 deletions
...igi-reco-core-run3-ma/alice-digi-reco-core-run3-ma-bmk.sh
with
3 additions
and
3 deletions
alice/digi-reco-core-run3-ma/alice-digi-reco-core-run3-ma/alice-digi-reco-core-run3-ma-bmk.sh
+
3
−
3
View file @
12598234
...
@@ -46,9 +46,9 @@ function doOne(){
...
@@ -46,9 +46,9 @@ function doOne(){
echo
"ALIEN_PROC_ID is
${
ALIEN_PROC_ID
}
"
echo
"ALIEN_PROC_ID is
${
ALIEN_PROC_ID
}
"
# ----------- START ACTUAL JOB -----------------------------
# ----------- START ACTUAL JOB -----------------------------
NSIGEVENTS
=
$((
$NEVENTS_THREAD
*
$NTHREADS
))
NSIGEVENTS
=
3
NBKGEVENTS
=
$NSIGEVENTS
NBKGEVENTS
=
3
NTIMEFRAMES
=
2
NTIMEFRAMES
=
$((
$NEVENTS_THREAD
*
$NTHREADS
))
SIMENGINE
=
TGeant4
SIMENGINE
=
TGeant4
NWORKERS
=
$NTHREADS
NWORKERS
=
$NTHREADS
CPULIMIT
=
$NTHREADS
CPULIMIT
=
$NTHREADS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment