|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |
Classes | |
| class | FakeModule |
Functions | |
| def | getArgsWithoutoProfilerInfo |
| def | rationalizepath |
| def | getArgsFromQmt |
| def | option_cb |
Variables | |
| list | _qmt_tmp_opt_files [] |
| tuple | parser OptionParser(usage = "%prog [options] <opts_file> ...") |
| string | help "do not run the application, just parse option files" |
| string | metavar "FILE" |
| string | type "string" |
| string | dest "old_conf_user_apply" |
| tcmalloc False, | |
| string | profilerName '' |
| string | profilerOutput '' |
| string | profilerExtraOptions '' |
| list | preload [] |
| ncpus None, | |
| string | old_conf_user_apply 'GAUDI_FIXED_APPLY_CONF' |
| list | argv [] |
| tuple | sys_cpus cpu_count() |
| string | s "Invalid value : --ncpus : only %i cpus available" |
| level logging.INFO | |
| tuple | root_logger logging.getLogger() |
| list | to_load |
| list | args [ a for a in sys.argv if a != '-T' and not '--tcmalloc'.startswith(a) ] |
| string | profilerExecName "" |
| string | igprofPerfOptions "-d -pp -z -o igprof.pp.gz" |
| string | profilerOptions "" |
| tuple | toolname profilerName.replace('valgrind','') |
| string | outoption "--log-file" |
| tuple | profilerPath distutils.spawn.find_executable(profilerExecName) |
| list | arglist [profilerPath] |
| tuple | c gaudimain() |
| list | options [ "importOptions(%r)" % f for f in args ] |
| tuple | optlines list(opts.options) |
| dictionary | g {} |
| dictionary | l {} |
| def gaudirun.getArgsFromQmt | ( | qmtfile | ) |
Given a .qmt file, return the command line arguments of the corresponding test.
Definition at line 46 of file gaudirun.py.
| def gaudirun.getArgsWithoutoProfilerInfo | ( | args | ) |
Remove from the arguments the presence of the profiler and its output in order to relaunch the script w/o infinite loops. >>> getArgsWithoutoProfilerInfo(['--profilerName', 'igprof', 'myopts.py']) ['myopts.py'] >>> getArgsWithoutoProfilerInfo(['--profilerName=igprof', 'myopts.py']) ['myopts.py'] >>> getArgsWithoutoProfilerInfo(['--profilerName', 'igprof', '--profilerExtraOptions', 'a b c', 'myopts.py']) ['myopts.py'] >>> getArgsWithoutoProfilerInfo(['--profilerName', 'igprof', '--options', 'a b c', 'myopts.py']) ['--options', 'a b c', 'myopts.py']
Definition at line 6 of file gaudirun.py.
| def gaudirun.option_cb | ( | option, | |
| opt, | |||
| value, | |||
| parser | |||
| ) |
Add the option line to a list together with its position in the argument list.
Definition at line 120 of file gaudirun.py.
| def gaudirun.rationalizepath | ( | path | ) |
Convert the given path to a real path if the pointed file exists, otherwise just normalize it.
Definition at line 34 of file gaudirun.py.
| list gaudirun._qmt_tmp_opt_files [] |
Definition at line 45 of file gaudirun.py.
| list gaudirun.arglist [profilerPath] |
Definition at line 323 of file gaudirun.py.
| tuple gaudirun.args [ a for a in sys.argv if a != '-T' and not '--tcmalloc'.startswith(a) ] |
Definition at line 254 of file gaudirun.py.
| list gaudirun.argv [] |
Definition at line 192 of file gaudirun.py.
| tuple gaudirun.c gaudimain() |
Definition at line 341 of file gaudirun.py.
| string gaudirun.dest "old_conf_user_apply" |
Definition at line 137 of file gaudirun.py.
| dictionary gaudirun.g {} |
Definition at line 364 of file gaudirun.py.
| string gaudirun.help "do not run the application, just parse option files" |
Definition at line 99 of file gaudirun.py.
| string gaudirun.igprofPerfOptions "-d -pp -z -o igprof.pp.gz" |
Definition at line 266 of file gaudirun.py.
| dictionary gaudirun.l {} |
Definition at line 365 of file gaudirun.py.
| gaudirun.level logging.INFO |
Definition at line 225 of file gaudirun.py.
| string gaudirun.metavar "FILE" |
Definition at line 101 of file gaudirun.py.
| gaudirun.ncpus None, |
Definition at line 187 of file gaudirun.py.
| string gaudirun.old_conf_user_apply 'GAUDI_FIXED_APPLY_CONF' |
Definition at line 189 of file gaudirun.py.
| list gaudirun.options [ "importOptions(%r)" % f for f in args ] |
Definition at line 346 of file gaudirun.py.
| tuple gaudirun.optlines list(opts.options) |
Definition at line 349 of file gaudirun.py.
| string gaudirun.outoption "--log-file" |
Definition at line 292 of file gaudirun.py.
Definition at line 97 of file gaudirun.py.
| string gaudirun.preload [] |
Definition at line 186 of file gaudirun.py.
| string gaudirun.profilerExecName "" |
Definition at line 260 of file gaudirun.py.
| tuple gaudirun.profilerExtraOptions '' |
Definition at line 185 of file gaudirun.py.
| gaudirun.profilerName '' |
Definition at line 183 of file gaudirun.py.
| string gaudirun.profilerOptions "" |
Definition at line 268 of file gaudirun.py.
| tuple gaudirun.profilerOutput '' |
Definition at line 184 of file gaudirun.py.
| tuple gaudirun.profilerPath distutils.spawn.find_executable(profilerExecName) |
Definition at line 309 of file gaudirun.py.
| tuple gaudirun.root_logger logging.getLogger() |
Definition at line 229 of file gaudirun.py.
| string gaudirun.s "Invalid value : --ncpus : only %i cpus available" |
Definition at line 210 of file gaudirun.py.
| tuple gaudirun.sys_cpus cpu_count() |
Definition at line 208 of file gaudirun.py.
| gaudirun.tcmalloc False, |
Definition at line 182 of file gaudirun.py.
| list gaudirun.to_load |
Definition at line 244 of file gaudirun.py.
| tuple gaudirun.toolname profilerName.replace('valgrind','') |
Definition at line 291 of file gaudirun.py.
| string gaudirun.type "string" |
Definition at line 126 of file gaudirun.py.