tag=dbg: debug, unoptimized (but unavailable for most releases)
tag=opt: optimized (-O2)
/afs/usatlas/software/downloads/releases), NFS (under /usatlas/OSG/atlas_app/atlas_rel), and cmvfs (under /cvmfs/atlas.cern.ch/repo/sw/software). The release installation in AFS area has stopped. You should use either release in OSG or in cvmfs.
SVNROOT=file:///usatlas/projects/svn. Follow this link for details.
source /opt/usatlas/kit_rel/AtlasSetup/osgSetup.[c]sh 17.3.1.
source /opt/usatlas/kit_rel/AtlasSetup/osgSetup.[c]sh 17.3.1.1.
source /opt/usatlas/kit_rel/AtlasSetup/osgSetup.[c]sh --grouparea=${ATLAS_GROUP_AREA} 17.3.1.1.
source /opt/usatlas/kit_rel/AtlasSetup/osgSetup.[c]sh --testarea=None 17.3.1
source /opt/usatlas/kit_rel/OSG_rel/17.3.1/cmtsite/asetup.[c]sh 17.3.1 --testarea $PWD.
source /opt/usatlas/kit_rel/OSG_rel/17.3.1/cmtsite/asetup.[c]sh 17.3.1.1 --testarea $PWD.
svn+ssh://svn.cern.ch/reps/atlasoff. Otherwise, you need explicitly specify your CERN account name in SVNROOT in the format of svn+ssh://YourCERNName@svn.cern.ch/reps/atlasoff. There is another option to omit your CERN account name in SVNROOT, i.e., just to add the following lines in $HOME/.ssh/config:
Host svn.cern.ch GSSAPIAuthentication yes GSSAPIDelegateCredentials yes # GSSAPITrustDNS yes Protocol 2 ForwardX11 no User YourCERNName
file:///usatlas/projects/svn, or use command bnl_cmt instead cmt.
Please be aware that the SVN repository at BNL is just a mirror of ATLAS SVN repository, and this mirror is available for checkouts only. The import and commit operations should be performed with CERN ATLAS SVN repository. Please visit here for details.
export DBRELEASE_OVERRIDE=${DBRELEASE_VERSION}
before setting up runtime environment.
There are more DBRelease versions installed at /afs/usatlas/software/downloads/DB/DBRelease, to use them, you need set both env variables DBRELEASE_OVERRIDE and export ATLAS_DB_AREA=/afs/usatlas/software/downloads/DB before runtime environment setup.
For setup using AtlasSetup (recipe-1), you need specify option --dbarea="/afs/usatlas/software/downloads/DB" and --dbrelease="${DBRELEASE_VERSION}" to override the default DBRelease, e.g.
source /opt/usatlas/kit_rel/AtlasSetup/aSetup.sh 16.0.1 --dbarea="/afs/usatlas/software/downloads/DB" --dbrelease="12.7.1"In case you are interested in overriding geomDB or sqlite200, part of DBRelease, you can simply create a sym-link to them under your run directory. In case of pathena jobs, you can specify an option --dbRelease such as --dbRelease=ddo.000001.Atlas.Ideal.DBRelease.v070401:DBRelease-7.4.1.tar.gz. You can dq2-ls command to look up the available DBRelease datasets.
/usatlas/workarea/atlas/PFC/catalogue/poolcond with condition files residing in dcache. You can make your athena job to use this poolcond by creating a sym-link to this path under your working directory (or ${ATLAS_TEST_AREA}) by:
ln -s /usatlas/workarea/atlas/PFC/catalogue/poolcond ${working_directory}/InstallArea/share/poolcond
Or you can add path /usatlas/workarea/atlas/PFC/catalogue directly into ${DATAPATH} before running your jobs.
export ATLAS_POOLCOND_PATH=/usatlas/workarea/atlas/PFC_HOTDISK for zsh/bash/ksh; setenv ATLAS_POOLCOND_PATH /usatlas/workarea/atlas/PFC_HOTDISK for tcsh
Please note that this site is a content mirror of the BNL US ATLAS TWiki. To edit the content of this page, click the Edit this page button at the top of the page and log in with your US ATLAS computing account name and password.