PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#include <error_handling.hh>
Public Member Functions | |
ParallelSection (MPI_Comm com) | |
~ParallelSection ()=default | |
void | check () |
void | failed () |
Indicates a failure of a parallel section. More... | |
void | reset () |
Private Attributes | |
bool | m_failed |
MPI_Comm | m_com |
Definition at line 69 of file error_handling.hh.