Commit 27d752bf 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 2ce2d4a8
Pipeline #6455 passed with stages
in 1 minute and 5 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