Commit b2113dd1 authored by Jakob Stierhof's avatar Jakob Stierhof

Add an error to mpi emcee abort

This does not really do what we want, but hoefully it stops all jobs
parent b5adb8a7
Pipeline #6457 passed with stages
in 43 seconds
......@@ -1658,6 +1658,7 @@ private define emceeMPIAbort (ship) %{{{
#ifexists rcl_mpi_abort
rcl_mpi_abort(1); % hopefully 0 is allway success
#endif
throw InternalError;
}
%}}}
%}}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment