Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
2 files
+ 0
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
7
@@ -358,13 +358,6 @@ commInqCommCalc(void)
return info->commCalc;
}
int
commInqNProcsColl(void)
{
xassert(info != NULL && info->sizeColl != CDI_UNDEFID);
return info->sizeColl;
}
void
commPrint(FILE *fp)
{
Loading