Difference between revisions of "AMA in Athena 14 1 0"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
+ | <pre> | ||
$ source ~/cmthome/setup.sh -tag=14.1.0,32 | $ source ~/cmthome/setup.sh -tag=14.1.0,32 | ||
+ | </pre> | ||
+ | <pre> | ||
$ cvs -d /project/atlas/cvs/Athena co -r V00-00-04 AtlasModularAnalysis | $ cvs -d /project/atlas/cvs/Athena co -r V00-00-04 AtlasModularAnalysis | ||
+ | </pre> | ||
standalone: | standalone: | ||
+ | <pre> | ||
$ gmake -f Makefile.Standalone amacint | $ gmake -f Makefile.Standalone amacint | ||
$ gmake -f Makefile.Standalone CSCDriver | $ gmake -f Makefile.Standalone CSCDriver | ||
+ | </pre> | ||
− | with ARA | + | with ARA |
(in AtlasModularAnalysis/cmt) | (in AtlasModularAnalysis/cmt) | ||
+ | <pre> | ||
$ cmt config | $ cmt config | ||
$ source setup.sh | $ source setup.sh | ||
$ gmake | $ gmake | ||
+ | </pre> | ||
with recommended tags (see also: ): | with recommended tags (see also: ): | ||
− | - copy files from /data/atlas/users/gossie/Athena/14.1.0 | + | - copy files from <tt>/data/atlas/users/gossie/Athena/14.1.0</tt> |
− | - compile (NB: use 'cmt bro gmake' to take care of dependencies ) | + | - compile (NB: use '<tt>cmt bro gmake</tt>' to take care of dependencies ) |
(in AtlasModularAnalysis/cmt) | (in AtlasModularAnalysis/cmt) | ||
+ | <pre> | ||
$ cmt config | $ cmt config | ||
$ source setup.sh | $ source setup.sh | ||
$ gmake | $ gmake | ||
+ | </pre> |
Revision as of 13:13, 30 May 2008
$ source ~/cmthome/setup.sh -tag=14.1.0,32
$ cvs -d /project/atlas/cvs/Athena co -r V00-00-04 AtlasModularAnalysis
standalone:
$ gmake -f Makefile.Standalone amacint $ gmake -f Makefile.Standalone CSCDriver
with ARA (in AtlasModularAnalysis/cmt)
$ cmt config $ source setup.sh $ gmake
with recommended tags (see also: ): - copy files from /data/atlas/users/gossie/Athena/14.1.0 - compile (NB: use 'cmt bro gmake' to take care of dependencies ) (in AtlasModularAnalysis/cmt)
$ cmt config $ source setup.sh $ gmake