PathenaTry2

Background

These are some personal notes taken while trying out the SUSY validation package, run via pathena. (Not meant for public consumption!)
  • See PathenaStartup for some initial notes that were appropriate for using a release rather than a distribution kit.

Environment for MWT2 or UC Tier3

  • cd /some/work/area/. In my example, cd ~/work/13.0.30/.
  • source /osg/app/atlas_app/atlas_rel/13.0.30/cmtsite/setup.sh -tag=13.0.30.15,32,AtlasPoint1
  • export CMTPATH=`pwd`:$CMTPATH
  • export CVSROOT=:ext:rgardner@atlas-sw.cern.ch:/atlascvs
  • export CVS_RSH=ssh
  • export PATHENA_GRID_SETUP_SH=/share/osg-client/setup.sh
  • source /share/osg-client/setup.sh

Checkout and build

Setup run directory

  • In this example, cd ~/work/13.0.30, mkdir run, cd run
  • get_files SUSYValidation_jobOptions.py

Temporary fix for PYTHONPATH in osg-client

  • echo $PYTHONPATH > file
  • edit file and remove /share/osg-client/globus/lib64
  • export PYTHONPATH=`cat file`

Run

  • pathena --inDS valid2_valid1.005403.SU3_jimmy_susy.recon.AOD.v13003003 --outDS user.RobertWGardnerJr.test0 --site ANALY_MWT2 SUSYValidation_jobOptions.py
  • Here is a PathenaSession1.

Job monitoring

Troubleshooting ANALY_MWT2

Testing ANALY_UTA

To do from Nurcan

9. Once the job is completed, get the output ntuple (root file) by: $ dq2_get -rv user.YourName.test

10. Run a root macro from SUSYValidation package to make plots $ get_files susy_RTT.C $ root -b -q susy_RTT.C\(\"nameOfRootFile\"\)

11. This will create png files for plots. You see them on your web browser if you like: $ get_files plot_SU3.html Put the png files and plot_SU3.html on your web server and look at plot_SU3.html on your browser.

12. You can send the job to other sites by specifying the site name as: ANALY_UTA, ANALY_AGLT2, ANALY_NET2, ANALY_SLAC, ANALY_OU_OCHEP_SWT2

References

-- RobGardner - 08 Feb 2008
Topic revision: r2 - 24 May 2008, RobGardner
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback