shm_info_t Derived Type

type, private :: shm_info_t

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public :: comm
integer, public :: wcomm
integer, public :: size
integer, public :: id
integer, public, allocatable :: wranks(:)

Source Code

  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