pyPDAF.PDAF.abort¶
- pyPDAF.PDAF.abort(err: int) None¶
Abort the parallel program through PDAF/MPI.
This wrapper forwards
errto the upstreamPDAF_abortroutine. It is intended for unrecoverable errors in MPI-enabled PDAF programs, for example when one process detects an inconsistent setup and the whole coupled application should stop with the same error code.- Parameters:
err (int) – Error code passed to PDAF/MPI.
- Return type:
None