![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Functions | |
| def | createParser () |
| def | replaceValues (cfg_name, n, eif, aif, nthreads, scale, clone, dumpQueues, verbosity) |
Variables | |
| def | options = createParser() |
| def | newcfg |
| def | logfile = newcfg.replace(".py", ".log") |
| string | gaudirun = "`alias gaudirun`" |
| string | command |
This script acts as a wrapper in order to generate Gaudi configs for running with different parameters in order to perform performance measurements. It takes command line arguments.
| def brunelWrapper.createParser | ( | ) |
Definition at line 20 of file brunelWrapper.py.
| def brunelWrapper.replaceValues | ( | cfg_name, | |
| n, | |||
| eif, | |||
| aif, | |||
| nthreads, | |||
| scale, | |||
| clone, | |||
| dumpQueues, | |||
| verbosity | |||
| ) |
Definition at line 60 of file brunelWrapper.py.
| string brunelWrapper.command |
Definition at line 109 of file brunelWrapper.py.
| string brunelWrapper.gaudirun = "`alias gaudirun`" |
Definition at line 107 of file brunelWrapper.py.
| def brunelWrapper.logfile = newcfg.replace(".py", ".log") |
Definition at line 106 of file brunelWrapper.py.
| def brunelWrapper.newcfg |
Definition at line 101 of file brunelWrapper.py.
| def brunelWrapper.options = createParser() |
Definition at line 100 of file brunelWrapper.py.