Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/petsc/src/sys/tutorials/output/
H A Dex5f90_1.out2 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 Dbag.c8 …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 DcompilerFlags.py18 def setupHelp(self, help): argument
20help.addArgument('Compiler Flags', '-optionsModule=<module name>', nargs.Arg(None, 'config.compile…
21help.addArgument('Compiler Flags', '-with-debugging=<bool>', nargs.ArgBool(None, 1, 'Specify debug…
22help.addArgument('Compiler Flags', '-C_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
23help.addArgument('Compiler Flags', '-CXX_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
24help.addArgument('Compiler Flags', '-FC_VERSION=<string>', nargs.Arg(None, 'Unknown', 'The versio…
25help.addArgument('Compiler Flags', '-CUDA_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
26help.addArgument('Compiler Flags', '-HIP_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The version…
27help.addArgument('Compiler Flags', '-SYCL_VERSION=<string>',nargs.Arg(None, 'Unknown', 'The versio…
28help.addArgument('Compiler Flags', '-COPTFLAGS=<string>', nargs.Arg(None, None, 'Override the de…
[all …]
H A DsourceControl.py15 def setupHelp(self, help): argument
18help.addArgument('SourceControl', '-with-git=<prog>', nargs.Arg(None, 'git','Specify the Git execu…
19help.addArgument('SourceControl', '-with-hg=<prog>', nargs.Arg(None, 'hg', 'Specify the Mercurial…
/petsc/config/BuildSystem/
H A Dnargs.py15 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 Dex55_5a.out1 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 Dex55_6a.out1 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 DlibraryOptions.py15 def setupHelp(self, help): argument
17help.addArgument('PETSc', '-with-log=<bool>', nargs.ArgBool(None, 1, 'Activate loggin…
18help.addArgument('PETSc', '-with-threadsafety=<bool>', nargs.ArgBool(None, 0, 'Allow individua…
19help.addArgument('PETSc', '-with-info=<bool>', nargs.ArgBool(None, 1, 'Activate PetscI…
20help.addArgument('PETSc', '-with-ctable=<bool>', nargs.ArgBool(None, 1, 'Use hash maps i…
21help.addArgument('PETSc', '-with-dmlandau-3d=<bool>', nargs.ArgBool(None, 0, 'Enable full 3D …
22help.addArgument('PETSc', '-with-fortran-kernels=<bool>', nargs.ArgBool(None, 0, 'Use Fortran for…
23help.addArgument('PETSc', '-with-avx512-kernels=<bool>', nargs.ArgBool(None, 1, 'Use AVX-512 int…
24help.addArgument('PETSc', '-with-is-color-value-type=<char,short>',nargs.ArgString(None, 'short', …
/petsc/src/binding/petsc4py/test/
H A Druntests.py25 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 Dex63_2.out3 ../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 Dex63_2_alt.out3 ../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 Dmain.py377 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 Dsowing.py21 def setupHelp(self, help): argument
23 config.package.GNUPackage.setupHelp(self, help)
24help.addArgument('SOWING', '-download-sowing-cc=<prog>', nargs.Arg(None, None,…
25help.addArgument('SOWING', '-download-sowing-cxx=<prog>', nargs.Arg(None, None,…
26help.addArgument('SOWING', '-download-sowing-cpp=<prog>', nargs.Arg(None, None,…
27help.addArgument('SOWING', '-download-sowing-cxxpp=<prog>', nargs.Arg(None, None,…
H A DBLIS.py20 def setupHelp(self, help): argument
22 config.package.Package.setupHelp(self, help)
23help.addArgument(self.PACKAGE,'-download-blis-use-pthreads=<bool>',nargs.ArgBool(None,1,'Use pthre…
24help.addArgument(self.PACKAGE,'-download-blis-use-openmp=<bool>',nargs.ArgBool(None,1,'Use OpenMP …
25help.addArgument(self.PACKAGE,'-download-blis-enable-cblas-headers=<bool>',nargs.ArgBool(None,0,'E…
26help.addArgument(self.PACKAGE,'-download-blis-complex-return=<string>',nargs.ArgString(None,None,'…
27help.addArgument(self.PACKAGE,'-download-blis-confname=<string>',nargs.ArgString(None,'auto','Sele…
H A Dmake.py33 def setupHelp(self, help): argument
35 config.package.GNUPackage.setupHelp(self, help)
36help.addArgument('MAKE', '-with-make-np=<np>', nargs.ArgInt(None, None, …
37help.addArgument('MAKE', '-with-make-test-np=<np>', nargs.ArgInt(None, None, …
38help.addArgument('MAKE', '-with-make-load=<load>', nargs.ArgReal(None, None,…
39help.addArgument('MAKE', '-download-make-cc=<prog>', nargs.Arg(None, None, 'C …
40help.addArgument('MAKE', '-with-make-exec=<executable>', nargs.Arg(None, None, 'Ma…
H A Dc2html.py18 def setupHelp(self, help): argument
20 config.package.GNUPackage.setupHelp(self, help)
21help.addArgument('C2HTML', '-download-c2html-cc=<prog>', nargs.Arg(None, None,…
22help.addArgument('C2HTML', '-with-c2html-exec=<executable>', nargs.Arg(None, None,…
H A Dgmsh.py11 def setupHelp(self,help): argument
12 config.package.Package.setupHelp(self,help)
14help.addArgument('GMSH', '-with-gmsh-exec=<executable>', nargs.Arg(None, None, 'Gmsh executable to…
H A DPython.py17 def setupHelp(self,help): argument
19help.addArgument('PETSc', '-with-python-exec=<executable>', nargs.Arg(None, None, 'Python executab…
20help.addArgument('PETSc', '-with-python-exec-from-env=<executable>', nargs.Arg(None, None, 'Python…
21help.addArgument('PETSc', '-have-numpy=<bool>', nargs.ArgBool(None, None, 'Whether numpy python mo…
H A DCMake.py22 def setupHelp(self, help): argument
24 config.package.GNUPackage.setupHelp(self, help)
25help.addArgument('CMAKE', '-download-cmake-cc=<prog>', nargs.Arg(None, None, 'C …
26help.addArgument('CMAKE', '-download-cmake-cxx=<prog>', nargs.Arg(None, None, 'C+…
27help.addArgument('CMAKE', '-with-cmake-exec=<executable>', nargs.Arg(None, None, 'C…
28help.addArgument('CMAKE', '-with-ctest-exec=<executable>', nargs.Arg(None, None, 'C…
/petsc/src/binding/petsc4py/docs/source/
H A DMakefile12 help: target
13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
15 .PHONY: help Makefile
/petsc/src/sys/classes/bag/ftn-custom/
H A Dzbagf.c10 …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 Ddmnetwork_view.py479 …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 Dlmvm_test.c1 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 DbenchmarkAssembly.py93 …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 Dex26.c1 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()

12345678910>>...57