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 = []
 
 gaudirun.parser = OptionParser(usage = "%prog [options] <opts_file> ...")
 
 gaudirun.action
 
 gaudirun.help
 
 gaudirun.type
 
 gaudirun.metavar
 
 gaudirun.default
 
 gaudirun.callback
 
 gaudirun.nargs
 
 gaudirun.dest
 
 gaudirun.options = [ "importOptions(%r)" % f for f in args ]
 
 gaudirun.tcmalloc
 
 gaudirun.profilerName = opts.profilerName
 
 gaudirun.profilerOutput = opts.profilerOutputor(profilerName + ".output")
 
 gaudirun.profilerExtraOptions = opts.profilerExtraOptions
 
 gaudirun.preload = os.environ.get("LD_PRELOAD", "")
 
 gaudirun.ncpus
 
 gaudirun.old_conf_user_apply
 
 gaudirun.run_info_file
 
list gaudirun.argv = []
 
 gaudirun.opts
 
 gaudirun.args = [ a for a in sys.argv if a != '-T' and not '--tcmalloc'.startswith(a) ]
 
 gaudirun.sys_cpus = cpu_count()
 
string gaudirun.s = "Invalid value : --ncpus : only %i cpus available"
 
 gaudirun.prefix
 
 gaudirun.level = logging.INFO
 
 gaudirun.with_time
 
 gaudirun.root_logger = logging.getLogger()
 
list gaudirun.to_load
 
string gaudirun.profilerExecName = ""
 
string gaudirun.igprofPerfOptions = "-d -pp -z -o igprof.pp.gz"
 
string gaudirun.profilerOptions = ""
 
 gaudirun.toolname = profilerName.replace('valgrind','')
 
string gaudirun.outoption = "--log-file"
 
 gaudirun.profilerPath = distutils.spawn.find_executable(profilerExecName)
 
list gaudirun.to_reload = []
 
list gaudirun.arglist = [profilerPath]+profilerOptions.split()+args
 
 gaudirun.output
 
 gaudirun.c = gaudimain()
 
 gaudirun.optlines = list(opts.options)
 
dictionary gaudirun.g = {}
 
dictionary gaudirun.l = {}
 
 gaudirun._appliedConfigurableUsers_
 
 gaudirun.use_temp_opts
 
 gaudirun.fd
 
 gaudirun.tmpfile
 
 gaudirun.printsequence
 
 gaudirun.retcode = c.run(opts.gdb,opts.ncpus)
 
dictionary gaudirun.run_info = {}