FIXME : Add documentation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | comm | ||||
integer, | public | :: | wcomm | ||||
integer, | public | :: | size | ||||
integer, | public | :: | id | ||||
integer, | public, | allocatable | :: | wranks(:) |
type shm_info_t
integer comm, wcomm, size, id ! comm, number of mpi ranks and id in the node
integer, allocatable :: wranks(:) ! maps the node ranks to world ranks
end type shm_info_t