Skip to content

Trying to minimize CPU load mentioned ATR-22328

Debottam Bakshi Gupta requested to merge dbakshig/athena:tryingLoadOffCPU into master

This MR is to address CPU load discussed in ATR-22328. I did some correction in this MR and would like to check locally if this is improving the cpu/time. I am using TrigCostAnalysis_JobOptions.py and data_test.00339070.unknown_SingleStream.daq.RAW._lb0149._Athena._0001.data in /afs/cern.ch/work/d/dbakshig/public/ATR_21211_etCut_1/run for cost calculation. The file data_test.00339070.unknown_SingleStream.daq.RAW._lb0149._Athena._0001.data is generated by running

athena.py --imf --perfmon --threads 1 --concurrent-events 1 --filesInput '/eos/home-d/dbakshig/data17_13TeV.00339070.physics_Main/data17_13TeV.00339070.physics_Main.merge.DRAW_EGZ.f887_m1831._0152.1' --evtMax 3 --skipEvents 0 -c 'isOnline=True;forceEnableAllChains=True;setGlobalTag="CONDBR2-HLTP-2018-01"' TriggerJobOpts/runHLT_standalone.py 2>&1 |tee electron_ManyEvents.log

and to calculate cost I ran

athena TrigCostAnalysis_JobOptions.py

but its crashing, the TrigCostAnalysis_JobOptions.py I have edited can be seen in /afs/cern.ch/work/d/dbakshig/public/ATR_21211_etCut_1/run. Adding @tamartin , @fernando , @cjmeyer , @stelzer

Thanks, Debo

Edited by Debottam Bakshi Gupta

Merge request reports