GBS
mpi_comm_type_mod::tmpicomm Interface Reference

Derived type use to hold MPI communicator information. More...

Private Attributes

integer np
 Communicator Id. More...
 
integer me
 Current task number. More...
 
integer lead_rank = 0
 Communicator leading rank. More...
 
logical is_lead = .false.
 Logical used to define if the current process is the leading_rank. More...
 

Detailed Description

Derived type use to hold MPI communicator information.

Member Data Documentation

◆ is_lead

logical mpi_comm_type_mod::tmpicomm::is_lead = .false.
private

Logical used to define if the current process is the leading_rank.

◆ lead_rank

integer mpi_comm_type_mod::tmpicomm::lead_rank = 0
private

Communicator leading rank.

◆ me

integer mpi_comm_type_mod::tmpicomm::me
private

Current task number.

◆ np

integer mpi_comm_type_mod::tmpicomm::np
private

Communicator Id.

Number of tasks in the communicator


The documentation for this interface was generated from the following file: