DEFEATURE: remove redundant MPI_Barrier in NBX
This commit is contained in:
parent
f352c854a7
commit
dd978f6a96
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue