DMTHOME | /export/home/dmt | Base of DMT software directory tree |
DMTHTMLOUT | $GDSAPACHE/monitor_reports/<monitor> | html report file directory |
DMTIFOS | 'H0 H1 H2' (LHO) or
'L0 L1' (LLO) |
List of local interferometer names. |
DMTINPUT | /online/$LIGOSMPART | Input data source |
DMTNAMESERVER | gdsdmt0:23456 (LHO) or
delaronde:23456 (LLO) |
Name server IP address and port |
DMTOUTPUT | $DMTSTORE/monitors/data/<monitor> | Monitor output directory |
DMTPARS | $HOME/pars | Monitor parameter directory |
DMTSTORE | HOME | Data storage tree |
DMTVERSION | pro | DMT software version ID |
GDSAPACHE | Node dependent | GDS web directory |
LIGOMCASTIP | 225.0.0.1 | Frame broadcaster multicast PI address |
LIGONDSIP | 'fb2' (HL) or
'llofb1' (LO) |
NDS or frame broadcaster PI address |
LIGOSMPART | 'LHO_Online' (HL) or
'LLO_Online' (LO) |
Shared memory partition name |
ROOSTS | /opt/CERN/root | ROOT software directory tree base |
In addition the Unix PATH and LD_LIBRARY_PATH
environment variables must be set correctly to find executables and shared
objects, respectively.
setting DMT HOME $HOME/mydmtThere is also a BASH script for users that prefer to use the bash shell. It is used as follows:
setting DMT VERSION pro
setting ROOSTS /apps1/root
source $DMTHOME/$DMTVERSION/bin/setup
export DMTHOME=$HOME/mydmtOn the DMT nodes (sand, stone and delaronde) the setup script is executed with:
export DMTVERSION=pro
export ROOTSYS=/apps1/root
source $DMTHOME/$DMTVERSION/bin/setupb
source /export/home/dmt/pro/bin/setupNote that the setup script allows the user to override many defaults by setting the appropriate environment variable before running the script. For example, an alternate software version may be selected by setting DMTVERSION to e.g. 'old', 'new' or 'rev_2.0.1'. Environment variable defaults may also be overridden on a host-by-host basis by placing a script with the appropriate setting commands in
$DMTHOME/$DMTVERSION/bin/envars.<host-name>.
and on machines with bash shell users:
$DMTHOME/$DMTVERSION/bin/envarb.<host-name>
$DMTHOME/$DMTVERSION/bin/root-setup
Note that the DMT environment should be initialized by running the
setup script before running root-setup.
It is only necessary to run root-setup
once
when first setting up your account and thereafter only if a new DMT software
version is selected.