This test exercises exceptions in eventmonAPI and handling of multidim data for putStandAlone command.
The LDAS APIs affected by this test are:
Choose a directory to install the tests scripts. e.g. /ldas_usr/ldas/test/database
Untar the files to your ldas platform under /ldas_outgoing/jobs
cd /ldas_outgoing/jobs
tar xvzf LDASTest.tar.gz
LDASTest/putStandAlone/
LDASTest/putStandAlone/burstwrapper/
LDASTest/putStandAlone/burstwrapper/process_1.ilwd
LDASTest/putStandAlone/burstwrapper/process_2.ilwd
LDASTest/putStandAlone/dbflood/
LDASTest/putStandAlone/dbflood/output_1.ilwd
LDASTest/putStandAlone/dbflood/process_1.ilwd
LDASTest/putStandAlone/dbflood/process_2.ilwd
LDASTest/putStandAlone/ilwddir/
LDASTest/putStandAlone/ilwddir/output_1.ilwd
LDASTest/putStandAlone/ilwddir/process_1.ilwd
LDASTest/putStandAlone/ilwddir/process_2.ilwd
LDASTest/putStandAlone/inspiral/
LDASTest/putStandAlone/inspiral/output_1.ilwd
LDASTest/putStandAlone/inspiral/output_2.ilwd
LDASTest/putStandAlone/inspiral/process_1.ilwd
LDASTest/putStandAlone/inspiral/process_2.ilwd
LDASTest/putStandAlone/knownpulsardemod/
LDASTest/putStandAlone/knownpulsardemod/output_1.ilwd
LDASTest/putStandAlone/knownpulsardemod/process_1.ilwd
LDASTest/putStandAlone/knownpulsardemod/process_2.ilwd
LDASTest/putStandAlone/slope/
LDASTest/putStandAlone/slope/output_1.ilwd
LDASTest/putStandAlone/slope/process_1.ilwd
LDASTest/putStandAlone/slope/process_2.ilwd
LDASTest/putStandAlone/stackslide/
LDASTest/putStandAlone/stackslide/output_1.ilwd
LDASTest/putStandAlone/stackslide/process_1.ilwd
LDASTest/putStandAlone/stackslide/process_2.ilwd
LDASTest/putStandAlone/stochastic/
LDASTest/putStandAlone/stochastic/output_1.ilwd
LDASTest/putStandAlone/stochastic/process_1.ilwd
LDASTest/putStandAlone/stochastic/process_2.ilwd
LDASTest/putStandAlone/tfclusters/
LDASTest/putStandAlone/tfclusters/output_1.ilwd
LDASTest/putStandAlone/tfclusters/process_1.ilwd
LDASTest/putStandAlone/tfclusters/process_2.ilwd
LDASTest/putStandAlone/waveburst/
LDASTest/putStandAlone/waveburst/process_1.ilwd
LDASTest/putStandAlone/waveburst/process_2.ilwd
LDASTest/putStandAlone/BOX-III185203_wrapperdata.ilwd
LDASTest/putStandAlone/email.BOX-III185203
LDASTest/putStandAlone/output_1.ilwd
LDASTest/putStandAlone/process_1.ilwd
LDASTest/putStandAlone/process_2.ilwd
If ligotools is desired, check that ligotools is mounted:
ldas:ldas:ldas-dev.ldas-dev:test> df /ligotools
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/dsk/c3t1d0s6 498316151 326700089 171616062 66% /export
Set up a default ldas account and password via ligotools utility ldaspw. Currently ligotools does not support job submission
via globus sockets.
/ldas/bin/putStandAlone [options] >& putStandAlone.log &
| Option | Description |
|---|---|
--database
| database name at a site e.g. ldas_tst |
--runtimes
| number of times to repeat this test e.g. 3, to test fix for PR2454. Defaults to 1 and to 3 times when run by SystemTest.tcl,the main test script.. |
e.g. with globus sockets:
putStandAlone.tcl --site dev -debug 0 -verbose lpse --enable-globus 1 --enable-gsi 1
--database dev_1 >& putStandAlone.log &
and with tcl sockets:
putStandAlone.tcl --site dev -debug 0 -verbose lpse --enable-globus 0 --enable-gsi 0
--database dev_1 >& putStandAlone.log &
To enable debugging, set debug level to 1 or greater:
putStandAlone.tcl --site dev -debug 1 -verbose lpse --enable-globus 1 --enable-gsi 1
--database dev_1 --qa-debug-level 1 >& putStandAlone.log &
The test is repeated
putStandAlone.tcl: Total 30 Passed 30 Skipped 0 Failed 0