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
References
-
The pacman software is downloaded from
http://physics.bu.edu/pacman.
-
The recipe for installing a kit is outlined on the Atlas SIT pages
[html]
-
Kit Validation How-To from Alessandro De Salvo
[txt]
-
How To install the Atlas software from the pacman-based distribution kit
[Wiki]
Recipe for Downloading PacMan
Example for PacMan version 2.9262 (Apr 2004)
% ssh linat09.grid.umich.edu
% cd /data02/software
% wget http://physics.bu.edu/pacman/beta-testers/pacman-2.9262.tar.gz
% tar zxvf pacman-2.9262.tar.gz
% ln -s pacman-2.9262.tar.gz pacman
|
Recipe for Downloading a Distribution Kit
Downloading from CERN
% cd /data02/software
% source ./setup.sh
% cd /data02/software/pacman
% source ./setup.sh
% cd /data02/software/atlas
% mkdir 8.0.2
% cd 8.0.2
% pacman -get ATLAS:8.0.2/AtlasRelease-opt -allow-tar-overwrite
|
Downloading snapshot from CERN
% cd /data02/software
% source ./setup.sh
% cd /data02/software/pacman
% source ./setup.sh
% cd /data02/software/atlas
% mkdir 8.0.2
% cd 8.0.2
% pacman -snapshot ATLAS:8.0.2/AtlasRelease-opt
% pacman -get AtlasRelease-opt -allow-tar-overwrite
|
Downloading from Boston
% cd /data02/software
% source ./setup.sh
% cd /data02/software/pacman
% source ./setup.sh
% cd /data02/software/atlas
% mkdir 8.0.2
% cd 8.0.2
% pacman -get BU-ATLAS:DC2-Registry
% pacman -get 8.0.2:AtlasRelease-opt -allow-tar-overwrite
|
Recipe for Downloading the Distribution Kit Validation Package
Downloading from Roma I
% cd /data02/software
% source ./setup.sh
% cd /data02/software/pacman
% source ./setup.sh
% cd /data02/software/atlas/KitValidation
% pacman -get https://classis01.roma1.infn.it/pacman/cache:KitValidation
|
|