mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3912 from bska/attribute-missing-kw-terminator
Emit Actual Message on Input Failure
This commit is contained in:
@@ -548,7 +548,7 @@ void Opm::readDeck(Opm::Parallel::Communication comm,
|
||||
|
||||
if (! parseSuccess) {
|
||||
if (comm.rank() == 0) {
|
||||
OpmLog::error("Unrecoverable errors were encountered while loading input");
|
||||
OpmLog::error(fmt::format("Unrecoverable errors while loading input: {}", failureMessage));
|
||||
}
|
||||
|
||||
#if HAVE_MPI
|
||||
|
||||
Reference in New Issue
Block a user