Versions Compared

Key

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

Basics

...

(updated 11-May-2018)

Please refer to the items under User Information in the U.S. ATLAS Center at SLAC page. 

Register as a SLAC user and obtain a SLAC computing account.
Account info can be found on the Tier2 page, along with other info on local computing at SLAC.

Among the various public machines at SLAC, to get started on ATLAS work you should ssh to one of the ATLAS interactive machines like atlint03.slac.stanford.edu

If you have any questions please post them to the Non-Grid Jobs at SLAC Forum in the ATLAS Hypernews system,
where all local SLAC ATLAS computing issues are discussed.

How to get up and running quick (This looks very old. Review and delete as appropriate.)

Code Block
#Do this just once:
cd
cp ~ahaas/.bashrc .
cp ~ahaas/.profile .
mkdir .hepix; cp ~ahaas/.hepix/* .hepix/
echo "none" > ATLCURRENT
mkdir reldirs
cp -r ~ahaas/cmthome .
bash
cd cmthome
source /afs/slac.stanford.edu/g/atlas/c/CMT/v1r20p20090520/mgr/setup.sh
cmt config

...

Code Block
mkdir /scratch/<username>
ln -s /scratch/<username> scratch

More info on ATLAS disk space at SLAC is here.

Everytime you log in and want to use an ATLAS release:

...