| /petsc/config/BuildSystem/ |
| H A D | args.py | 6 def __init__(self, clArgs = None, argDB = None): argument 9 if clArgs is None: 12 self.clArgs = sys.argv[1:] 14 self.clArgs = clArgs 69 self.argDB.insertArgs(self.clArgs)
|
| H A D | help.py | 175 …path.abspath(os.path.expanduser(nargs.Arg.findArgument('with-packages-download-dir', self.clArgs))) 178 …gs.Arg.findArgument('download-'+i, self.clArgs) == None and not nargs.Arg.findArgument('download-'… 196 for k in range(0,len(self.clArgs)): 197 if self.clArgs[k].startswith('--download-'+i): 198 self.clArgs[k] = 'download-'+i+'='+fd 199 self.argDB.insertArgs([self.clArgs[k]])
|
| H A D | script.py | 53 def __init__(self, clArgs = None, argDB = None, log = None): argument 55 logger.Logger.__init__(self, clArgs, argDB, log) 66 …if nargs.Arg.findArgument('help', self.clArgs) is None and nargs.Arg.findArgument('h', self.clArgs… 76 if nargs.Arg.findArgument('with-packages-download-dir', self.clArgs) is None: 286 def __init__(self, clArgs = None, argDB = None, framework = None, versionControl = None): argument 295 args.ArgumentProcessor.__init__(self, clArgs, argDB)
|
| H A D | logger.py | 103 …def __init__(self, clArgs = None, argDB = None, log = None, out = defaultOut, debugLevel = None, d… argument 104 args.ArgumentProcessor.__init__(self, clArgs, argDB) 175 logName = nargs.Arg.findArgument('log', self.clArgs) 193 appendArg = nargs.Arg.findArgument('logAppend', self.clArgs)
|
| H A D | retrieval.py | 14 def __init__(self, sourceControl, clArgs = None, argDB = None): argument 15 logger.Logger.__init__(self, clArgs, argDB)
|
| /petsc/config/BuildSystem/config/compile/ |
| H A D | C.py | 56 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 109 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 207 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | Cxx.py | 49 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = … 103 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | HIP.py | 63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | CUDA.py | 50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | HC.py | 50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | SYCL.py | 63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| H A D | FC.py | 38 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
|
| /petsc/config/ |
| H A D | install.py | 34 def __init__(self, clArgs = None): argument 40 if not clArgs is None: self.clArgs = clArgs
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 59 def __init__(self, clArgs = None, argDB = None, loadArgDB = 1, tmpDir = None): argument 69 script.LanguageProcessor.__init__(self, clArgs, argDB) 85 if not nargs.Arg.findArgument('debugSections', self.clArgs): 106 self.clArgDB = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.clArgs]) 339 modules = nargs.Arg.findArgument('configModules', self.clArgs) 1080 args = self.clArgs[:] 1156 args = self.clArgs[:]
|
| H A D | base.py | 71 script.Script.__init__(self, framework.clArgs, framework.argDB)
|
| /petsc/config/PETSc/options/ |
| H A D | arch.py | 109 args = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.framework.clArgs])
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 1327 args = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.framework.clArgs])
|