Searched refs:failed (Results 1 – 25 of 31) sorted by relevance
12
| /petsc/src/snes/tutorials/output/ |
| H A D | ex15_nleqerr.out | 5 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/ksp/ksp/tests/output/ |
| H A D | ex51_2_alt.out | 3 PC failed due to FACTOR_NUMERIC_ZEROPIVOT 6 PC failed reason is FACTOR_NOERROR
|
| H A D | ex51_1.out | 3 PC failed due to FACTOR_NUMERIC_ZEROPIVOT 6 PC failed reason is FACTOR_NOERROR
|
| H A D | ex51_2.out | 3 PC failed due to FACTOR_NUMERIC_ZEROPIVOT 6 PC failed reason is FACTOR_NOERROR
|
| H A D | ex51_2_alt_2.out | 5 PC failed reason is FACTOR_NOERROR
|
| /petsc/doc/developers/contributing/ |
| H A D | pipelines.md | 36 Examining a failed pipeline stage. 39 You can see the failed jobs by clicking on the X. 45 Locating the exact failed job in a pipeline stage. 51 A failure in running the job's tests will have `FAILED` and a list of the failed tests 53 :::{figure} /images/developers/failed-examples.png 66 A test that failed because of unfreed memory. 119 Downloading `configure.log` from a failed pipeline job.
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 264 (( failed=failed+1 )) 267 (( total=success+failed )) 282 printf "failed %s\n" "$failed" >> "$logfile"
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex72_zeropivot_3.out | 2 PC failed due to SUBPC_ERROR
|
| H A D | ex72_zeropivot.out | 2 PC failed due to SUBPC_ERROR
|
| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 94 echo Error! file1 check failed: "${1}" 115 echo Error! file2 check failed: "${2}"
|
| /petsc/src/snes/tests/output/ |
| H A D | ex69_5.out | 4 PC failed due to SUBPC_ERROR
|
| H A D | ex69_4.out | 4 PC failed due to FACTOR_NUMERIC_ZEROPIVOT
|
| /petsc/src/sys/tests/output/ |
| H A D | ex73_0.out | 2 [0]PETSC ERROR: Write to file failed
|
| H A D | ex73_0_alt.out | 2 [0]PETSC ERROR: Write to file failed
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | CmpSystems.css | 58 td.failed {
|
| H A D | Report.css | 225 .failed {
|
| /petsc/src/tao/bound/tutorials/output/ |
| H A D | plate2_15.out | 59 Solver failed: Maximum Iterations
|
| H A D | plate2_14.out | 59 Solver failed: Maximum Iterations
|
| H A D | plate2_13.out | 69 Solver failed: Maximum Iterations
|
| /petsc/doc/developers/ |
| H A D | testing.md | 523 ### Determining the failed jobs of a given run 533 This method can also be used for the PETSc continuous integration (CI) pipeline jobs. For failed jo… 542 To see the list of all tests that failed from the last run, you can also run this command: 554 Once you know which tests failed, the question is how to debug them. 690 To re-run the last tests which failed: 1089 # failed 2/16 tests; 87.500% ok
|
| /petsc/doc/manual/ |
| H A D | tests.md | 58 - `not ok` The test failed.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 426 "PetscPopErrorHandler() failed " 432 "PetscFinalize() failed "
|
| H A D | KSP.pyx | 1738 constructing the preconditioner failed. Call 1740 failed and why. The option ``-ksp_error_if_not_converged`` or 2417 """Boolean indicating if the solver has failed."""
|
| H A D | petsctao.pxi | 226 # failed
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1686 PetscInt failed, failedGlobal; in DMPlexRebalanceSharedPoints() local 1968 failed = (PetscInt)(part[0] != rank); in DMPlexRebalanceSharedPoints() 1969 PetscCallMPI(MPIU_Allreduce(&failed, &failedGlobal, 1, MPIU_INT, MPI_SUM, comm)); in DMPlexRebalanceSharedPoints()
|
12