NewMadeleine

Documentation

« back to PM2 home.
nm_mpi_communicator_s::nm_mpi_cart_topology_s Struct Reference

< cartesian topology More...

#include <nm_mpi_private.h>

Data Fields

int ndims
 number of dimensions
 
int * dims
 number of procs in each dim.
 
int * periods
 whether each dim.
 
int size
 pre-computed size of cartesian topology
 

Detailed Description

< cartesian topology

Definition at line 343 of file nm_mpi_private.h.

Field Documentation

◆ dims

int* nm_mpi_communicator_s::nm_mpi_cart_topology_s::dims

number of procs in each dim.

Definition at line 346 of file nm_mpi_private.h.

◆ ndims

int nm_mpi_communicator_s::nm_mpi_cart_topology_s::ndims

number of dimensions

Definition at line 345 of file nm_mpi_private.h.

◆ periods

int* nm_mpi_communicator_s::nm_mpi_cart_topology_s::periods

whether each dim.

is periodic

Definition at line 347 of file nm_mpi_private.h.

◆ size

int nm_mpi_communicator_s::nm_mpi_cart_topology_s::size

pre-computed size of cartesian topology

Definition at line 348 of file nm_mpi_private.h.


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