IntroductionRunning the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at RAL PP can be found here (or by selecting site nameUKI-SOUTHGRID-RALPP on the search form). However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL.
Setting up AthenaThe full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: First log into one of the Linux machines.Using RAL PP software kitsThis is slightly different from at CERN. The software for each kit is installed in:/gridsoft/SL5/atlas/software/Each kit comes with its own requirements file which you can use to setup your release. For example to setup release 15.6.6 you would do: > cd $HOME > mkdir testarea | ||||||||
Changed: | ||||||||
< < | > mkdir testarea/15.6.6 | |||||||
> > | > mkdir testarea/15.6.6 (this is the directory in which you will work) | |||||||
> source /gridsoft/SL5/atlas/software/15.6.6/setup.sh -tag=15.6.6,setup,32 > export CMTPATH=${HOME}/testarea/15.6.6:${CMTPATH} The software is now setup and ready to use! Using CERN AFS | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | Running using CERN /afs will be slower than running using the RAL kit but it will allow you to run on the very latest releases and other development release which won't get automatically distributed to all Tier 2s. Start by doing: | |||||||
Changed: | ||||||||
< < | > cd $HOME > mkdir cmthome | |||||||
> > | > kinit -5 username@CERN.CH [Note CERN.CH in uppercase] > klog username [If you want to access your AFS files as well] | |||||||
Deleted: | ||||||||
< < | > mkdir testarea > mkdir testarea/15.6.6 (this is the directory in which you will work) > cd cmthome | |||||||
Added: | ||||||||
> > | and then follow the official instructions for setting up your account as if you were at CERN. | |||||||
Running Jobs | ||||||||
Changed: | ||||||||
< < | Running test Jobs | |||||||
> > | Running Interactive Jobs | |||||||
Added: | ||||||||
> > | When developing code it is necessary to test how the code is working by running a single job over a relatively small data file. | |||||||
Changed: | ||||||||
< < | Running Large Jobs | |||||||
> > | Running Batch Jobs | |||||||
Added: | ||||||||
> > | The Tier 2 at RAL can be used to run batch jobs.
Running on the GridFor running over very large samples of data it will be necessary to run your job over the grid. | |||||||
-- AlastairDewhurst - 2009-10-09 |
Introduction | ||||||||
Changed: | ||||||||
< < | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at each site can be found here (Select UKI-SOUTHGRID-RALPP from the site name to see whats installed at RAL. However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL. | |||||||
> > | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at RAL PP can be found here (or by selecting site name UKI-SOUTHGRID-RALPP on the search form). However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL. | |||||||
Setting up AthenaThe full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: First log into one of the Linux machines.Using RAL PP software kitsThis is slightly different from at CERN. The software for each kit is installed in:/gridsoft/SL5/atlas/software/Each kit comes with its own requirements file which you can use to setup your release. For example to setup release 15.6.6 you would do: > cd $HOME > mkdir testarea > mkdir testarea/15.6.6 > source /gridsoft/SL5/atlas/software/15.6.6/setup.sh -tag=15.6.6,setup,32 > export CMTPATH=${HOME}/testarea/15.6.6:${CMTPATH}The software is now setup and ready to use! Using CERN AFS> cd $HOME > mkdir cmthome > mkdir testarea > mkdir testarea/15.6.6 (this is the directory in which you will work) > cd cmthome Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
Introduction | ||||||||
Changed: | ||||||||
< < | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at each site can be found here (Select UKI-SOUTHGRID-RALPP from the site name to see whats installed at RAL. However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL. | |||||||
> > | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at each site can be found here (Select UKI-SOUTHGRID-RALPP from the site name to see whats installed at RAL. However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL. | |||||||
Setting up AthenaThe full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: First log into one of the Linux machines. | ||||||||
Changed: | ||||||||
< < | As a standalone siteThis is slightly different from at CERN. Each release that you install will have its own requirements files. It does not matter where you have your cmthome directory so you can place it inside the folder you install the release in. Tim Adye has written some scripts that will do this automatically https://twiki.cern.ch/twiki/bin/view/AtlasSandbox/TimAdyeReleaseScripts . | |||||||
> > | Using RAL PP software kitsThis is slightly different from at CERN. The software for each kit is installed in: | |||||||
Added: | ||||||||
> > | /gridsoft/SL5/atlas/software/
Each kit comes with its own requirements file which you can use to setup your release. For example to setup release 15.6.6 you would do: > cd $HOME > mkdir testarea > mkdir testarea/15.6.6 > source /gridsoft/SL5/atlas/software/15.6.6/setup.sh -tag=15.6.6,setup,32 > export CMTPATH=${HOME}/testarea/15.6.6:${CMTPATH} | |||||||
Changed: | ||||||||
< < | As CERN | |||||||
> > | The software is now setup and ready to use! | |||||||
Added: | ||||||||
> > | Using CERN AFS | |||||||
> cd $HOME > mkdir cmthome > mkdir testarea | ||||||||
Changed: | ||||||||
< < | > mkdir testarea/15.3.0 (this is the directory in which you will work) | |||||||
> > | > mkdir testarea/15.6.6 (this is the directory in which you will work) | |||||||
> cd cmthome | ||||||||
Deleted: | ||||||||
< < | In order to be able to setup Athena following the link you need to know The Athena releases are stored at /raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.sh | |||||||
Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
Introduction | ||||||||
Changed: | ||||||||
< < | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). However if you wish to work on a nightly release you can still do this from RAL. | |||||||
> > | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). A list of releases installed at each site can be found here (Select UKI-SOUTHGRID-RALPP from the site name to see whats installed at RAL. However even if the kit release is not installed at RAL (for example if you wish to work on a nightly release) you can still do this from RAL. | |||||||
Deleted: | ||||||||
< < | ||||||||
Setting up Athena | ||||||||
Changed: | ||||||||
< < | The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: | |||||||
> > | The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: First log into one of the Linux machines. | |||||||
Deleted: | ||||||||
< < | First log into one of the Linux machines. | |||||||
As a standalone site | ||||||||
Changed: | ||||||||
< < | This is slightly different from at CERN. Each release that you install will have its own requirements files. It does not matter where you have your cmthome directory so you can place it inside the folder you install the release in. Tim Adye has written some scripts that will do this automatically https://twiki.cern.ch/twiki/bin/view/AtlasSandbox/TimAdyeReleaseScripts . | |||||||
> > | This is slightly different from at CERN. Each release that you install will have its own requirements files. It does not matter where you have your cmthome directory so you can place it inside the folder you install the release in. Tim Adye has written some scripts that will do this automatically https://twiki.cern.ch/twiki/bin/view/AtlasSandbox/TimAdyeReleaseScripts . | |||||||
As CERN> cd $HOME > mkdir cmthome > mkdir testarea > mkdir testarea/15.3.0 (this is the directory in which you will work) > cd cmthomeIn order to be able to setup Athena following the link you need to know The Athena releases are stored at /raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.sh Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
Introduction | ||||||||
Changed: | ||||||||
< < | This page is split up into two sections. The first part explains how to set up your account for the first time to run athena. The second section describes what you need to do every subsequent time you log in to the cluster. | |||||||
> > | Running the Athena software at a standalone site is slightly different from running at CERN. The main reason for this is that at a standalone site it is assumed that only the kit built releases are available. For most users the kit built releases are sufficient (these are all the standard releases which should be automatically distributed to all Tier 2s). However if you wish to work on a nightly release you can still do this from RAL. | |||||||
Added: | ||||||||
> > | ||||||||
Setting up Athena | ||||||||
Changed: | ||||||||
< < | Once you have logged into a machine you need to set up Athena. The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: | |||||||
> > | The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: | |||||||
Added: | ||||||||
> > | First log into one of the Linux machines.
As a standalone siteThis is slightly different from at CERN. Each release that you install will have its own requirements files. It does not matter where you have your cmthome directory so you can place it inside the folder you install the release in. Tim Adye has written some scripts that will do this automatically https://twiki.cern.ch/twiki/bin/view/AtlasSandbox/TimAdyeReleaseScripts .As CERN | |||||||
> cd $HOME > mkdir cmthome > mkdir testarea > mkdir testarea/15.3.0 (this is the directory in which you will work) > cd cmthomeIn order to be able to setup Athena following the link you need to know The Athena releases are stored at /raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.sh Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
IntroductionThis page is split up into two sections. The first part explains how to set up your account for the first time to run athena. The second section describes what you need to do every subsequent time you log in to the cluster.Setting up AthenaOnce you have logged into a machine you need to set up Athena. The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: | ||||||||
Deleted: | ||||||||
< < | ||||||||
> cd $HOME > mkdir cmthome > mkdir testarea > mkdir testarea/15.3.0 (this is the directory in which you will work) > cd cmthomeIn order to be able to setup Athena following the link you need to know The Athena releases are stored at /raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.sh Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
| ||||||||
Added: | ||||||||
> > | IntroductionThis page is split up into two sections. The first part explains how to set up your account for the first time to run athena. The second section describes what you need to do every subsequent time you log in to the cluster. | |||||||
Setting up Athena | ||||||||
Changed: | ||||||||
< < | Once you have logged into a machine you need to set up Athena. The instructions to set up Athena can be found at WorkBookSetAccount. In order to be able to setup Athena following the link you need to know The Athena releases are stored at | |||||||
> > | Once you have logged into a machine you need to set up Athena. The full instructions to set up Athena can be found at WorkBookSetAccount. Quick instructions are given here: | |||||||
Added: | ||||||||
> > |
> cd $HOME > mkdir cmthome > mkdir testarea > mkdir testarea/15.3.0 (this is the directory in which you will work) > cd cmthomeIn order to be able to setup Athena following the link you need to know The Athena releases are stored at | |||||||
/raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.sh
Running JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |
Setting up AthenaOnce you have logged into a machine you need to set up Athena. The instructions to set up Athena can be found at WorkBookSetAccount. In order to be able to setup Athena following the link you need to know The Athena releases are stored at /raid/expt-sw/SL4/atlas/prod/releases/rel_15-4/CMT/*/mgr/setup.shRunning JobsRunning test JobsRunning Large Jobs-- AlastairDewhurst - 2009-10-09 |