Package schrodinger :: Package test :: Package stu :: Module constants
[hide private]
[frames] | no frames]

Module constants

Stores data that is used in one or more script.

Currently contains: Lists used to determine whether a job uses job control. Dictionaries describing jobcontrol exit codes. Dictionary of product dependancies

Variables [hide private]
  FAILED_TO_LAUNCH = 'Failed to launch'
  JOB_NOT_STARTED = 'Job not started'
  LICENSE_CHECK_FILE = 'license_check.txt'
License file name produced by each test.
  REF_LICENSE_CHECK_FILE = 'license_check_reference.txt'
Name of reference license file.
  SKIP_LICENSE_TAG = 'skip_license_checking'
If a test has this tag, we won't check its license.
  BAD_STATUS_TEXT = 'Failed due to bad exit status = %s.'
  TIMEOUT_KILLED_TEXT = 'Failed due to timeout - killed by STU a...
  utilities_not_under_jobcontrol = ['adj_fep_pots', 'align_hypoP...
  top_level_drivers_not_under_jobcontrol = ['cluster', 'knime', ...
  scripts_under_jobcontrol = ['qsite_binding_energies.py', 'semi...
  JOB_dependent_utils = ['canvasBayes', 'canvasFPGen', 'canvasHC...
  JC_outcome_codes = {'Failed to launch': False, 'Job not starte...
  product_dependencies = {'All-Atom Coarse Grain': ['aacg'], 'Bi...
  source2product = {'aacg': set(['All-Atom Coarse Grain']), 'all...
  __package__ = None
hash(x)
  product = 'SiteMap'
  source = 'mmshare'
  sources = ['impact']
Variables Details [hide private]

TIMEOUT_KILLED_TEXT

Value:
'Failed due to timeout - killed by STU after %ds.'

utilities_not_under_jobcontrol

Value:
['adj_fep_pots',
 'align_hypoPair',
 'align_binding_sites',
 'applyhtreat',
 'autopert',
 'autoref',
 'autozmat',
 'canvas_app',
...

top_level_drivers_not_under_jobcontrol

Value:
['cluster', 'knime', 'maestro']

scripts_under_jobcontrol

Value:
['qsite_binding_energies.py', 'semi_emp.py']

JOB_dependent_utils

Value:
['canvasBayes',
 'canvasFPGen',
 'canvasHC',
 'canvasKMeans',
 'canvasLC',
 'canvasMLR',
 'canvasMolDescriptors',
 'canvasNnet',
...

JC_outcome_codes

Value:
{'Failed to launch': False,
 'Job not started': False,
 'died': False,
 'finished': True,
 'fizzled': False,
 'killed': False,
 'stopped': False}

product_dependencies

Value:
{'All-Atom Coarse Grain': ['aacg'],
 'Bioluminate': ['psp'],
 'Canvas': [],
 'CombiGlide': ['epic', 'impact', 'macromodel', 'qikprop', 'vcs'],
 'ConfGen': ['macromodel'],
 'Converters and Filters': [],
 'Core Hopping': ['combiglide',
                  'impact',
...

source2product

Value:
{'aacg': set(['All-Atom Coarse Grain']),
 'all-atom coarse grain': set(['All-Atom Coarse Grain']),
 'bioluminate': set(['Bioluminate']),
 'canvas': set(['Canvas']),
 'combiglide': set(['CombiGlide', 'Core Hopping']),
 'confgen': set(['ConfGen']),
 'converters and filters': set(['Converters and Filters']),
 'core hopping': set(['Core Hopping']),
...