All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gaudirun.py File Reference

Go to the source code of this file.

Classes

class  gaudirun.FakeModule
 

Namespaces

 gaudirun
 

Functions

def gaudirun.getArgsWithoutoProfilerInfo
 
def gaudirun.rationalizepath
 
def gaudirun.getArgsFromQmt
 
def gaudirun.option_cb
 

Variables

list gaudirun._qmt_tmp_opt_files = []
 
tuple gaudirun.parser = OptionParser(usage = "%prog [options] <opts_file> ...")
 
string gaudirun.help = "do not run the application, just parse option files"
 
string gaudirun.metavar = "FILE"
 
string gaudirun.type = "string"
 
string gaudirun.dest = "old_conf_user_apply"
 
 gaudirun.tcmalloc = False,
 
string gaudirun.profilerName = ''
 
string gaudirun.profilerOutput = ''
 
string gaudirun.profilerExtraOptions = ''
 
list gaudirun.preload = []
 
 gaudirun.ncpus = None,
 
string gaudirun.old_conf_user_apply = 'GAUDI_FIXED_APPLY_CONF'
 
list gaudirun.argv = []
 
tuple gaudirun.sys_cpus = cpu_count()
 
string gaudirun.s = "Invalid value : --ncpus : only %i cpus available"
 
 gaudirun.level = logging.INFO
 
tuple gaudirun.root_logger = logging.getLogger()
 
list gaudirun.to_load
 
list gaudirun.args = [ a for a in sys.argv if a != '-T' and not '--tcmalloc'.startswith(a) ]
 
string gaudirun.profilerExecName = ""
 
string gaudirun.igprofPerfOptions = "-d -pp -z -o igprof.pp.gz"
 
string gaudirun.profilerOptions = ""
 
tuple gaudirun.toolname = profilerName.replace('valgrind','')
 
string gaudirun.outoption = "--log-file"
 
tuple gaudirun.profilerPath = distutils.spawn.find_executable(profilerExecName)
 
list gaudirun.arglist = [profilerPath]
 
tuple gaudirun.c = gaudimain()
 
list gaudirun.options = [ "importOptions(%r)" % f for f in args ]
 
tuple gaudirun.optlines = list(opts.options)
 
dictionary gaudirun.g = {}
 
dictionary gaudirun.l = {}