From 471a6becc1d6f32e511fea0915c0aef28bdaf680 Mon Sep 17 00:00:00 2001 From: graham Date: Tue, 5 Jul 2011 13:23:41 +0100 Subject: [PATCH] ENH: reduce output in parallel. --- applications/utilities/mesh/manipulation/topoSet/topoSet.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C index 2f15bdce1d..8e4e33e8af 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C +++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C @@ -208,7 +208,8 @@ int main(int argc, char *argv[]) IOobject::MUST_READ ); Info<< "Read set " << setName << " with size " - << currentSet().size() << endl; + << returnReduce(currentSet().size(), sumOp