|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
Go to the source code of this file.
Namespaces | |
| namespace | gaudirun |
Functions | |
| def | gaudirun::option_cb |
Variables | |
| 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 = "post_options" |
| gaudirun::tcmalloc = False, | |
| gaudirun::ncpus = None) | |
| gaudirun::level = logging.INFO | |
| tuple | gaudirun::root_logger = logging.getLogger() |
| tuple | gaudirun::libname = os.environ.get("TCMALLOCLIB", "libtcmalloc.so") |
| tuple | gaudirun::preload = os.environ.get("LD_PRELOAD", "") |
| list | gaudirun::args = [ a for a in sys.argv if a != '-T' and not '--tcmalloc'.startswith(a) ] |
| 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 = {} |