Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -42,8 +42,9 @@ computeClientStreamBufSize(int streamID, const struct collSpec *collector)
if (collector->partDesc)
{
/* the distribution of data is fully prescribed in this case,
* i.e. memory needed can be computed exactly for the double
* precision case */
* i.e. memory needed can be computed exactly if the clients
* also specified the element type as float or double, otherwise
* plan for the double precision case */
const Xt_idxlist *partDesc = collector->partDesc;
const int *conversion = collector->conversion;
for (size_t varID = 0; varID < nvars; ++varID)
Loading