Home Page
Local Recipes
Installing Software
Running Software
Building Software
Development Kit Guides
Installing A Distribution Kit
Building Against A Kit
Using Pacman
Pacman Beta Tester Guide
Atlas Software Development
User Guide
How-To
Web Tutorials
Using CMT in Atlas
Using CVS in Atlas
General Documentation
ATLAS Computing
Data Challenges
DC2 Physics Data Samples
|
|
|
|
The UM-Atlas DC2 User Guide
Recipes for Installing A PacMan Distribution Kit
Reference
-
The User Guide for running software from a kit is at
Recipe for Running a Software Package
Hello World
% ssh linat07.grid.umich.edu
% source /data02/Grid3/Apps/atlas_app/atlas_rel/8.0.5/setup.sh
% source /data02/Grid3/Apps/atlas_app/atlas_rel/8.0.5/dist/8.0.5/Control/AthenaRunTime/AthenaRunTime-00-00-05/cmt/setup.sh
% source /data02/Grid3/Apps/atlas_app/atlas_rel/8.0.5/dist/8.0.5/Control/AthenaExamples/AthExHelloWorld/ \
AthExHelloWorld-00-01-11/cmt/setup.sh
% athena /data02/Grid3/Apps/atlas_app/atlas_rel/8.0.5/dist/8.0.5/InstallArea/jobOptions/AthExHelloWorld/ \
HelloWorldOptions.txt
|
Some Notes:
- Athena example software packages are in AtlasRelease-opt/dist/8.0.1/Control/AthenaExamples
- Athena job options files are in AtlasRelease-opt/dist/8.0.1/InstallArea/jobOptions
Recipe for Downloading a Distribution Kit
Downloading from CERN
% cd /afs/atlas/atlas/software/pacman
% source ./setup.sh
% cd /afs/atlas/atlas/software/kits
% mkdir 8.0.1
% cd 8.0.1
% pacman -get ATLAS:8.0.1/AtlasRelease-opt -allow-tar-overwrite
|
Downloading snapshot from CERN
% cd /afs/atlas.umich.edu/atlas/software/pacman
% source ./setup.sh
% cd /afs/atlas.umich.edu/atlas/software/kits
% mkdir 8.0.1
% cd 8.0.1
% pacman -snapshot ATLAS:8.0.1/AtlasRelease-opt
% pacman -get AtlasRelease-opt -allow-tar-overwrite
|
Downloading from Boston
% cd /afs/atlas.umich.edu/atlas/software/pacman
% source ./setup.sh
% cd /afs/atlas.umich.edu/atlas/software/kits
% mkdir 8.0.1
% cd 8.0.1
% pacman -get BU-ATLAS:DC2-Registry
% pacman -get 8.0.1:AtlasRelease-opt -allow-tar-overwrite
|
Recipe for Downloading the Distribution Kit Validation Package
Downloading from Roma I
% cd /afs/atlas.umich.edu/atlas/software/pacman
% source ./setup.sh
% cd /afs/atlas.umich.edu/atlas/software/kits/KitValidation
% pacman -get https://classis01.roma1.infn.it/pacman/cache:KitValidation
|
|