KORC derived type to keep relevant MPI parameters.
Number of MPI processes. Rank in WORLD COMMON communicator. Rank in mpi_topo communicator MPI communicator for a certain topology.
Components
Type Visibility
Attributes Name Initial
integer,
public
::
nmpi
integer,
public
::
rank
integer,
public
::
rank_topo
integer,
public
::
mpi_topo
Source Code
TYPE, PRIVATE :: KORC_MPI
!! @note KORC derived type to keep relevant MPI parameters. @endnote
INTEGER :: nmpi
!! Number of MPI processes.
INTEGER :: rank
!! Rank in WORLD COMMON communicator.
INTEGER :: rank_topo
!! Rank in mpi_topo communicator
INTEGER :: mpi_topo
!! MPI communicator for a certain topology.
END TYPE KORC_MPI