Difference between revisions of "CMT and Athena at NIKHEF"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== 1. Setting up the 9.0.4 environment == | == 1. Setting up the 9.0.4 environment == | ||
− | a) Log onto a RedHat 7.3 machine | + | :'''a) Log onto a RedHat 7.3 machine''' |
− | b) | + | :You can check the operating system on your maching by typing cat /etc/issue. At NIKHEF njord is such a machine for example. |
− | + | ||
+ | :'''b) Create a user account on the project disk''' | ||
+ | |||
+ | :This needs to be done only once. | ||
+ | |||
+ | :<font color=red> cd /project/atlas/users </font> | ||
+ | |||
+ | :<font color=red>mkdir <your_login_name> </font> | ||
+ | |||
+ | :<font color=red> cd <your_login_name> </font> | ||
+ | |||
+ | # source /project/atlas/nikhef/setup/nikhef_setup_9.0.4.csh | ||
+ | |||
+ | This sets variables related to this specific release. For each new shell these variables need to be defined so the best thing is to put this line in your .cshrc file located in your home directory. | ||
+ | |||
+ | # check you have cmt and the rest correctly set-up | ||
== 2. Checking out and compiling the TestRelease Package == | == 2. Checking out and compiling the TestRelease Package == |
Revision as of 07:42, 20 April 2005
When starting with Atlas software it is required at NIKHEf there are some settings that are required. On this page we will see the basic steps required to get the Athena environment set-up working. We will use release 9.0.4 at NIKHEF on a RH7.3 machine.
Note:
Commands are listed in red. Files and things to add/remove are listed in blue.
1. Setting up the 9.0.4 environment
- a) Log onto a RedHat 7.3 machine
- You can check the operating system on your maching by typing cat /etc/issue. At NIKHEF njord is such a machine for example.
- b) Create a user account on the project disk
- This needs to be done only once.
- cd /project/atlas/users
- mkdir <your_login_name>
- cd <your_login_name>
- source /project/atlas/nikhef/setup/nikhef_setup_9.0.4.csh
This sets variables related to this specific release. For each new shell these variables need to be defined so the best thing is to put this line in your .cshrc file located in your home directory.
- check you have cmt and the rest correctly set-up