Script xalt_run_submission_in_py
[hide private]
[frames] | no frames]

Script xalt_run_submission_in_py

source code

Classes [hide private]
  CmdLineOptions
Command line Options class
  ExtractXALT
This class extracts the XALT scribe placed in the program or shared library.
  UserEnvT
Class to extract important values from the environment
  UserExec
Find all about the user's executable.
  EnvT
Capture the user's environment.
Functions [hide private]
 
syshost()
Find a default system host name.
source code
 
main()
Write the environment, XALT info from executable and use the transmission factory to save it.
source code
Variables [hide private]
  logger = config_logger()
  keyPat = re.compile(r'.*<(.*)>.*')
  shFuncPat = re.compile(r'^\(\) *{')
Function Details [hide private]

syshost()

source code 

Find a default system host name. Return 2nd name after the dot, unless there is only one, then return first name.