DEFEATURE: remove redundant MPI_Barrier in NBX

This commit is contained in:
Gregor Weiss 2023-10-31 12:44:32 +01:00
parent f352c854a7
commit dd978f6a96
2 changed files with 0 additions and 2 deletions

View file

@ -54,7 +54,6 @@ Foam::nonblockConsensus(const std::map<Foam::label, Foam::label>& data)
{
int tag = 314159;
bool barrier_activated = false;
MPI_Barrier(MPI_COMM_WORLD);
std::vector<MPI_Request> issRequests{};
for (const auto& msg: data)
{

View file

@ -55,7 +55,6 @@ Foam::nonblockConsensus
{
int tag = 314159;
bool barrier_activated = false;
MPI_Barrier(MPI_COMM_WORLD);
std::vector<MPI_Request> issRequests{};
for (const auto& msg: data)
{