Difference between revisions of "Atlas 904 setup"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
This needs to be done once. | This needs to be done once. | ||
− | # Go to your personal scratch directory: cd /project/atlas/users/<userid>/ttbar. Create the <userid> and ttbar directories if required. | + | # Go to your personal scratch directory: <tt>cd /project/atlas/users/<userid>/ttbar</tt>. Create the <tt><userid></tt> and <tt>ttbar</tt> directories if required. |
− | # Obtain an AFS token at cern: klog <cern_userid>@cern.ch | + | # Obtain an AFS token at cern: <tt>klog <cern_userid>@cern.ch</tt> |
− | # Check out the TestRelease package: cmt co TestRelease | + | # Check out the TestRelease package: <tt>cmt co TestRelease</tt> |
− | # Change directory to the test release: cd TestRelease/TestRelease-00-00-18/cmt/ | + | # Change directory to the test release: <tt>cd TestRelease/TestRelease-00-00-18/cmt/</tt> |
# Edit the 'requirements' file as follows:<br>Remove: | # Edit the 'requirements' file as follows:<br>Remove: | ||
<pre> | <pre> | ||
Line 40: | Line 40: | ||
use TruthExamples TruthExamples-00-* Generators/GenAnalysisTools | use TruthExamples TruthExamples-00-* Generators/GenAnalysisTools | ||
</pre> | </pre> | ||
− | # Execute cmt config | + | # Execute <tt>cmt config</tt> |
=== Step 3 - Initializing the environment to use that test release === | === Step 3 - Initializing the environment to use that test release === |
Revision as of 21:20, 14 April 2005
Setup of atlas 9.0.4 software environment
Setting up the atlas software is done in three steps:
- Selecting a host and initializing the release 9.0.4 environment,
- Creating a test release in your private work area, and
- Initializing the environment to use that test release.
Step 2 only needs to be done once, steps 1 and 3 need to be done every time you log in.
Step 1 - Selecting a host and initializing the release 9.0.4 environment
This needs to be done every time you want to work with the ATLAS software
- Login to a RH7.3 or SLC3 machine
- source /project/atlas/nikhef/seup/nikhef_setup_9.0.4.csh
Step 2 - Creating a test release in your private work area
This needs to be done once.
- Go to your personal scratch directory: cd /project/atlas/users/<userid>/ttbar. Create the <userid> and ttbar directories if required.
- Obtain an AFS token at cern: klog <cern_userid>@cern.ch
- Check out the TestRelease package: cmt co TestRelease
- Change directory to the test release: cd TestRelease/TestRelease-00-00-18/cmt/
- Edit the 'requirements' file as follows:
Remove:
use AtlasRelease AtlasRelease-*
Insert below the comment block starting with 'Setup the runtime environment'
use AthenaRunTime AthenaRunTime-00-* Control use AthExHelloWorld AthExHelloWorld-00-* Control/AthenaExamples use Pythia_i Pythia_i-00-* Generators use Herwig_i Herwig_i-00-01-* Generators #use McAtNlo_i McAtNlo_i-00-00-10 Generators use Atlfast Atlfast-01-* Simulation use TruthExamples TruthExamples-00-* Generators/GenAnalysisTools
- Execute cmt config
Step 3 - Initializing the environment to use that test release
This needs to be done every time you login again and want to use your 9.0.4 test release
- Change directory to the test release: cd TestRelease/TestRelease-00-00-18/cmt/
- Execute source setup.csh