Searched refs:ArgInt (Results 1 – 7 of 7) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | make.py | 36 …help.addArgument('MAKE', '-with-make-np=<np>', nargs.ArgInt(None, None, … 37 …help.addArgument('MAKE', '-with-make-test-np=<np>', nargs.ArgInt(None, None, …
|
| H A D | petsc4py.py | 18 …help.addArgument('PETSc', '-with-petsc4py-test-np=<np>',nargs.ArgInt(None, None, min=1, help='Numb…
|
| H A D | Chombo.py | 17 …help.addArgument('CHOMBO', '-download-chombo-dimension=<1,2,3>', nargs.ArgInt(None, 2, 'Install…
|
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | cacheDetails.py | 45 …help.addArgument('PETSc', '-known-'+a.name+'=<'+a.type_name+'>', nargs.ArgInt(None, None, a.help, …
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | iosbuilder.py | 66 …help.addArgument('RepManager', '-verbose', nargs.ArgInt(None, 0, 'The verbosity level', min = 0, i…
|
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 148 …argDB.setType('debugLevel', nargs.ArgInt(None, 3, 'Integer 0 to 4, where a higher level means m…
|
| H A D | nargs.py | 221 class ArgInt(Arg): class
|