1Demonstrates PETSc Error Handlers 2The error is a contrived error to test error handling 3[0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- 4[0]PETSC ERROR: Error Created 5[0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting. 6[0]PETSC ERROR: #1 CreateError() at ex66.c:0 7[0]PETSC ERROR: #2 CreateError() at ex66.c:0 8[0]PETSC ERROR: #3 CreateError() at ex66.c:0 9[0]PETSC ERROR: #4 CreateError() at ex66.c:0 10[0]PETSC ERROR: #5 CreateError() at ex66.c:0 11[0]PETSC ERROR: #6 CreateError() at ex66.c:0 12[0]PETSC ERROR: 13[0]PETSC ERROR: It appears a new error in the code was triggered after a previous error was not properly handled 14[0]PETSC ERROR: via (for example) the use of PetscCall(TheFunctionThatErrors()); 15[0]PETSC ERROR: Above is the traceback for the previous unhandled error, below the traceback for the next error 16[0]PETSC ERROR: ALL ERRORS in the PETSc libraries are fatal, you should add the appropriate error checking to the code 17[0]PETSC ERROR: 18[0]PETSC ERROR: --------------------- Error Message -------------------------------------------------------------- 19[0]PETSC ERROR: Error Created 20[0]PETSC ERROR: See https://petsc.org/release/faq/ for trouble shooting. 21[0]PETSC ERROR: #1 CreateError() at ex66.c:0 22[0]PETSC ERROR: #2 CreateError() at ex66.c:0 23[0]PETSC ERROR: #3 CreateError() at ex66.c:0 24[0]PETSC ERROR: #4 CreateError() at ex66.c:0 25[0]PETSC ERROR: #5 CreateError() at ex66.c:0 26[0]PETSC ERROR: #6 CreateError() at ex66.c:0 27[0]PETSC ERROR: 28[0]PETSC ERROR: There are multiple unhandled errors in the code; aborting program 29[0]PETSC ERROR: 30[0]PETSC ERROR: No PETSc Option Table entries 31[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov---------- 32