Skip to content
Snippets Groups Projects
Commit d0baf1b3 authored by Olga Igonkina's avatar Olga Igonkina
Browse files

Merge branch 'cherry-pick-0848a997 [formerly e0e8120c1d]-21.1' into '21.1'

Sweeping !12027 from 21.0 to 21.1.
remove memleak tests

See merge request atlas/athena!12167

Former-commit-id: 8a455dbbcfe9cefe1279b21a1d2ec693d0747d2e
parents 1a3293cf f80db901
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