PIO  2.5.4
List of all members | Public Attributes
rearr_comm_fc_opt Struct Reference

Rearranger comm flow control options. More...

#include <pio.h>

Public Attributes

bool hs
 Enable handshake.
 
bool isend
 Enable isends - if false use blocking sends.
 
int max_pend_req
 Max pending requests (PIO_REARR_COMM_UNLIMITED_PEND_REQ => unlimited pend req). More...
 

Detailed Description

Rearranger comm flow control options.

Member Data Documentation

◆ max_pend_req

int rearr_comm_fc_opt::max_pend_req

Max pending requests (PIO_REARR_COMM_UNLIMITED_PEND_REQ => unlimited pend req).

This is the number of messages allowed to be in flight at one time. On some systems posting all messages at once creates a significant bottleneck in communications and throttling in this manner improves overall performance.


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