Cheat Sheet:
|
Notice: The GLAST code has not been released to the public and is for use by members of the LAT Collaboration only! |
Note: Linux users who prefer using a command line installer instead of a GUI, do not need to install Java. (See Linux Command Line Installer.)
If CVS is not installed on your system, contact your system administrator to have it installed.
Create Linux Environment Variables (for access to the GLAST cvs respository):
setenv CVS_RSH ssh
setenv CVSROOT :ext:centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs
Troubleshooting Tip : If your userid on your local machine is different from your userid for SLAC, you must specify your SLAC userid. For example, if your SLAC userid is mySLACid then, in the second setenv command above:
:ext:centaurusa.slac.stanford.edu
should be replaced with:
:ext:yourAccountName@centaurusa.slac.stanford.edu:/nfs/slac/g/glast/ground/cvs
To verify that you can access the GLAST CVS server, issue a query.
For example, the start of output for a cvs rlog command on a module
in the GLAST repository:
$ cvs rlog -t GlastRelease/doc cvs rlog: Logging GlastRelease/doc RCS File: /nfs/slac/g/glast/ground/cvs/GlastRelease/doc/release.notes, v head: 1.7
Installers:
Note: If you experience problems, refer to step 1 of: Glast Software Installer.
Note: If you want to use SLAC Public's CMT installation instead of downloading CMT, you can do so by setting up your .cshrc file. (See Modify Your SLAC Public Environment.) If you are working offsite, you should download the CMT to your local machine.
setenv CMTCONFIG rh9_gcc32
setenv CMTBASE /software/CMT
setenv CMTVERSION v1r16p20040701/Linux
source ${CMTBASE}/${CMTVERSION}/mgr/setup
- Assuming the installation directory is /glast/tools, change the line near the top of setup.sh from:
CMTROOT=/1a1/CMT/v1r16p20040701; export CMTROOT
to:
CMTROOT=/glast/tools/CMT/v1r16p20040701; export CMTROOT
- In setup.csh change:
setenv CMTROOT /1a1/CMT/v1r16p20040701
to:
setenv CMTROOT=/glast/tools/CMT/v1r16p20040701
At the command prompt, enter: cmt
Verify that a list of possible cmt comman05/22/2008start="6">
Install Glast software and external libraries. Note: If installing GlastRelease or EngineeringModel, create an environment variable for ROOT; see: Set ROOT Environment Variables: Linux
Also see: Calibration Files: Access Overview
- Install MRvcmt; see Install MRvcmt on Standalone Desktop Machines.
Last updated by: Chuck Patterson 01/22/2008