Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/submit_menu.html
Дата изменения: Fri Apr 8 12:46:15 2016 Дата индексирования: Mon Apr 11 01:32:25 2016 Кодировка: |
submit_menu (version 16.02.16) | index submit_menu.py |
PURPOSE --
This Gridware Submission selection menu.
DEVELOPER --
K. Clark and D. Chance
MODIFICATION HISTORY --
o Initial implementation 1/ 2/03
o add xev as option. 12/3/03
o change submit button name to execute. 1/13/04
o set ccs_product to None when a run is started. 1/13/04
o updated to get rid of 'broken pipe' messages. 1/21/04
o added pdbman. dc 4/19/04
o added buttons for megg, opc cat, and load checking. dc 8/6/04
o automatically saved pickle only goes in output area. dc 8/12/04
o keep history on state of buttons. dc 9/22/04
o add lga_comm button. dc 9/28/04
o allow megg, lga comm and mosr to be run independent ms/cl runs.
dc 11/30/04
o jump around sanity checks when doing just pdbman. dc 1/4/05
o check cl continuity. dc 2/2/05
o fix cl continuity check. dc 3/31/05
o add try block around cl run prep. dc 8/2/05
o running of dst now independent of running of ms. dc 1/17/06
o fix xev config path. dc 5/22/06
o add queue menu. dc 6/28/06
o raise an error if the logfile doesn't get created after one minute.
dc 3/5/07
o modified for SGE 6. dc 5/8/07
o check tdrs schedule drc 11/7/11
o fix window sizing issue. drc 8/14/12
o code cleanup. drc 2/16/16
Modules | ||||||
|
Classes | ||||||||||||||||||||||||||||||||||||||||||||||||
|
Data | ||
BOTH = 'both' DATABASENAME = 'spss' END = 'end' LEFT = 'left' N = 'n' NW = 'nw' PASS_QUEUE = 'pass.q' PASS_SOFTWARE_VERSIONS = ['ops', 'old', 'new', 'spec'] PASS_SYSTEM = 'ops' Pmw = <Pmw.Pmw_1_3_3.lib.PmwLoader.PmwLoader instance> RAISED = 'raised' RIGHT = 'right' TOP = 'top' W = 'w' X = 'x' Y = 'y' YES = 1 __version__ = '16.02.16' |