NTPoly
Public Attributes | List of all members
errormodule::error_t Interface Reference

A type that can be passed around to accumulate errors. More...

Public Attributes

logical error_set
 Flag for whether or not an error has occurred.
 
character(len=1000) error_description
 Detailed description of the error.
 
integer mpi_error
 Store an error caused by a failed MPI call.
 
logical mpi_error_set
 flag for whether mpi error occurred.
 
integer alloc_error
 Store an error caused by a bad allocation call.
 
logical alloc_error_set
 flag for whether alloc error occurred.
 
integer mpi_rank = 0
 MPI Rank so it is possible to know who is root.
 

Detailed Description

A type that can be passed around to accumulate errors.


The documentation for this interface was generated from the following file: