Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
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
Peter Sherwood
athena
Commits
89c2fd10
Commit
89c2fd10
authored
4 years ago
by
Mark Hodgkinson
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix to AOD file name in comparison script. When running from ESD the AOD is called
AOD.pool.root and not myAOD.pool.root.
parent
34d539fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/RecExample/RecExRecoTest/test/test_compare_SerialAndThreadedAthenas.sh
+4
-4
4 additions, 4 deletions
...cExRecoTest/test/test_compare_SerialAndThreadedAthenas.sh
with
4 additions
and
4 deletions
Reconstruction/RecExample/RecExRecoTest/test/test_compare_SerialAndThreadedAthenas.sh
+
4
−
4
View file @
89c2fd10
...
...
@@ -4,7 +4,7 @@ echo "Creating new serial directory"
mkdir
serial
;
cd
serial
athena
$1
|
tee
athenaSerial.log
rc
=
${
PIPESTATUS
[0]
}
xAODDigest.py
my
AOD.pool.root |
tee
digestSerial.log
xAODDigest.py AOD.pool.root |
tee
digestSerial.log
echo
"art-result:
$rc
Serial"
test_postProcessing_Errors.sh athenaSerial.log |
tee
errorsSerial.log
...
...
@@ -15,7 +15,7 @@ mkdir threadOne; cd threadOne
athena
--threads
=
1
$1
|
tee
athenaOneThread.log
rc1
=
${
PIPESTATUS
[0]
}
xAODDigest.py
my
AOD.pool.root |
tee
digestOneThread.log
xAODDigest.py AOD.pool.root |
tee
digestOneThread.log
echo
"art-result:
$rc1
OneThread"
test_postProcessing_Errors.sh athenaOneThread.log |
tee
errorsOneThread.log
...
...
@@ -39,7 +39,7 @@ mkdir threadTwo; cd threadTwo
athena
--threads
=
2
$1
|
tee
athenaTwoThreads.log
rc2
=
${
PIPESTATUS
[0]
}
xAODDigest.py
my
AOD.pool.root |
tee
digestTwoThreads.log
xAODDigest.py AOD.pool.root |
tee
digestTwoThreads.log
echo
"art-result:
$rc2
TwoThreads"
test_postProcessing_Errors.sh athenaTwoThreads.log |
tee
errorsTwoThreads.log
...
...
@@ -59,7 +59,7 @@ mkdir threadFive; cd threadFive
athena
--threads
=
5
$1
|
tee
athenaFiveThreads.log
rc5
=
${
PIPESTATUS
[0]
}
xAODDigest.py
my
AOD.pool.root |
tee
digestFiveThreads.log
xAODDigest.py AOD.pool.root |
tee
digestFiveThreads.log
echo
"art-result:
$rc5
FiveThreads"
test_postProcessing_Errors.sh athenaFiveThreads.log |
tee
errorsFiveThreads.log
...
...
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