Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Distributed Analysis on PandaThis page describes how to submit user analysis jobs from LCG/OSG/NG to the OSG production system (Panda) from UCL. | ||||||||
Line: 39 to 39 | ||||||||
where inputDataset is a dataset which contains input files, and outputDataset is a dataset which will contain output files. For details about options, see pathena.
More options can be found here:https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda#pathena![]() | ||||||||
Added: | ||||||||
> > | Update your pathena versionIf you get an error message: 52 ERROR : could not access DQ2 server then you have to update your pathena version: (1) Firstly Remove Existing Panda Toolscd ~/somewhere/12.0.6/PhysicsAnalysis/DistributedAnalysis/PandaTools/cmt gmake clean cd ../../../ rm -r DistributedAnalysis(2)Now check it out again: cd ~/somedirectory/12.0.6 cmt co PhysicsAnalysis/DistributedAnalysis/PandaTools cd PhysicsAnalysis/DistributedAnalysis/PandaTools/cmt source setup.sh make(3)Do a CVS update cd ~/somedirectory/12.0.6/PhysicsAnalysis/DistributedAnalysis/PandaTools cvs update(4) Check that you have the latest version cvs status ChangeLogYou should see Working Revision: 1.7 (5) Last step: cd cmt setup.sh make | |||||||
-- CatrinBernius - 19 Jun 2007 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Distributed Analysis on PandaThis page describes how to submit user analysis jobs from LCG/OSG/NG to the OSG production system (Panda) from UCL. Detailed Information about DA on Panda can be found here: https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda![]() ![]() cd /somewhere/workarea //this is your workarea where your analysis code is in, eg: testarea1206/12.0.6/ export CMTPATH=`pwd`:${CMTPATH} export PATHENA_GRID_SETUP_SH=/usr/local/glite/etc/profile.d/grid_env.sh cmt co PhysicsAnalysis/DistributedAnalysis/PandaTools cd PhysicsAnalysis/DistributedAnalysis/PandaTools/cmt source setup.sh make cd /somewhere/workarea/.../somedirectory //this means go to your run directory in your analysis code mkdir run //create a run directory if you don't have one cd runWhen you run Athena with: athena jobO_1.py jobO_2.py jobO_3.pyall you need is pathena jobO_1.py jobO_2.py jobO_3.py [--inDS inputDataset] --outDS outputDatasetwhere inputDataset is a dataset which contains input files, and outputDataset is a dataset which will contain output files. For details about options, see pathena. More options can be found here:https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda#pathena ![]() |