Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
5 files
+ 81
46
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
0
@@ -142,6 +142,16 @@ void cdiPioConfSetWriteAggBufLim(int confResH, int lim_mb);
* aggregation buffers. */
int cdiPioConfGetWriteAggBufLim(int confResH);
/* cdiPioConfSetAioQueueDepth: Set number of concurrent async I/O
* requests to create. Depending on implementation, this might
* increase throughput by increasing the number of concurrent
* operations but also increases buffer size requirements.
* (Default value: 4) */
void cdiPioConfSetAioQueueDepth(int confResH, int queue_depth);
/* cdiPioConfGetAioQueueDepth: Query depth of AIO queue. */
int cdiPioConfGetAioQueueDepth(int confResH);
/* cdiPioConfSetRedistCache: set doCache to anything non-zero if data
* for internal data exchanges is to be cached. This makes sense when
* the data passed via streamWriteVarPart or streamWriteScatteredVarPart
Loading