.
This commit is contained in:
@@ -101,7 +101,7 @@ void Jacobi::exchangeHaloLayersNodeMPIProcFirst(Matrix &phi)
|
||||
|
||||
while (states->shmStates[0] == SharedmemState::Unread)
|
||||
{
|
||||
if (rank_ == 0)
|
||||
if (rank_ == (n - 1))
|
||||
std::cout << "102" << std::endl;
|
||||
MPI_Win_sync(win_);}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user