| 
    PIO
    2.5.4
    
   | 
 
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... | |
Rearranger comm flow control options.
| 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.
 1.8.17