Versions Compared

Key

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

...

Also, starting with release ana-0.14.1 you can specify the location of your data directory (the equivalent of "/reg/d/psdm" at SLAC) with the environment variable SIT_PSDM_DATA.  You can also do this when you specify the DataSource with an option similar to "dir=/reg/d/ffb/amo/amoi0114/xtc", but the environment variable provides a clean method to do so "globally".

MPI

Starting with ana-0.18.0, the openmpi package is built to dynamically load lsf components. Offsite users will typically not have lsf. sit_setup will, by default, set the following environment variables

OMPI_MCA_ess  ^lsf
OMPI_MCA_ras   ^lsf
OMPI_MCA_plm  ^lsf

Advanced users may want to control these environment variables themselves. If so, set

SIT_NO_MODIFY_OMPI_ENV=1

If your offsite has a lsf installation you want to try, set LSF_PACKAGE_LIB appropriately. sit_setup will use this directory instead.

Release upgrade

When you want to upgrade to the new version of the analysis release run this from the same account that was used to install everything:

...