History log of /petsc/src/sys/tests/output/ex5_opt.out (Results 1 – 6 of 6)
Revision Date Author Comments
# 479160d7 12-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'

When the user does not properly handle a returned error code and another error...

See merge r

Merge branch 'barry/2023-07-02/nice-error-message-when-first-error-is-not-properly-handled' into 'main'

When the user does not properly handle a returned error code and another error...

See merge request petsc/petsc!6655

show more ...


# e9a33e21 09-Jul-2023 Barry Smith <bsmith@mcs.anl.gov>

Need to have test harness remove -options_left to tests that test handling of errors in tests

Commit-type: testing


# bda77271 20-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-06-24/linenumbers-petscstack' into 'main'

Fixes/improvements for PETSc stack handling

See merge request petsc/petsc!5368


# 660278c0 26-Jun-2022 Barry Smith <bsmith@mcs.anl.gov>

Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness

-petsc_ci - automatically set for all runs in test harness

-petsc_ci_portable_error_out

Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness

-petsc_ci - automatically set for all runs in test harness

-petsc_ci_portable_error_output - ensures all error messages (when possible are system and compiler information),
should be only used in tests that are explicitly testing the error handling

This allows proper comparisons of runs on different machines and when errors are intentionally triggered to test error handling

Commit-type: error-checking, testing-fix
/spend 5h

show more ...


# cf842bba 29-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-09-16/petscstack-on-the-stack' into 'main'

Move PetscStack onto the stack

See merge request petsc/petsc!4321


# 27104ee2 16-Sep-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

PetscStack is on the stack now, removing the need to 'initialize' it so it can always be
used. The entire API has also been intern'ed since it is only internally used in select
instances.