Versions Compared

Key

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

...

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

Note: for 16.0.0+ you should (and may have to) use:

No Format

 asetup 16.5.0.1 #(or whatever the release is...)

The releases available at SLAC can be seen here.

...