Recent Changes - Search:

<< Back to ANL ACS

Home Page

Working Examples

PmWiki

pmwiki.org

edit SideBar

SubmittingToTheGrid

Running on the grid Summary: this page describes how to submit the analysis program HighETjets to the grid.

  • To submit the program to the grid use only atlas16-18. It was found that the best result can be obtained using this prescription. 1) Create a new empty testarea directory (say, testarea_grid). Setup ATLAS software as (use either 14.2.21 or 14.2.23)
    export AVERS=14.2.21
    export TEST_AREA=$HOME/testarea_grid
    source /share/grid/app/asc_app/asc_rel/1.0/setup-script/set_atlas.sh

Copy the HighETjets program from the ANL CVS to your new testarea. You can do it without CVS as:

     cp -r   /users/chakanau/public/jamb_dec9/14.2.21/analysis/HighETjets  $HOME/testarea_grid/14.2.21/

and then compile it (cd cmt; cmt config; source setup.sh; make). Then go to "run" directory and correct variable in the submission script "a_run_panda" (put your grid name) Then get grid proxy (type "grid_prepare"). Finally, submit the program to the grid:

     ./a_run_panda

You will see a message similar to this:

  extracting run configuration
  ConfigExtractor > No Input
  ConfigExtractor > Output=THIST AANT
  archive sources
  archive InstallArea
  post sources/jobO
  query files in dataset:mc08.105802.JF17_pythia_jet_filter.recon.AOD.e347_s462_r541
  submit
  ===================
  JobID  : 46
  Status : 0
  > build
    PandaID=21011901
  > run
    PandaID=21011902-21013900
Submitted to the grid ---

You have new mail in /var/spool/mail/chakanau -

  • Check the job as:
     pathena_util
     show()
  • Check the job using the panda monitor (See "Useful links" from ASC ANL web page). On Panda monitor, click on "List users" (upper right corner) and find your name. Check on the name - you will get your jobs. The web page looks similar to this:
     Panda monitor web page
  • When the job is done, you will receive an email from PANDA. You can copy the output using:
   dq2_get -rv <OurOutputString>

You will see 2 files: log file and the root output file. Open the root file and check histograms inside RecoGamma and RecoJets directories. They should be filled.

S.Chekanov (ANL). Version: 2008-12-07

Edit - History - Print - Recent Changes - Search
Page last modified on December 08, 2008, at 04:43 PM