TclMPI  1.2
Tcl Bindings for MPI
tclmpi_comm Struct Reference
Collaboration diagram for tclmpi_comm:

Data Fields

const char * label
 
MPI_Comm comm
 
int valid
 
tclmpi_comm_tnext
 

Detailed Description

Linked list entry to map MPI communicators to strings.

Field Documentation

◆ comm

MPI_Comm tclmpi_comm::comm

MPI communicator corresponding of this entry

◆ label

const char* tclmpi_comm::label

String representing the communicator in Tcl

◆ next

tclmpi_comm_t* tclmpi_comm::next

Pointer to next element in linked list

◆ valid

int tclmpi_comm::valid

Non-zero if communicator is valid


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