Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may want to have an area with >500MB of storage space (the /afs home limit).
If you're in group "atlas"  and/or "atlas-user" (check with "groups")...", otherwise mail young@slac and he'll do "ypgroup adduser -group atlas -user username"):

Code Block
mkdir /afs/slac.stanford.edu/g/atlas/work/<firstLetterOfUsername>/<username>
ln -s /afs/slac.stanford.edu/g/atlas/work/<firstLetterOfUsername>/<username> nfs

...

Everytime you log in and want to use an ATLAS release (15.2.0.1 , is used for this example):

Code Block
bash #this is the supported shell for ATLAS work at SLAC
mkdir ~/reldirs/15.2.0 #if it doesn't already exist (where 15.2.0 is the first 3 numbers of the release)
cd reldirs/15.2.0
. ~/cmthome/setup.sh -tag=15.2.0.1

The releases available at SLAC can be seen here.

Now you can run athena, for example:

...