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
Commits
aa256676
Commit
aa256676
authored
1 year ago
by
Tooba Ali
Browse files
Options
Downloads
Patches
Plain Diff
copy ${REC_FILE} to ${RESULTS_PATH} for all number of events
parent
0a0bd162
Branches
TA-work-branch
No related tags found
1 merge request
!199
Draft: Use of JUGGLER_N_EVENTS=10000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/dis/dis.sh
+6
-5
6 additions, 5 deletions
benchmarks/dis/dis.sh
with
6 additions
and
5 deletions
benchmarks/dis/dis.sh
+
6
−
5
View file @
aa256676
...
...
@@ -80,6 +80,7 @@ fi
## =============================================================================
## Step 3: Run digitization & reconstruction
echo
"Running the digitization and reconstruction"
rm
fieldmaps
if
[
${
RECO
}
==
"eicrecon"
]
;
then
/usr/bin/time
-v
eicrecon
${
SIM_FILE
}
-Ppodio
:output_file
=
${
REC_FILE
}
if
[
"
$?
"
-ne
"0"
]
;
then
...
...
@@ -139,11 +140,11 @@ fi
## Step 5: finalize
echo
"Finalizing DIS benchmark"
## Move over reconsturction artifacts
as long as we don't have
#
#
too many events
if
[
"
${
JUGGLER_N_EVENTS
}
"
-lt
"500"
]
;
then
cp
${
REC_FILE
}
${
RESULTS_PATH
}
fi
## Move over reconsturction artifacts
#
as long as we don't have
too many events
#
if [ "${JUGGLER_N_EVENTS}" -lt "500" ] ; then
cp
${
REC_FILE
}
${
RESULTS_PATH
}
#
fi
## =============================================================================
## All done!
...
...
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