Fix all app_error + APP_ABORT needed
Open
bug
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 82
Description
**Describe the bug**
```
app_error() << e.what() << std::endl;
APP_ABORT("Unhandled Exception");
```
doesn't print messages properly when using MPI. Such pattern needs to be fixed throughout the code base.
See fix, documentation in https://github.com/QMCPACK/qmcpack/pull/4680
Contributor guide
Assessment
This issue has not been assessed yet.