Home
last modified time | relevance | path

Searched refs:Arg (Results 1 – 25 of 37) sorted by relevance

12

/petsc/config/BuildSystem/
H A Dnargs.py6 class Arg(object): class
63 value[key] = Arg.parseValue(arg[oldIdx:idx])
84 return (key, Arg.parseValue(value))
97 (k, value) = Arg.parseArgument(arg)
157 class ArgBool(Arg):
160 Arg.__init__(self, key, value, help, isTemporary, deprecated)
179 class ArgFuzzyBool(Arg):
182 Arg.__init__(self, key, value, help, isTemporary, deprecated)
221 class ArgInt(Arg):
226 Arg.__init__(self, key, value, help, isTemporary, deprecated)
[all …]
H A DRDict.py67 useThreads = nargs.Arg.findArgument('useThreads', sys.argv[1:])
185 arg = nargs.Arg(key)
190 arg = nargs.Arg(key)
197 dict.__setitem__(self, key, nargs.Arg(key))
205 if not isinstance(value, nargs.Arg):
232 dict.__setitem__(self, key, nargs.Arg(key))
333 (key, value) = nargs.Arg.parseArgument(arg)
338 value = nargs.Arg.parseValue(args[key])
343 (key, value) = nargs.Arg.parseArgument(args)
H A Dlogger.py146 argDB.setType('log', nargs.Arg(None, 'buildsystem.log', 'The filename for the log'))
149 …argDB.setType('debugSections', nargs.Arg(None, [], 'Message types to print, e.g. [compile,link,hg,…
150 argDB.setType('debugIndent', nargs.Arg(None, ' ', 'The string used for log indentation'))
175 logName = nargs.Arg.findArgument('log', self.clArgs)
193 appendArg = nargs.Arg.findArgument('logAppend', self.clArgs)
H A Dhelp.py175 …pkgdir = os.path.abspath(os.path.expanduser(nargs.Arg.findArgument('with-packages-download-dir', s…
178 …if not nargs.Arg.findArgument('download-'+i, self.clArgs) == None and not nargs.Arg.findArgument('…
H A Dscript.py15 useThreads = nargs.Arg.findArgument('useThreads', sys.argv[1:])
23 useSelect = nargs.Arg.findArgument('useSelect', sys.argv[1:])
33 useParallel = nargs.Arg.findArgument('useParallel', sys.argv[1:])
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:
/petsc/config/BuildSystem/config/
H A DcompilerFlags.py20 …help.addArgument('Compiler Flags', '-optionsModule=<module name>', nargs.Arg(None, 'config.compile…
22 …help.addArgument('Compiler Flags', '-C_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
23 …help.addArgument('Compiler Flags', '-CXX_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
24 …help.addArgument('Compiler Flags', '-FC_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
25 …help.addArgument('Compiler Flags', '-CUDA_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
26 …help.addArgument('Compiler Flags', '-HIP_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The version…
27 …help.addArgument('Compiler Flags', '-SYCL_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
28 …help.addArgument('Compiler Flags', '-COPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
29 …help.addArgument('Compiler Flags', '-CXXOPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
30 …help.addArgument('Compiler Flags', '-FOPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
[all …]
H A DsetCompilers.py116 …help.addArgument('Compilers', '-with-cpp=<prog>', nargs.Arg(None, None, 'Specify the C preprocesso…
117 …help.addArgument('Compilers', '-CPP=<prog>', nargs.Arg(None, None, 'Specify the C prepr…
118 …help.addArgument('Compilers', '-CPPFLAGS=<string>', nargs.Arg(None, None, 'Specify the C only …
119 … help.addArgument('Compilers', '-with-cc=<prog>', nargs.Arg(None, None, 'Specify the C compiler'))
120 …help.addArgument('Compilers', '-CC=<prog>', nargs.Arg(None, None, 'Specify the C compi…
121 …help.addArgument('Compilers', '-CFLAGS=<string>', nargs.Arg(None, None, 'Overwrite the defau…
123 …help.addArgument('Compilers', '-CFLAGS+=<string>', nargs.Arg(None, None, 'Add to the default …
124 …help.addArgument('Compilers', '-CC_LINKER_FLAGS=<string>', nargs.Arg(None, [], 'Specify the C lin…
126 …help.addArgument('Compilers', '-CXXPP=<prog>', nargs.Arg(None, None, 'Specify the C++ pre…
127 …help.addArgument('Compilers', '-CXXPPFLAGS=<string>', nargs.Arg(None, None, 'Specify the C++ pre…
[all …]
H A DsourceControl.py18 …help.addArgument('SourceControl', '-with-git=<prog>', nargs.Arg(None, 'git','Specify the Git execu…
19 …help.addArgument('SourceControl', '-with-hg=<prog>', nargs.Arg(None, 'hg', 'Specify the Mercurial…
H A DpreTests.py91 nargs.Arg.processAlternatePrefixes(sys.argv)
93 if nargs.Arg.findArgument(name,sys.argv) is None:
H A Dprograms.py17 …help.addArgument('PETSc', '-with-autoreconf-exec=<prog>', nargs.Arg(None, 'autoreconf', 'Specify a…
18 …help.addArgument('PETSc', '-with-libtoolize-exec=<prog>', nargs.Arg(None, 'libtoolize', 'Specify l…
19 …help.addArgument('PETSc', '-with-autoreconf=<prog>', nargs.Arg(None, 'autoreconf', 'Deprecated, us…
20 …help.addArgument('PETSc', '-with-libtoolize=<prog>', nargs.Arg(None, 'libtoolize', 'Deprecated, us…
/petsc/config/BuildSystem/config/packages/
H A Dsowing.py24 …help.addArgument('SOWING', '-download-sowing-cc=<prog>', nargs.Arg(None, None,…
25 …help.addArgument('SOWING', '-download-sowing-cxx=<prog>', nargs.Arg(None, None,…
26 …help.addArgument('SOWING', '-download-sowing-cpp=<prog>', nargs.Arg(None, None,…
27 …help.addArgument('SOWING', '-download-sowing-cxxpp=<prog>', nargs.Arg(None, None,…
H A DCMake.py25 …help.addArgument('CMAKE', '-download-cmake-cc=<prog>', nargs.Arg(None, None, 'C …
26 …help.addArgument('CMAKE', '-download-cmake-cxx=<prog>', nargs.Arg(None, None, 'C+…
27 …help.addArgument('CMAKE', '-with-cmake-exec=<executable>', nargs.Arg(None, None, 'C…
28 …help.addArgument('CMAKE', '-with-ctest-exec=<executable>', nargs.Arg(None, None, 'C…
H A Dc2html.py21 …help.addArgument('C2HTML', '-download-c2html-cc=<prog>', nargs.Arg(None, None,…
22 …help.addArgument('C2HTML', '-with-c2html-exec=<executable>', nargs.Arg(None, None,…
H A DPython.py19 …help.addArgument('PETSc', '-with-python-exec=<executable>', nargs.Arg(None, None, 'Python executab…
20 …help.addArgument('PETSc', '-with-python-exec-from-env=<executable>', nargs.Arg(None, None, 'Python…
H A DBison.py20 …help.addArgument('BISON', '-download-bison-cc=<prog>', nargs.Arg(None, None, '…
21 …help.addArgument('BISON', '-with-bison-exec=<executable>', nargs.Arg(None, None, '…
H A DMPICH.py39 …help.addArgument('MPICH', '-download-mpich-pm=<hydra, gforker or mpd>', nargs.Arg(Non…
40 …help.addArgument('MPICH', '-download-mpich-device=<ch3:nemesis or see MPICH docs>', nargs.Arg(None…
H A Dgmsh.py14 …help.addArgument('GMSH', '-with-gmsh-exec=<executable>', nargs.Arg(None, None, 'Gmsh executable to…
H A Dmake.py39 …help.addArgument('MAKE', '-download-make-cc=<prog>', nargs.Arg(None, None, 'C …
40 …help.addArgument('MAKE', '-with-make-exec=<executable>', nargs.Arg(None, None, 'Ma…
/petsc/config/PETSc/options/
H A Dlanguages.py21 …help.addArgument('PETSc', '-with-clanguage=<C or C++>', nargs.Arg(None, 'C', 'Specify C (recommend…
22 …help.addArgument('PETSc', '-with-devicelanguage=<C or C++>', nargs.Arg(None, None, 'Specify C or C…
H A Darch.py19 …help.addArgument('PETSc', '-PETSC_ARCH=<string>', nargs.Arg(None, None, 'The configuration nam…
20 …help.addArgument('PETSc', '-with-petsc-arch=<string>',nargs.Arg(None, None, 'The configuration nam…
109 args = dict([(nargs.Arg.parseArgument(arg)[0], arg) for arg in self.framework.clArgs])
H A DmemAlign.py18 …help.addArgument('PETSc', '-with-memalign=<4,8,16,32,64>', nargs.Arg(None, '16', 'Specify alignmen…
H A DscalarTypes.py25 …help.addArgument('PETSc', '-with-precision=<__fp16,single,double,__float128>', nargs.Arg(None, 'do…
26 …help.addArgument('PETSc', '-with-scalar-type=<real or complex>', nargs.Arg(None, 'real', 'Specify …
H A DdataFilesPath.py21 …help.addArgument('PETSc', '-DATAFILESPATH=<dir>', nargs.Arg(None, None, 'Specifiy …
H A Dpetscdir.py19 …help.addArgument('PETSc', '-PETSC_DIR=<root-dir>', nargs.Arg(None, None, 'T…
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DGccAst.pm785 if(my $Arg = $TemplateArg{$V}{$Tmpl}{$Pos})
787 $TemplateMap{$V}{$InfoId}{$Arg} = $Val;
798 my $Arg = $TemplateArg{$V}{$Tmpl}{$Pos};
799 $TemplateMap{$V}{$InfoId}{$Arg} = "";
1536 if(my $Arg = $TemplateArg{$V}{$Tmpl}{$Pos})
1538 $TemplateMap{$V}{$TypeId}{$Arg} = $Val;
1540 if($Val eq $Arg) {
1553 my $Arg = $TemplateArg{$V}{$Tmpl}{$Pos};
1554 $TemplateMap{$V}{$TypeId}{$Arg} = "";
3929 my ($Arg, $Val) = ($1, $2);
[all …]

12