Skip to content

Commit

Permalink
Also fix test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jul 13, 2023
1 parent cfe2e51 commit f09932f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 12 additions & 4 deletions tests/stokes_solver_fail_A/screen-output
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Number of active cells: 192 (on 4 levels)
Number of degrees of freedom: 2,724 (1,666+225+833)

Expand All @@ -11,11 +15,14 @@ screen by communicating over MPI in their destructors.
Since an exception is currently uncaught, this
synchronization (and subsequent output) will be skipped
to avoid a possible deadlock.
---------------------------------------------------------


----------------------------------------------------
Exception 'ExcMessage (exception_message.str())' on rank 0 on processing:

An error occurred in file <utilities.cc> in function
--------------------------------------------------------
An error occurred in line <2946> of file </home/bangerth/p/deal.II/1/projects/aspect/source/utilities.cc> in function
(line in output replaced by default.sh script)
The violated condition was:
false
Expand All @@ -34,9 +41,10 @@ Additional information:
--------------------------------------------------------
(line in output replaced by default.sh script)
(line in output replaced by default.sh script)
void aspect::Utilities::linear_solver_failed(const string&, const
string&, const std::vector<dealii::SolverControl>&, const
std::exception&, ompi_communicator_t* const&, const string&)
function
void aspect::Utilities::throw_linear_solver_failure_exception(const
string&, const string&, const std::vector<dealii::SolverControl>&,
const std::exception&, ompi_communicator_t* const&, const string&)
The violated condition was:
false
Additional information:
Expand Down
16 changes: 12 additions & 4 deletions tests/stokes_solver_fail_S/screen-output
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Number of active cells: 192 (on 4 levels)
Number of degrees of freedom: 2,724 (1,666+225+833)

Expand All @@ -11,11 +15,14 @@ screen by communicating over MPI in their destructors.
Since an exception is currently uncaught, this
synchronization (and subsequent output) will be skipped
to avoid a possible deadlock.
---------------------------------------------------------


----------------------------------------------------
Exception 'ExcMessage (exception_message.str())' on rank 0 on processing:

An error occurred in file <utilities.cc> in function
--------------------------------------------------------
An error occurred in line <2946> of file </home/bangerth/p/deal.II/1/projects/aspect/source/utilities.cc> in function
(line in output replaced by default.sh script)
The violated condition was:
false
Expand All @@ -34,9 +41,10 @@ Additional information:
--------------------------------------------------------
(line in output replaced by default.sh script)
(line in output replaced by default.sh script)
void aspect::Utilities::linear_solver_failed(const string&, const
string&, const std::vector<dealii::SolverControl>&, const
std::exception&, ompi_communicator_t* const&, const string&)
function
void aspect::Utilities::throw_linear_solver_failure_exception(const
string&, const string&, const std::vector<dealii::SolverControl>&,
const std::exception&, ompi_communicator_t* const&, const string&)
The violated condition was:
false
Additional information:
Expand Down

0 comments on commit f09932f

Please sign in to comment.