Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -466,8 +466,7 @@ writeNetCDFStreamParallel(size_t streamIdx, struct streamMapping *mapping, doubl
const int streamID = openStreams.entries[streamIdx], vlistID = streamInqVlist(streamID);
const MPI_Comm collComm = commInqCommColl();
// init redistCache if applicable
const bool reuseRedists
= conf->cacheRedists != 0 ? handleRedistCache(streamIdx, mapping, (size_t) nvars, vlistID, collComm) : false;
const bool reuseRedists = conf->cacheRedists ? handleRedistCache(streamIdx, mapping, (size_t) nvars, vlistID, collComm) : false;
struct cacheRedist *restrict retained = rxWin[streamIdx].retained;
for (int varID = 0; varID < nvars; ++varID)
Loading