|
NTPoly
|
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. | |
A type that can be passed around to accumulate errors.
1.8.14