Go to the source code of this file.
Classes | |
class | runTheMatrix.TheMatrix |
Namespaces | |
runTheMatrix | |
Functions | |
def | runTheMatrix.runSelected |
def | runTheMatrix.showRaw |
def | runTheMatrix.stepOrIndex |
Variables | |
string | runTheMatrix.action = 'store_true' |
list | runTheMatrix.choices = ['init','test','submit','force'] |
tuple | runTheMatrix.cmssw_base = os.getenv(cmssw_env,None) |
string | runTheMatrix.const = 'required' |
tuple | runTheMatrix.cudart_basename = os.path.basename(libcudart) |
runTheMatrix.cudart_version = None | |
string | runTheMatrix.default = '' |
string | runTheMatrix.dest = 'batchName' |
tuple | runTheMatrix.gpugroup = parser.add_argument_group('GPU-related options','These options are only meaningful when --gpu is used, and is not set to forbidden.') |
string | runTheMatrix.help = 'relval batch: suffix to be appended to Campaign name' |
tuple | runTheMatrix.ibeos_cache = os.path.join(os.getenv("LOCALRT"), "ibeos_cache.txt") |
tuple | runTheMatrix.libcudart = os.path.realpath(os.path.expandvars('$CMSSW_RELEASE_BASE/external/$SCRAM_ARCH/lib/libcudart.so')) |
runTheMatrix.mapped = False | |
string | runTheMatrix.nargs = '?' |
tuple | runTheMatrix.opt = parser.parse_args() |
tuple | runTheMatrix.parser = argparse.ArgumentParser(usage,formatter_class=argparse.ArgumentDefaultsHelpFormatter) |
dictionary | runTheMatrix.predefinedSet |
tuple | runTheMatrix.ret = showRaw(opt) |
prodAgent to be discontinued More... | |
list | runTheMatrix.testList = [] |
runTheMatrix.type = int, | |
string | runTheMatrix.usage = 'usage: runTheMatrix.py --show -s ' |