| /petsc/src/sys/tutorials/output/ |
| H A D | ex5f90_1.out | 2 nxc = 56 ; nxc_variable help message 3 rarray = 4. 5. 88. ; rarray help message 4 x = 103.2 ; x variable help message 5 t = TRUE; t boolean help message 6 tarray = FALSE FALSE FALSE; tarray help message 7 c = hello; string help message 8 y = -11. ; y variable help message 9 pos_x1 = 1. ; tuple value 1 help message 10 pos_x2 = 2. ; tuple value 2 help message 11 enum = b456; (list) tuple value 2 help message [all …]
|
| /petsc/src/sys/classes/bag/ |
| H A D | bag.c | 8 …rCode PetscBagRegister_Private(PetscBag bag, PetscBagItem item, const char *name, const char *help) in PetscBagRegister_Private() argument 12 PetscCall(PetscStrncpy(item->help, help, PETSC_BAG_HELP_LENGTH - 1)); in PetscBagRegister_Private() 42 …g bag, void *addr, const char *const *list, PetscEnum mdefault, const char *name, const char *help) in PetscBagRegisterEnum() argument 54 PetscAssertPointer(help, 6); in PetscBagRegisterEnum() 61 …(choose one of) ", bag->bagprefix ? bag->bagprefix : "", name, list[mdefault], list[i - 3], help)); in PetscBagRegisterEnum() 70 …MM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Registered item %s %s is not in bag memory space", name, help); in PetscBagRegisterEnum() 75 PetscCall(PetscBagRegister_Private(bag, item, name, help)); in PetscBagRegisterEnum() 97 …scBagRegisterIntArray(PetscBag bag, void *addr, PetscInt msize, const char *name, const char *help) in PetscBagRegisterIntArray() argument 108 PetscAssertPointer(help, 5); in PetscBagRegisterIntArray() 116 PetscCall((*PetscHelpPrintf)(bag->bagcomm, ">: %s \n", help)); in PetscBagRegisterIntArray() [all …]
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilerFlags.py | 18 def setupHelp(self, help): argument 20 …help.addArgument('Compiler Flags', '-optionsModule=<module name>', nargs.Arg(None, 'config.compile… 21 …help.addArgument('Compiler Flags', '-with-debugging=<bool>', nargs.ArgBool(None, 1, 'Specify debug… 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… [all …]
|
| H A D | sourceControl.py | 15 def setupHelp(self, help): argument 18 …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…
|
| /petsc/config/BuildSystem/ |
| H A D | nargs.py | 15 def __init__(self, key, value = None, help = '', isTemporary = False, deprecated = False): argument 17 self.help = help 159 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 160 Arg.__init__(self, key, value, help, isTemporary, deprecated) 181 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 182 Arg.__init__(self, key, value, help, isTemporary, deprecated) 223 …def __init__(self, key, value = None, help = '', min = -2147483647, max = 2147483648, isTemporary … argument 226 Arg.__init__(self, key, value, help, isTemporary, deprecated) 243 …def __init__(self, key, value = None, help = '', min = -1.7976931348623157e308, max = 1.7976931348… argument 246 Arg.__init__(self, key, value, help, isTemporary, deprecated) [all …]
|
| /petsc/src/sys/tests/options/output/ |
| H A D | ex55_5a.out | 1 Setting option: help (no value) (source: command line) 4 See https://petsc.org/release/manualpages for help. 6 -help intro: prints example description and PETSc version, and exits 7 -help: prints example description, PETSc version, and available options for used routines 8 -help # (source: command line)
|
| H A D | ex55_6a.out | 1 Setting option: help (no value) (source: file) 4 See https://petsc.org/release/manualpages for help. 6 -help intro: prints example description and PETSc version, and exits 7 -help: prints example description, PETSc version, and available options for used routines 8 -help # (source: file)
|
| /petsc/config/PETSc/options/ |
| H A D | libraryOptions.py | 15 def setupHelp(self, help): argument 17 …help.addArgument('PETSc', '-with-log=<bool>', nargs.ArgBool(None, 1, 'Activate loggin… 18 …help.addArgument('PETSc', '-with-threadsafety=<bool>', nargs.ArgBool(None, 0, 'Allow individua… 19 …help.addArgument('PETSc', '-with-info=<bool>', nargs.ArgBool(None, 1, 'Activate PetscI… 20 …help.addArgument('PETSc', '-with-ctable=<bool>', nargs.ArgBool(None, 1, 'Use hash maps i… 21 …help.addArgument('PETSc', '-with-dmlandau-3d=<bool>', nargs.ArgBool(None, 0, 'Enable full 3D … 22 …help.addArgument('PETSc', '-with-fortran-kernels=<bool>', nargs.ArgBool(None, 0, 'Use Fortran for… 23 …help.addArgument('PETSc', '-with-avx512-kernels=<bool>', nargs.ArgBool(None, 1, 'Use AVX-512 int… 24 …help.addArgument('PETSc', '-with-is-color-value-type=<char,short>',nargs.ArgString(None, 'short', …
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 25 help='do not print status messages to stdout', 34 help='print status messages to stdout', 43 help='include tests matching PATTERN', 53 help='exclude tests matching PATTERN', 63 help='only run tests which match the given substring', 71 help='Stop on first failure', 78 help='disable testing from build directory', 86 help='prepend PATH to sys.path', 95 help='use PETSC_ARCH', 104 help='print PETSc log summary', [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex63_2.out | 3 ../ex63 : Warning, the 5th option '-ksp_monitor' was not recognized (use --help)! 5 ../ex63 : Warning, the 6th option '-pc_type' was not recognized (use --help)! 7 ../ex63 : Warning, the 7th option 'lu' was not recognized (use --help)! 9 ../ex63 : Warning, the 8th option '-pc_factor_mat_solver_type' was not recognized (use --help)! 11 ../ex63 : Warning, the 9th option 'superlu_dist' was not recognized (use --help)! 13 ../ex63 : Warning, the 10th option '-ksp_view' was not recognized (use --help)! 15 ../ex63 : Warning, the 11th option '-ksp_converged_reason' was not recognized (use --help)!
|
| H A D | ex63_2_alt.out | 3 ../ex63 : Warning, the 5th option '-ksp_monitor' was not recognized (use --help)! 5 ../ex63 : Warning, the 6th option '-pc_type' was not recognized (use --help)! 7 ../ex63 : Warning, the 7th option 'lu' was not recognized (use --help)! 9 ../ex63 : Warning, the 8th option '-pc_factor_mat_solver_type' was not recognized (use --help)! 11 ../ex63 : Warning, the 9th option 'superlu_dist' was not recognized (use --help)! 13 ../ex63 : Warning, the 10th option '-ksp_view' was not recognized (use --help)! 15 ../ex63 : Warning, the 11th option '-ksp_converged_reason' was not recognized (use --help)!
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 377 parser, __ADVANCED_HELP_FLAG__, help='show more help output (e.g. the various check flags)' 393 …group_general.add_argument('-v', '--verbose', nargs='?', type=str2int, const=1, default=0, help='v… 394 …add_bool_argument(group_general, '--pm', help='launch an IPython post_mortem() on any raised excep… 395 add_bool_argument(group_general, '--werror', help='treat all warnings as errors') 396 …group_general.add_argument('-j', '--jobs', type=int, const=-1, default=-1, nargs='?', help='number… 397 …group_general.add_argument('-p', '--patch-dir', help='directory to store patches in if they are ge… 398 …add_bool_argument(group_general, '-a', '--apply-patches', help='automatically apply patches that a… 399 …group_general.add_argument('--CXXFLAGS', nargs='+', default=[], help='extra flags to pass to CXX c… 400 …group_general.add_argument('--INCLUDEFLAGS', nargs='+', default=[], help='extra include flags to p… 403 …add_bool_argument(group_libclang, '--clang-compat-check', default=True, help='enable clang compati… [all …]
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | sowing.py | 21 def setupHelp(self, help): argument 23 config.package.GNUPackage.setupHelp(self, help) 24 …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 D | BLIS.py | 20 def setupHelp(self, help): argument 22 config.package.Package.setupHelp(self, help) 23 …help.addArgument(self.PACKAGE,'-download-blis-use-pthreads=<bool>',nargs.ArgBool(None,1,'Use pthre… 24 …help.addArgument(self.PACKAGE,'-download-blis-use-openmp=<bool>',nargs.ArgBool(None,1,'Use OpenMP … 25 …help.addArgument(self.PACKAGE,'-download-blis-enable-cblas-headers=<bool>',nargs.ArgBool(None,0,'E… 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 | make.py | 33 def setupHelp(self, help): argument 35 config.package.GNUPackage.setupHelp(self, help) 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, … 38 …help.addArgument('MAKE', '-with-make-load=<load>', nargs.ArgReal(None, None,… 39 …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…
|
| H A D | c2html.py | 18 def setupHelp(self, help): argument 20 config.package.GNUPackage.setupHelp(self, help) 21 …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 D | gmsh.py | 11 def setupHelp(self,help): argument 12 config.package.Package.setupHelp(self,help) 14 …help.addArgument('GMSH', '-with-gmsh-exec=<executable>', nargs.Arg(None, None, 'Gmsh executable to…
|
| H A D | Python.py | 17 def setupHelp(self,help): argument 19 …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… 21 …help.addArgument('PETSc', '-have-numpy=<bool>', nargs.ArgBool(None, None, 'Whether numpy python mo…
|
| H A D | CMake.py | 22 def setupHelp(self, help): argument 24 config.package.GNUPackage.setupHelp(self, help) 25 …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…
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | Makefile | 12 help: target 13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 15 .PHONY: help Makefile
|
| /petsc/src/sys/classes/bag/ftn-custom/ |
| H A D | zbagf.c | 10 …g, void *addr, const char *const *list, PetscEnum *def, char *name, char *help, PetscErrorCode *ie… in petscbagregisterenumprivate_() argument 15 FIXCHAR(help, len2, c2); in petscbagregisterenumprivate_() 19 FREECHAR(help, c2); in petscbagregisterenumprivate_()
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 479 …argparser.add_argument('-t', '--set-title', metavar='TITLE', action='store', help="Sets the title … 480 …argparser.add_argument('-nnl', '--no-node-labels', action='store_true', help="Disables labeling no… 481 …argparser.add_argument('-nel', '--no-edge-labels', action='store_true', help="Disables labeling ed… 482 …argparser.add_argument('-nc', '--set-node-color', metavar='COLOR', action='store', help="Sets the … 483 …argparser.add_argument('-ec', '--set-edge-color', metavar='COLOR', action='store', help="Sets the … 484 …argparser.add_argument('-ntc', '--set-node-title-color', metavar='COLOR', action='store', help="Se… 485 …argparser.add_argument('-etc', '--set-edge-title-color', metavar='COLOR', action='store', help="Se… 486 …argparser.add_argument('-nd', '--no-display', action='store_true', help="Disables displaying the f… 487 …argparser.add_argument('-tx', '--test-execute', action='store_true', help="Returns from the progra… 488 …argparser.add_argument('-dt', '--display-time', metavar='SECONDS', action='store', help="Sets the … [all …]
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | lmvm_test.c | 1 const char help[] = "Coverage and edge case test for LMVM"; variable 11 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main() 12 PetscOptionsBegin(PETSC_COMM_WORLD, NULL, help, "KSP"); in main()
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkAssembly.py | 93 …parser.add_argument('--library', default='SNES', help='The PETSc library used in this exa… 94 parser.add_argument('--num', type = int, default='5', help='The example number') 95 parser.add_argument('--module', default='summary', help='The module for timing output') 96 parser.add_argument('--saved', help='Name of saved data') 97 parser.add_argument('--scaling', help='Run parallel scaling test') 98 parser.add_argument('--small', action='store_true', default=False, help='Use small sizes') 99 …parser.add_argument('--batch', action='store_true', default=False, help='Generate batch files fo…
|
| /petsc/src/sys/tests/ |
| H A D | ex26.c | 1 static char help[] = "Tests repeated PetscInitialize/PetscFinalize calls.\n\n"; variable 26 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main() 40 PetscCall(PetscInitialize(&argc, &argv, NULL, help)); in main()
|