Lines Matching refs:parser
1080 parser = optparse.OptionParser() variable
1081 …parser.add_option('--verbose', help='Show mismatches between makefiles and the filesystem', action…
1082 …parser.add_option('--petsc-dir', help='Set PETSC_DIR different from environment', default=os.envir…
1083 …parser.add_option('--petsc-arch', help='Set PETSC_ARCH different from environment', default=os.env…
1084 …parser.add_option('--srcdir', help='Set location of sources different from PETSC_DIR/src', default…
1085 …parser.add_option('-s', '--single_executable', dest='single_executable', action="store_false", hel…
1086 parser.add_option('-t', '--testdir', dest='testdir', help='Test directory [$PETSC_ARCH/tests]')
1087 parser.add_option('-c', '--check-output', dest='check_output', action="store_true",
1089 …parser.add_option('--pkg-dir', help='Set the directory of the package (different from PETSc) you w…
1090 …parser.add_option('--pkg-name', help='Set the name of the package you want to generate the makefil…
1091 …parser.add_option('--pkg-arch', help='Set the package arch name you want to generate the makefile …
1092 …parser.add_option('--pkg-pkgs', help='Set the package folders (comma separated list, different fro…
1094 opts, extra_args = parser.parse_args()