Home
last modified time | relevance | path

Searched refs:ArgInt (Results 1 – 7 of 7) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A Dmake.py36 …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 Dpetsc4py.py18 …help.addArgument('PETSc', '-with-petsc4py-test-np=<np>',nargs.ArgInt(None, None, min=1, help='Numb…
H A DChombo.py17 …help.addArgument('CHOMBO', '-download-chombo-dimension=<1,2,3>', nargs.ArgInt(None, 2, 'Install…
/petsc/config/BuildSystem/config/utilities/
H A DcacheDetails.py45 …help.addArgument('PETSc', '-known-'+a.name+'=<'+a.type_name+'>', nargs.ArgInt(None, None, a.help, …
/petsc/systems/Apple/iOS/bin/
H A Diosbuilder.py66 …help.addArgument('RepManager', '-verbose', nargs.ArgInt(None, 0, 'The verbosity level', min = 0, i…
/petsc/config/BuildSystem/
H A Dlogger.py148 …argDB.setType('debugLevel', nargs.ArgInt(None, 3, 'Integer 0 to 4, where a higher level means m…
H A Dnargs.py221 class ArgInt(Arg): class