Skip to content
Snippets Groups Projects
Commit cf6e77f2 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Clarify documentation.

parent 8f78a670
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
......@@ -45,8 +45,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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment