axom icon indicating copy to clipboard operation
axom copied to clipboard

Write panic file on Error

Open gzagaris opened this issue 5 years ago • 1 comments

When abortOnError is enabled, Slic should write a panic file on the given rank that emits the error before calling MPI_Abort()

We need an example of how to use this in Axom documentation.

gzagaris avatar May 13 '19 15:05 gzagaris

Check whether scallop has a reasonable solution. If so, adopt it.

rhornung67 avatar Mar 21 '22 21:03 rhornung67

This is likely not as relevant now that we've fixed the problem with collective SLIC_ASSERT and SLIC_ERROR hanging before logging their errors in https://github.com/LLNL/axom/pull/868

kennyweiss avatar Mar 20 '23 21:03 kennyweiss

Let's revisit if/when needed.

kennyweiss avatar Mar 20 '23 21:03 kennyweiss

FYI: Brian R says in his use cases, their panic files are built on top of scallop, but there's no built in capability in scallop to do it.

cyrush avatar Mar 20 '23 22:03 cyrush