Functions | |
def | runMachineCheck () |
machine information More... | |
def | runStatusCheck (MAX_ATTEMPTS=3, verbose=False) |
run LEM status check More... | |
def | appendToFile (status, prefix="/nusoft/app/web/htdoc/nova/lem/") |
append a status to a file More... | |
def | appendStatus (history, new) |
append status to statuses More... | |
Variables | |
list | SERVERS = ["lem.hep.caltech.edu"] |
PORTS = range(1024, 1032) | |
def lemmon_tools.appendStatus | ( | history, | |
new | |||
) |
append status to statuses
Definition at line 87 of file lemmon_tools.py.
References append().
Referenced by appendToFile().
def lemmon_tools.appendToFile | ( | status, | |
prefix = "/nusoft/app/web/htdoc/nova/lem/" |
|||
) |
append a status to a file
Definition at line 60 of file lemmon_tools.py.
References appendStatus(), and open().
Referenced by nova::database::Table.BulkInsertInDB(), nova::dbi::Table.LoadFromCSV(), nutools::dbi::Table.LoadFromCSV(), nova::database::Table.UpdateFromSSV(), nova::dbi::Table.WriteToCSV(), and nutools::dbi::Table.WriteToCSV().
def lemmon_tools.runMachineCheck | ( | ) |
def lemmon_tools.runStatusCheck | ( | MAX_ATTEMPTS = 3 , |
|
verbose = False |
|||
) |
run LEM status check
Definition at line 23 of file lemmon_tools.py.
References runMachineCheck(), and submit_syst.str.
lemmon_tools.PORTS = range(1024, 1032) |
Definition at line 3 of file lemmon_tools.py.
list lemmon_tools.SERVERS = ["lem.hep.caltech.edu"] |
Definition at line 2 of file lemmon_tools.py.