Good runs lists

  • top good runs list page
  • download GRL's and merge
  • getXML.sh.txt: getXML.sh: script to merge GRL's
    • get top xml files from here and save them in TestArea
            ls *.xml > mergeme.txt
            merge_goodrunslists mergeme.txt mygoodrunslist.xml True
            

Integrated Luminosity

  • lumi calculator page
  • From command-line:
    • setup athena release
    • iLumiCalc.exe -x mygoodrunslist.xml --lumitag=OflLumi-7TeV-002 -t EF_e15_medium

Grid

Find out what releases are installed in various sites

Kill multiple jobs using prun

  • pbook help command >> help(kill)
  • kill multiple jobs
      >>> kill(15)
      >>> kill(15,20)

JobRanges = ((2, 4), (7), (10))
for JobRange in JobRanges:
    if len(JobRange) == 1:
        #Kill only a single job
        kill(JobRange[0])
    else:
        #Kill job range
        kill(JobRange[0], JobRange[1])

-- VenkateshKaushik - 27-Oct-2010

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r4 - 2010-11-15 - VenkateshKaushik
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback