Skip to content
Snippets Groups Projects
Commit a1ef4f14 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'cherry-pick-d0baf1b3 [formerly 8a455dbbcf]-master' into 'master'

Sweeping !12167 from 21.1 to master.
Sweeping !12027 from 21.0 to 21.1.remove memleak tests

See merge request atlas/athena!12213

Former-commit-id: 004f9327
parents 147d0c58 b4d41abe
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# art-description: Reco_tf runs on 13TeV collision data with Hephaestos for checking for memory leaks 2017
# art-type: grid
export LD_PRELOAD=$LCG_RELEASE_BASE/libunwind/5c2cade-76996/$LCG_PLATFORM/lib/libunwind.so; Reco_tf.py --inputBSFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/data17_13TeV.00324910.physics_Main.daq.RAW._lb0713._SFO-6._0001.data --maxEvents 10 --autoConfiguration everything --conditionsTag="CONDBR2-BLKPA-2017-08" --preExec 'rec.doTrigger=False' --outputESDFile myESD.pool.root --outputAODFile myAOD.pool.root --outputTAGFile myTAG.pool.root --athenaopts '--stdcmalloc --leak-check-execute'
echo "art-result: $?"
#!/bin/sh
#
# art-description: Reco_tf runs on mc16 with Hephaestos for memory leak checking
# art-type: grid
export LD_PRELOAD=$LCG_RELEASE_BASE/libunwind/5c2cade-76996/$LCG_PLATFORM/lib/libunwind.so; Reco_tf.py --inputRDOFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecJobTransformTests/mc16_13TeV.410501.PowhegPythia8EvtGen_A14_ttbar_hdamp258p75_nonallhad.merge.RDO.e5458_s3126_d1437/RDO.11426804._000001.pool.root.1 --conditionsTag=default:OFLCOND-MC16-SDR-16 --geometryVersion=default:ATLAS-R2-2016-01-00-01 --runNumber=410501 --maxEvents 10 --outputESDFile myESD.pool.root --athenaopts '--stdcmalloc --leak-check-execute'
echo "art-result: $?"
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