![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
Functions | |
| def | createParser () |
| def | replaceValues (cfg_name, n, eif, aif, nthreads, scale, clone, dumpQueues, verbosity) |
Variables | |
| options = createParser() | |
| newcfg | |
| logfile = newcfg.replace(".py", ".log") | |
| string | gaudirun = "`alias gaudirun`" |
| string | command = "/usr/bin/time -f %%S -o timing_%s %s %s >& %s " |
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 19 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 = "/usr/bin/time -f %%S -o timing_%s %s %s >& %s " |
Definition at line 108 of file brunelWrapper.py.
| string brunelWrapper.gaudirun = "`alias gaudirun`" |
Definition at line 106 of file brunelWrapper.py.
| brunelWrapper.logfile = newcfg.replace(".py", ".log") |
Definition at line 105 of file brunelWrapper.py.
| brunelWrapper.newcfg |
Definition at line 100 of file brunelWrapper.py.
| brunelWrapper.options = createParser() |
Definition at line 99 of file brunelWrapper.py.