Note: currently the scripts on dev are set up to use a modified version of ligotools that supports globus sockets so
the ligotools package used is installed at ldas-dev:/export/ldcg_server/mlei/ligotools, with the following included in ~ldas/.cshrc
to support this package eval `/export/ldcg_server/mlei/ligotools/bin/use_ligotools`.
The environment
variable LIGOTOOLS is set to /export/ldcg_server/mlei/ligotools as a result.
If ligotools is not installed, the scripts can be modified to use LDASJob package from the ldas installation by including /ldas/lib in the auto_path: e.g.
pipeloop.tcl: set ::auto_path "/ldas/lib . $auto_path"
AllTest.rsc - Resource configurationstartAllTest - start all the tests
rundmt.tcl - dmt main driver
startrds.tcl - createRDS main driverloopcmd.test - any loop cmd driver
getFrameData.test - loop cmd driver for getFrameData, also use onejob.tclstopAllTest - stop all the tests, remove old logs and exit test drivers
createRDS channel files (e.g. adcdecimate_H-H2-RDS_R_L4-S5.txt )user command files (e.g. getFrameData.cmd)user command files for dataStandAlone (e.g. knownpulsardemod-data.rds)user command files for putStandAlone (e.g. stackslide-put.cmd)ilwd specifications needed by dataStandAlone (e.g. earth00-04.ilwd)leapseconds file for gps time conversionxml file list for dmtS5 frame files must be mounted on ldas system and known to diskcacheAPIstartAllTest <site> &
e.g. on dev
startAllTest dev &
stopAllTest <site> &
e.g. on dev
stopAllTest &
It would take a few minutes for the scripts to all terminate as some of the createRDS jobs takes longer time to complete before the tests can exit.
::DISKCACHE_LOG_PATTERNS for diskcache logs and ::KNOWN_ERRS_LOG_DESC for non-diskcache logs