gaudirun.py File Reference

Go to the source code of this file.

Classes

class  gaudirun.FakeModule
 

Namespaces

 gaudirun
 

Functions

def gaudirun.getArgsWithoutoProfilerInfo (args)
 
def gaudirun.setLibraryPreload (newpreload)
 
def gaudirun.rationalizepath (path)
 
def gaudirun.getArgsFromQmt (qmtfile)
 
def gaudirun.option_cb (option, opt, value, parser)
 

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'
 
 gaudirun.run_info_file = None)
 
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.to_reload = []
 
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 = {}
 
tuple gaudirun.retcode = c.run(opts.gdb,opts.ncpus)
 
dictionary gaudirun.run_info = {}