Difference between revisions of "CSC Ntuple production"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
==Setting up Grid tools== | ==Setting up Grid tools== | ||
+ | <i>use bash</i> | ||
===GridTools=== | ===GridTools=== | ||
+ | ;gridmgr | ||
+ | ;jobmgr | ||
+ | ;dmgr | ||
+ | ;gridinfo | ||
+ | ;gpm | ||
<pre> | <pre> | ||
cvs -d /project/atlas/cvs co GridTools | cvs -d /project/atlas/cvs co GridTools | ||
</pre> | </pre> | ||
+ | |||
<tt>lfc03.nikhef.nl</tt> | <tt>lfc03.nikhef.nl</tt> | ||
+ | <tt>tbn18.nikhef.nl</tt> | ||
===GridModules=== | ===GridModules=== | ||
+ | ;make_package | ||
<pre> | <pre> | ||
cvs -d /project/atlas/cvs co GridModules | cvs -d /project/atlas/cvs co GridModules | ||
Line 12: | Line 21: | ||
<tt>${WORKDIR}/GridModules</tt> | <tt>${WORKDIR}/GridModules</tt> | ||
− | + | ;AtlasRelease | |
− | + | ;DataManager | |
− | + | ;TopView module | |
http://atlas-computing.web.cern.ch/atlas-computing/links/kitsDirectory/PAT/EventView/ | http://atlas-computing.web.cern.ch/atlas-computing/links/kitsDirectory/PAT/EventView/ | ||
<pre> | <pre> | ||
Line 25: | Line 34: | ||
Little complication: if incorrect version is in package. Compile libraries locally and copy them to InstallArea. | Little complication: if incorrect version is in package. Compile libraries locally and copy them to InstallArea. | ||
tar cvzf EventView-12.0.6.8_nikhef.tar.gz EVTags-12.0.6.8/ | tar cvzf EventView-12.0.6.8_nikhef.tar.gz EVTags-12.0.6.8/ | ||
+ | check run scripts in module (adjust version numbers) | ||
+ | make_package TopViewAODtoNtuple-00-12-13-03 | ||
+ | |||
+ | ===Ganja=== |
Revision as of 09:57, 6 July 2007
Setting up Grid tools
use bash
GridTools
- gridmgr
- jobmgr
- dmgr
- gridinfo
- gpm
cvs -d /project/atlas/cvs co GridTools
lfc03.nikhef.nl tbn18.nikhef.nl
GridModules
- make_package
cvs -d /project/atlas/cvs co GridModules
${WORKDIR}/GridModules
- AtlasRelease
- DataManager
- TopView module
http://atlas-computing.web.cern.ch/atlas-computing/links/kitsDirectory/PAT/EventView/
wget http://atlas-computing.web.cern.ch/atlas-computing/links/kitsDirectory/PAT/EventView/EventView-12.0.6.8.tar.gz
strip unnescessary files InstallArea, PhysicsAnalysis Little complication: if incorrect version is in package. Compile libraries locally and copy them to InstallArea. tar cvzf EventView-12.0.6.8_nikhef.tar.gz EVTags-12.0.6.8/ check run scripts in module (adjust version numbers) make_package TopViewAODtoNtuple-00-12-13-03