Skip to content
Snippets Groups Projects
Commit 11fa9cd6 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'mhodgkin_ATR_22074' into 'master'

Bug fix to the string used as the preExec in the five threads case.

See merge request atlas/athena!37652
parents 8886cae9 dbc303d2
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ cd ../ ...@@ -55,7 +55,7 @@ cd ../
echo "Creating new threadFive directory" echo "Creating new threadFive directory"
mkdir threadFive; cd threadFive mkdir threadFive; cd threadFive
Reco_tf.py --steering "no" --athenaopts="--threads=5" --AMI=$1 --preExec "${preExecString}" "${preExecStringTwo}" --outputAODFile=myAOD.pool.root --outputESDFile=myESD.pool.root | tee athenaFiveThreads.log Reco_tf.py --steering "no" --athenaopts="--threads=5" --AMI=$1 --preExec "${preExecStringOne}" "${preExecStringTwo}" --outputAODFile=myAOD.pool.root --outputESDFile=myESD.pool.root | tee athenaFiveThreads.log
rc5=${PIPESTATUS[0]} rc5=${PIPESTATUS[0]}
echo "art-result: $rc5 FiveThreads" echo "art-result: $rc5 FiveThreads"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment