MPI communicators.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(MPI_Comm), | public | :: | g |
Grid communicator |
|||
| type(MPI_Comm), | public | :: | w |
Default World communicator |
type :: communicators !> MPI communicators. type(MPI_Comm) :: w !! Default World communicator type(MPI_Comm) :: g !! Grid communicator end type communicators