From: Daniel Arndt Date: Mon, 12 Jun 2023 17:32:55 +0000 (-0400) Subject: PETSc tests: Add alternative output files for clang-16 X-Git-Tag: v9.5.0-rc1~98^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50fb42ffca50b1c6a1410154085c0b2cefd22b9;p=dealii.git PETSc tests: Add alternative output files for clang-16 --- diff --git a/tests/petsc/petsc_snes_02.output.clang-16 b/tests/petsc/petsc_snes_02.output.clang-16 new file mode 100644 index 0000000000..24f2ed36f1 --- /dev/null +++ b/tests/petsc/petsc_snes_02.output.clang-16 @@ -0,0 +1,11 @@ + +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + unsigned int dealii::PETScWrappers::NonlinearSolver::solve(VectorType &) [VectorType = VectorType, PMatrixType = MatrixType, AMatrixType = MatrixType] +The violated condition was: + residual +Additional information: + Please provide an implementation for the function "residual" +-------------------------------------------------------- + diff --git a/tests/petsc/petsc_snes_04.mpirun=3.output.clang-16 b/tests/petsc/petsc_snes_04.mpirun=3.output.clang-16 new file mode 100644 index 0000000000..28cbec4e88 --- /dev/null +++ b/tests/petsc/petsc_snes_04.mpirun=3.output.clang-16 @@ -0,0 +1,12 @@ + +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + unsigned int dealii::PETScWrappers::NonlinearSolver::solve(VectorType &) [VectorType = dealii::PETScWrappers::MPI::Vector, PMatrixType = dealii::PETScWrappers::MatrixBase, AMatrixType = dealii::PETScWrappers::MatrixBase] +The violated condition was: + reason > 0 +Additional information: + SNES solver did not converge after 0 iterations with reason + DIVERGED_MAX_IT +-------------------------------------------------------- + diff --git a/tests/petsc/petsc_snes_04.output.clang-16 b/tests/petsc/petsc_snes_04.output.clang-16 new file mode 100644 index 0000000000..28cbec4e88 --- /dev/null +++ b/tests/petsc/petsc_snes_04.output.clang-16 @@ -0,0 +1,12 @@ + +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + unsigned int dealii::PETScWrappers::NonlinearSolver::solve(VectorType &) [VectorType = dealii::PETScWrappers::MPI::Vector, PMatrixType = dealii::PETScWrappers::MatrixBase, AMatrixType = dealii::PETScWrappers::MatrixBase] +The violated condition was: + reason > 0 +Additional information: + SNES solver did not converge after 0 iterations with reason + DIVERGED_MAX_IT +-------------------------------------------------------- + diff --git a/tests/petsc/petsc_ts_01.output.clang-16 b/tests/petsc/petsc_ts_01.output.clang-16 new file mode 100644 index 0000000000..745a0ab852 --- /dev/null +++ b/tests/petsc/petsc_ts_01.output.clang-16 @@ -0,0 +1,12 @@ + +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + unsigned int dealii::PETScWrappers::TimeStepper::solve(VectorType &) [VectorType = VectorType, PMatrixType = MatrixType, AMatrixType = MatrixType] +The violated condition was: + explicit_function || implicit_function +Additional information: + Please provide an implementation for the function "explicit_function + || implicit_function" +-------------------------------------------------------- +