Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/check_batch.html
Дата изменения: Fri Apr 8 12:46:14 2016
Дата индексирования: Mon Apr 11 01:31:10 2016
Кодировка:
Python: module check_batch
 
 
check_batch (version 14.10.10)
index
check_batch.py

PURPOSE --
Check our collection of recurring batch jobs.
 
DEVELOPER --
Don Chance
 
MODIFICATION HISTORY --
Initial implementation  3/8/01
 
Move to the initial working directory before trying to restart the
job.  This avoids trying to write any temporary files to the
BATCH_PICKLE_DATA directory.  drc 5/17/01
 
Modified to support either upper or lower case for options.  drc 8/1/01
 
Modified to work with both Unix and VMS.  drc 11/13/01
 
Modified to handle mixed case input; to provide job status information
                              app 04/24/03
Mods from python review       app 05/05/03
Updated for Python 3 compatibility. drc 10/14/14

 
Modules
       
batch_util
os
pickle
spss_sys_util
spst_getopt
sys

 
Functions
       
input = raw_input(...)
raw_input([prompt]) -> string
 
Read a string from standard input.  The trailing newline is stripped.
If the user hits EOF (Unix: Ctl-D, Windows: Ctl-Z+Return), raise EOFError.
On Unix, GNU readline is used if enabled.  The prompt string, if given,
is printed without a trailing newline before reading.
run(*args)
Check our collection of recurring batch jobs.
 
Usage:
do check_batch [-[no]restart|-query]  [-list] [-status]
 
The -restart option will cause the program to restart any batch jobs
found not to be running. The default is to restart.   If the -query
option is specified, the user will be prompted for each non-running
batch job as to whether it should be restarted or not.  With the
-norestart option, no batch jobs will be restarted, but a warning
will be output. 
 
The -list option causes the information stored about each batch job to
be sent to standard output.
 
The -status option provides the job_id, priority, name, user, state,
submission time and queue name.

 
Data
        __version__ = '14.10.10'