Skip to content

Commit

Permalink
fix in waiting of completion
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer committed Jun 24, 2017
1 parent 937fbde commit 17cbe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpccg/src_dash_coarray/exchange_externals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void exchange_externals(HPC_Sparse_Matrix * A, const double *x)
}

// ... and wait for completion of neighbors
A->signal.wait();
A->signal.wait(num_neighbors);

// copy externals to end of vector
double *begin = A->data.lbegin();
Expand Down

0 comments on commit 17cbe5b

Please sign in to comment.