Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 133) sorted by relevance

123456

/petsc/src/dm/impls/swarm/tests/output/
H A Dex1_swarm_migrate_hash_tensor_permutation.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_vec_hip_hash.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_hash.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_vec_hip_hash_tensor_permutation.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_scan.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_scan_tensor_permutation.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
H A Dex1_swarm_migrate_vec_hip_scan.out2 Migrate check passes.
3 Basic point insertion check...
4 Migrate check passes.
5 Basic point insertion check passes.
6 Rank boundary point insertion check...
7 Migrate check passes.
8 Rank boundary point insertion check passes.
/petsc/config/BuildSystem/config/utilities/
H A DFPTrap.py30 if self.headers.check('sigfpe.h'):
31 if self.functions.check('handle_sigfpes', libraries = 'fpe'):
34 elif self.headers.check('fpxcp.h') and self.headers.check('fptrap.h'):
35 …if reduce(lambda x,y: x and y, map(self.functions.check, ['fp_sh_trap_info', 'fp_trap', 'fp_enable…
37 elif self.headers.check('floatingpoint.h'):
38 if self.functions.check('ieee_flags') and self.functions.check('ieee_handler'):
39 if self.headers.check('sunmath.h'):
/petsc/config/BuildSystem/config/
H A Dtypes.py26 def check(self, typeName, defaultType = None, includes = []): member in Configure
44 if self.check('struct sigaction', includes = ['signal.h']):
50 if self.check('__int64'):
56 self.check('size_t', 'int')
61 self.check('int32_t', 'int')
66 self.check('mode_t', 'int')
67 self.check('off_t', 'int')
72 return self.check('pid_t', 'int')
H A Dlibraries.py117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle):
186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… member in Configure
308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin…
327 if self.check('', funcs, prototype = prototypes, call = calls):
329 elif self.check('m', funcs, prototype = prototypes, call = calls):
338 …if not self.math is None and self.check(self.math, ['erf'], prototype = ['#include <math.h>'], cal…
347 …if not self.math is None and self.check(self.math, ['tgamma'], prototype = ['#include <math.h>'], …
356 …if not self.math is None and self.check(self.math, ['lgamma'], prototype = ['#include <math.h>\n#i…
359 …elif not self.math is None and self.check(self.math, ['gamma'], prototype = ['#include <math.h>\n#…
369 …if not self.math is None and self.check(self.math, ['fesetenv'], prototype = ['#include <fenv.h>']…
[all …]
H A Dheaders.py80 def check(self,header, adddefine = 1): member in Configure
179 self.check('time.h')
180 self.check('sys/time.h')
185 haveMath = self.check('math.h',adddefine=0)
213 self.executeTest(self.check, header)
/petsc/src/ts/tests/
H A Dex13.c27 PetscBool sort, use1, use2, check = PETSC_FALSE; in main() local
46 PetscCall(PetscOptionsGetBool(NULL, NULL, "-check", &check, NULL)); in main()
76 …PetscCheck(!check || serr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state %g > %g", (doub… in main()
77 …PetscCheck(!check || derr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state derivative %g >… in main()
88 …PetscCheck(!check || serr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state %g > %g", (doub… in main()
99 …PetscCheck(!check || derr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state derivative %g >… in main()
116 …PetscCheck(!check || serr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state %g > %g", (doub… in main()
117 …PetscCheck(!check || derr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state derivative %g >… in main()
152 …PetscCheck(!check || serr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state %g > %g", (doub… in main()
159 …PetscCheck(!check || i < p || derr <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Error in state deriva… in main()
/petsc/src/snes/tutorials/output/
H A Dex15_nleqerr.out5 Line search: monotonicity check failed, ratio: 1.732490068050e+00
13 Line search: monotonicity check failed, ratio: 2.151157698837e+00
21 Line search: monotonicity check failed, ratio: 2.476742572785e+00
29 Line search: monotonicity check failed, ratio: 2.790877657608e+00
37 Line search: monotonicity check failed, ratio: 3.078507618381e+00
45 Line search: monotonicity check failed, ratio: 3.303996391609e+00
53 Line search: monotonicity check failed, ratio: 3.341289688370e+00
61 Line search: monotonicity check failed, ratio: 2.631466376143e+00
69 Line search: monotonicity check failed, ratio: 1.115209024616e+00
/petsc/src/snes/tutorials/
H A Dex3.c572 StepCheckCtx *check; in PostCheck() local
584 check = (StepCheckCtx *)ctx; in PostCheck()
585 user = check->user; in PostCheck()
591 …ndidate step at iteration %" PetscInt_FMT " with tolerance %g\n", iter, (double)check->tolerance)); in PostCheck()
594 PetscCall(DMDAVecGetArray(da, check->last_step, &xa_last)); in PostCheck()
605 if (!PetscAbsScalar(xa[i])) rdiff = 2 * check->tolerance; in PostCheck()
607 if (rdiff > check->tolerance) { in PostCheck()
614 PetscCall(DMDAVecRestoreArray(da, check->last_step, &xa_last)); in PostCheck()
617 PetscCall(VecCopy(x, check->last_step)); in PostCheck()
641 SetSubKSPCtx *check; in PostSetSubKSP() local
[all …]
/petsc/src/mat/tests/
H A Dex222.c11 PetscBool flg, check = PETSC_TRUE; in main() local
53 PetscCall(PetscOptionsGetBool(NULL, NULL, "-check", &check, NULL)); in main()
54 if (check) { in main()
/petsc/lib/petsc/bin/maint/
H A Dcheck-each-commit.sh3 dest=$(lib/petsc/bin/maint/check-merge-branch.sh)
16 make CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror check
/petsc/config/PETSc/options/
H A DscalarTypes.py92 …if self.libraries.check('quadmath','logq',prototype='#include <quadmath.h>',call='__float128 f = 0…
98 if self.libraries.check('quadmath',' ',call = ' real*16 s,w; w = 2.0; s = cos(w)'):
115 …if self.libraries.check('quadmath','logq',prototype='#include <quadmath.h>',call='__float128 f = F…
130 …if self.libraries.check('','',call='__fp16 f = 1.0, g; g = ret___fp16(f); (void)g',prototype='stat…
/petsc/src/sys/error/
H A Dpstack.c79 PetscErrorCode PetscStackSetCheck(PetscBool check) in PetscStackSetCheck() argument
81 petscstack.check = check; in PetscStackSetCheck()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi282 assert context is not None and type(context) is tuple # sanity check
297 assert context is not None and type(context) is tuple # sanity check
311 assert context is not None and type(context) is tuple # sanity check
325 assert context is not None and type(context) is tuple # sanity check
341 assert context is not None and type(context) is tuple # sanity check
356 assert context is not None and type(context) is tuple # sanity check
370 assert context is not None and type(context) is tuple # sanity check
386 assert context is not None and type(context) is tuple # sanity check
400 assert context is not None and type(context) is tuple # sanity check
416 assert context is not None and type(context) is tuple # sanity check
[all …]
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py194 check = {'val': 0}
197 check['val'] = 1
203 self.assertEqual(check['val'], 1)
208 check = {'val': 0}
211 check['val'] = 1
217 self.assertEqual(check['val'], 1)
/petsc/share/petsc/matlab/
H A DPetscReadBinaryMatlab.m24 % check for output lines that start matlabHeader
28 % check for old-style file open/close commands
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py271 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: member in FunctionSynopsis
283 super().check(linter, cursor, docstring)
376 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: member in EnumSynopsis
388 super().check(linter, cursor, docstring)
662 descr_item.check(docstring, self, loc)
834 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: member in FunctionParameterList
846 super().check(linter, cursor, docstring)
887 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: member in OptionDatabaseKeys
899 super().check(linter, cursor, docstring)
1170 def check(self, linter: Linter, cursor: Cursor, docstring: PetscDocStringImpl) -> None: member in Level
[all …]
/petsc/config/PETSc/
H A Dpetsc.py236 …found = (self.libraries.check(libraries, 'PetscInitializeNoArguments', otherLibs = self.otherLib…
237 …self.libraries.check(libraries, 'VecDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
238 …self.libraries.check(libraries, 'MatDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
239 …self.libraries.check(libraries, 'DMDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
240 …self.libraries.check(libraries, 'KSPDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
241 …self.libraries.check(libraries, 'SNESDestroy', otherLibs = self.otherLibs, prototype = 'typedef st…
242 …self.libraries.check(libraries, 'TSDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
/petsc/doc/changes/
H A D215.md15 package. Please check config files in bmake/linux_tau.
42 factorization damping policy (check manual)
/petsc/src/vec/is/is/tutorials/output/
H A Dex1f90_1.out7 Association check passed

123456