Skip to content
Snippets Groups Projects
Commit 3ff85555 authored by mattijs's avatar mattijs
Browse files

COMP: scatter v.s. broadcast

parent 423540be
No related merge requests found
......@@ -527,8 +527,8 @@ Foam::label Foam::Module::help::groupMarking
}
// broadcast group labels from the master to other processors
Pstream::scatter(nGroups);
Pstream::scatter(allGroupsNewLabel);
Pstream::broadcast(nGroups);
Pstream::broadcast(allGroupsNewLabel);
// assign correct group labels
forAll(globalGroupLabel, groupI)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment