Difference between revisions of "Setting up 1207"
Jump to navigation
Jump to search
in the ~/cmthome directory do cmt config
create a file ~/init1206.csh which contains:
m (→'''Links''') |
|||
Line 1: | Line 1: | ||
− | = '''Setting up Athena 12.0. | + | = '''Setting up Athena 12.0.7''' = |
== First time == | == First time == | ||
The following needs to be done only once: | The following needs to be done only once: | ||
<ul> | <ul> | ||
− | <li> <tt> source /data/atlas/offline/12.0. | + | <li> <tt> source /data/atlas/offline/12.0.7/CMT/v1r19/mgr/setup.csh </tt> </li> |
<li> <tt> mkdir ~/cmthome </tt> <br> | <li> <tt> mkdir ~/cmthome </tt> <br> | ||
<i> You need this, since you're going to use a customised <tt>requirements</tt> file </i> </li> | <i> You need this, since you're going to use a customised <tt>requirements</tt> file </i> </li> | ||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
set CMTSITE STANDALONE | set CMTSITE STANDALONE | ||
− | set SITEROOT /data/atlas/offline/12.0. | + | set SITEROOT /data/atlas/offline/12.0.7 |
macro ATLAS_DIST_AREA ${SITEROOT} | macro ATLAS_DIST_AREA ${SITEROOT} | ||
Line 28: | Line 28: | ||
</pre> | </pre> | ||
− | <i>Note: ATLAS_TEST_AREA should be modified (without the '12.0. | + | <i>Note: ATLAS_TEST_AREA should be modified (without the '12.0.7'), the ATLAS_GROUP_AREA is needed for TopView</i> |
<li> in the <tt>~/cmthome</tt> directory do <tt>cmt config</tt> </li> | <li> in the <tt>~/cmthome</tt> directory do <tt>cmt config</tt> </li> | ||
Line 34: | Line 34: | ||
<pre> | <pre> | ||
#! /bin/csh | #! /bin/csh | ||
− | # 1 -- setup Athena 12.0. | + | # 1 -- setup Athena 12.0.7 |
− | source ~/cmthome/setup.csh -tag=12.0. | + | source ~/cmthome/setup.csh -tag=setup,12.0.7,groupArea |
− | # 2 -- | + | # 2 -- go to working area |
− | + | cd /project/atlas/users/<username>/12.0.7 | |
− | cd /project/atlas/users/<username>/12.0. | ||
</pre> | </pre> | ||
It will be used everytime you start a new session. <br> | It will be used everytime you start a new session. <br> | ||
− | <i> | + | <i>The 'groupArea' tag is needed for TopView</i></li> |
</ul> | </ul> | ||
Revision as of 16:57, 5 July 2007
Setting up Athena 12.0.7
First time
The following needs to be done only once:
- source /data/atlas/offline/12.0.7/CMT/v1r19/mgr/setup.csh
- mkdir ~/cmthome
You need this, since you're going to use a customised requirements file - create the file ~/cmthome/requirements with the following contents:
set CMTSITE STANDALONE set SITEROOT /data/atlas/offline/12.0.7 macro ATLAS_DIST_AREA ${SITEROOT} macro ATLAS_TEST_AREA /project/atlas/users/<username> macro ATLAS_GROUP_AREA /data/atlas/offline/EVGroupArea apply_tag projectArea macro SITE_PROJECT_AREA ${SITEROOT} macro EXTERNAL_PROJECT_AREA ${SITEROOT} apply_tag setup apply_tag simpleTest use AtlasLogin AtlasLogin-* $(ATLAS_DIST_AREA) set CMTCONFIG i686-slc3-gcc323-opt set DBRELEASE_INSTALLED 3.1.1
Note: ATLAS_TEST_AREA should be modified (without the '12.0.7'), the ATLAS_GROUP_AREA is needed for TopView
#! /bin/csh # 1 -- setup Athena 12.0.7 source ~/cmthome/setup.csh -tag=setup,12.0.7,groupArea # 2 -- go to working area cd /project/atlas/users/<username>/12.0.7
It will be used everytime you start a new session.
Everytime
When you start a new shell you should:
- source ~/init1206.csh
Setting up TopView
In your 12.0.7 working area (e.g. /project/atlas/users/<username>/12.0.7 ) do:
klog.krb -tmp -cell cern.ch -principal <afs accountname> cmt co -r TopView-00-12-13-03 PhysicsAnalysis/TopPhys/TopView
After the TopView code has been checked out go to the TopView/cmt directory compile the code:
cmt config source setup.csh gmake
That's it!
Note: The file LocalOverride.py in TopView/run can be used to create customised TopView ntuples
Links
- To set up Athena at LXPLUS check WorkBookSetAccount < Atlas < Twiki
- For details on TopView and the latest versions, see TopView < Atlas < TWiki