MAPL_Communicator Derived Type

type, public :: MAPL_Communicator


Components

Type Visibility Attributes Name Initial
integer, public :: comm
integer, public :: rank
integer, public :: root
integer, public :: size

Source Code

  type ::  MAPL_Communicator
     integer :: comm
     integer :: rank
     integer :: root
     integer :: size
     !logical :: am_i_root
  end type MAPL_Communicator