Home
last modified time | relevance | path

Searched refs:clArgs (Results 1 – 17 of 17) sorted by relevance

/petsc/config/BuildSystem/
H A Dargs.py6 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 Dhelp.py175 …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 Dscript.py53 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 Dlogger.py103 …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 Dretrieval.py14 def __init__(self, sourceControl, clArgs = None, argDB = None): argument
15 logger.Logger.__init__(self, clArgs, argDB)
/petsc/config/BuildSystem/config/compile/
H A DC.py56 …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 DCxx.py49 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
103 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
H A DHIP.py63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
H A DCUDA.py50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
H A DHC.py50 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
H A DSYCL.py63 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
H A DFC.py38 …self.configLibraries = config.libraries.Configure(config.framework.Framework(clArgs = '', argDB = …
/petsc/config/
H A Dinstall.py34 def __init__(self, clArgs = None): argument
40 if not clArgs is None: self.clArgs = clArgs
/petsc/config/BuildSystem/config/
H A Dframework.py59 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 Dbase.py71 script.Script.__init__(self, framework.clArgs, framework.argDB)
/petsc/config/PETSc/options/
H A Darch.py109 args = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.framework.clArgs])
/petsc/config/PETSc/
H A DConfigure.py1327 args = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.framework.clArgs])