KORC_MPI Derived Type

type, private :: KORC_MPI


Inherited by

type~~korc_mpi~~InheritedByGraph type~korc_mpi KORC_MPI type~korc_params KORC_PARAMS type~korc_params->type~korc_mpi mpi_params

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: nmpi

Number of MPI processes.

integer, public :: nmpi_prev
integer, public :: rank

Rank in WORLD COMMON communicator.

integer, public :: rank_topo

Rank in mpi_topo communicator

integer, public :: mpi_topo

MPI communicator for a certain topology.


Source Code

  TYPE, PRIVATE :: KORC_MPI
     !! @note KORC derived type to keep relevant MPI parameters. @endnote
     INTEGER :: nmpi 
     !! Number of MPI processes.
     INTEGER :: nmpi_prev 
     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