Skip to content
Snippets Groups Projects
Commit a04491b8 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Merge branch 'fix/parallel-error-display' into 'develop'

Fix error display when an MPI process fails

See merge request !180
parents ff92eed8 9de405f5
No related branches found
No related tags found
1 merge request!180Fix error display when an MPI process fails
......@@ -133,9 +133,9 @@ parser(const std::string& filename)
std::exit(1);
}
catch (const IExitError& e) {
// Each failing process must write
std::cerr.clear();
std::cerr << ASTBacktrace::getInstance().errorMessageAt(e.what()) << '\n';
finalize();
std::exit(1);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment