Home
last modified time | relevance | path

Searched refs:skip_petscrc (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/tests/options/output/
H A Dex55_4.out5 Setting option: skip_petscrc (no value) (source: file)
22 -skip_petscrc # (source: file)
H A Dex55_skip_petscrc-1_options_monitor_cancel-1_2.out3 Setting option: skip_petscrc = 1 (source: command line)
26 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-1_options_monitor_cancel-1_3.out3 Setting option: skip_petscrc = 1 (source: command line)
30 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-1_options_monitor_cancel-0_2.out3 Setting option: skip_petscrc = 1 (source: command line)
29 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-1_options_monitor_cancel-0_3.out3 Setting option: skip_petscrc = 1 (source: command line)
33 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-0_options_monitor_cancel-1_2.out3 Setting option: skip_petscrc = 0 (source: command line)
34 -skip_petscrc 0 # (source: command line)
H A Dex55_skip_petscrc-0_options_monitor_cancel-0_2.out3 Setting option: skip_petscrc = 0 (source: command line)
37 -skip_petscrc 0 # (source: command line)
H A Dex55_skip_petscrc-0_options_monitor_cancel-1_3.out3 Setting option: skip_petscrc = 0 (source: command line)
38 -skip_petscrc 0 # (source: command line)
H A Dex55_skip_petscrc-0_options_monitor_cancel-0_3.out3 Setting option: skip_petscrc = 0 (source: command line)
41 -skip_petscrc 0 # (source: command line)
H A Dex55_skip_petscrc-1_options_monitor_cancel-1_1.out11 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-1_options_monitor_cancel-0_1.out14 -skip_petscrc 1 # (source: command line)
H A Dex55_skip_petscrc-0_options_monitor_cancel-1_1.out15 -skip_petscrc 0 # (source: command line)
H A Dex55_7.out5 Setting option: skip_petscrc (no value) (source: file)
H A Dex55_skip_petscrc-0_options_monitor_cancel-0_1.out18 -skip_petscrc 0 # (source: command line)
/petsc/doc/changes/
H A D233.md7 unless -skip_petscrc is used (note that since the file options are
8 checked before the command line you cannot pass -skip_petscrc on
13 was passed in) unless -skip_petscrc is passed in the input file
20 was passed in) unless -skip_petscrc is passed in the input file
/petsc/src/sys/tests/output/
H A Dex32_1.out3 -skip_petscrc # (source: command line)
/petsc/src/sys/tests/options/
H A Dex55options10 -skip_petscrc
/petsc/src/sys/objects/
H A Doptions.c729 …ecedentFlags(PetscOptions options, int argc, char *args[], PetscBool *skip_petscrc, PetscBool *ski… in PetscOptionsProcessPrecedentFlags() argument
772 PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_SKIP_PETSCRC, val, set, skip_petscrc)); in PetscOptionsProcessPrecedentFlags()