Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_batch_lrp_overview.html
Дата изменения: Fri Apr 2 19:10:05 2004
Дата индексирования: Sun Mar 2 12:06:03 2014
Кодировка:

Поисковые слова: внешние планефщ

Overview of the Batch LRP Process

The following crontab runs every night on (currently) the Ultra 60 sun workstation "ringworld" from the LRP account:

----------------------------------------------------------------------------
# Create the input proposal list for the batch_lrp process:
06 20 * * 0-6 /home/lrp/batch/find_lrp.cron
----------------------------------------------------------------------------

This cron executes the following:

----------------------------------------------------------------------------
cd /home/lrp/sqr/
sqr /home/lrp/sqr/find-lrp.sqr -XP -F/cerb/data1/operational/lrp/find-lrp.lis
----------------------------------------------------------------------------

where /home/lrp/sqr/find-lrp.sqr contains the sqr for selecting the props.

Also therein, the include file /home/lrp/sqr/lrp-proposals6.dat contains the bit of sqr which actually selects the proposals.

sqr runs and produces the output file /cerb/data1/operational/lrp/find-lrp.lis .


When the batch LRP runs, it executes the following crontab:

----------------------------------------------------------------------------
# Batch LRP:  (not run on day=6, Saturday-morning)
30 00 * * 0 csh -c /data/cerberus1/operational/lrp/lrp-batch-even.command >/data/aphotic1/lrp/batch_log.sun
30 00 * * 1 csh -c /data/cerberus1/operational/lrp/lrp-batch-odd.command >/data/aphotic1/lrp/batch_log.mon
30 00 * * 2 csh -c /data/cerberus1/operational/lrp/lrp-batch-even.command >/data/aphotic1/lrp/batch_log.tue
30 00 * * 3 csh -c /data/cerberus1/operational/lrp/lrp-batch-odd.command >/data/aphotic1/lrp/batch_log.wed
30 00 * * 4 csh -c /data/cerberus1/operational/lrp/lrp-batch-even.command >/data/aphotic1/lrp/batch_log.thu
30 00 * * 5 csh -c /data/cerberus1/operational/lrp/lrp-batch-odd.command >/data/aphotic1/lrp/batch_log.fri
----------------------------------------------------------------------------

when these execute, they run the following tcl script: /cerb/p1/operational/vspike/utilities/batch-lrp-cli

into which is loaded the /cerb/data1/operational/lrp/find-lrp.lis file.


LRPG Procedures home page