FORM 4.3
Data Fields
PF_BUFFER Struct Reference

#include <parallel.h>

Data Fields

WORD ** buff
 
WORD ** fill
 
WORD ** full
 
WORD ** stop
 
MPI_Status * status
 
MPI_Status * retstat
 
MPI_Request * request
 
MPI_Datatype * type
 
int * index
 
int * tag
 
int * from
 
int numbufs
 
int active
 

Detailed Description

A struct for nonblocking, unbuffered send of the sorted terms in the PObuffers back to the master using several "rotating" PObuffers.

Definition at line 146 of file parallel.h.

Field Documentation

◆ buff

WORD** buff

Definition at line 147 of file parallel.h.

◆ fill

WORD** fill

Definition at line 148 of file parallel.h.

◆ full

WORD** full

Definition at line 149 of file parallel.h.

◆ stop

WORD** stop

Definition at line 150 of file parallel.h.

◆ status

MPI_Status* status

Definition at line 151 of file parallel.h.

◆ retstat

MPI_Status* retstat

Definition at line 152 of file parallel.h.

◆ request

MPI_Request* request

Definition at line 153 of file parallel.h.

◆ type

MPI_Datatype* type

Definition at line 154 of file parallel.h.

◆ index

int* index

Definition at line 155 of file parallel.h.

◆ tag

int* tag

Definition at line 156 of file parallel.h.

◆ from

int* from

Definition at line 157 of file parallel.h.

◆ numbufs

int numbufs

Definition at line 158 of file parallel.h.

◆ active

int active

Definition at line 159 of file parallel.h.


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