Searched refs:ArgString (Results 1 – 13 of 13) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BLIS.py | 26 …help.addArgument(self.PACKAGE,'-download-blis-complex-return=<string>',nargs.ArgString(None,None,'… 27 …help.addArgument(self.PACKAGE,'-download-blis-confname=<string>',nargs.ArgString(None,'auto','Sele…
|
| H A D | SYCL.py | 26 …help.addArgument('SYCL', '-with-sycl-arch', nargs.ArgString(None, None, 'Intel GPU architecture fo…
|
| H A D | boost.py | 22 …help.addArgument('BOOST', '-download-boost-bootstrap-arguments=<string>', nargs.ArgString(None, 0,…
|
| H A D | Matlab.py | 18 …help.addArgument('MATLAB', '-with-matlab-arch=<string>', nargs.ArgString(None, None, 'Use MATLAB …
|
| H A D | HIP.py | 34 …help.addArgument('HIP', '-with-hip-arch', nargs.ArgString(None, None, 'AMD GPU architecture for co…
|
| H A D | hypre.py | 26 …help.addArgument('HYPRE', '-with-hypre-gpu-arch=<string>', nargs.ArgString(None, 0, 'Value passed…
|
| H A D | MAGMA.py | 32 …help.addArgument('MAGMA', '-with-magma-gputarget=<string>', nargs.ArgString(None, '', 'GPU_TARGET …
|
| H A D | CUDA.py | 40 nargs.ArgString(
|
| H A D | MPI.py | 72 …I', '-with-mpi-ftn-module=<mpi or mpi_f08>', nargs.ArgString(None, "mpi", 'Sp…
|
| H A D | BlasLapack.py | 54 …help.addArgument('BLAS/LAPACK', '-known-blaslapack-mangling=<string>', nargs.ArgString(None, None,…
|
| /petsc/config/PETSc/options/ |
| H A D | libraryOptions.py | 24 …help.addArgument('PETSc', '-with-is-color-value-type=<char,short>',nargs.ArgString(None, 'short', …
|
| /petsc/config/BuildSystem/ |
| H A D | nargs.py | 443 class ArgString(Arg): class
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 184 …ument(self.PACKAGE, '-download-'+self.package+'-commit=commitid', nargs.ArgString(None, 0, 'Switch… 186 …ument(self.PACKAGE, '-download-'+self.package+'-commit=commitid', nargs.ArgString(None, 0, 'The co… 1780 …PACKAGE, '-download-'+self.package+'-configure-arguments=string', nargs.ArgString(None, 0, 'Additi… 1964 …elf.PACKAGE, '-download-'+self.package+'-cmake-arguments=string', nargs.ArgString(None, 0, 'Additi…
|