Skip to content

Commit

Permalink
FIXBUG sc_notify does not guarantee receiving the right amount of sen…
Browse files Browse the repository at this point in the history
…ders
  • Loading branch information
plattenschieber committed Aug 29, 2013
1 parent 0bfa4a2 commit b8aef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pchase_world.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ pchase_world_insert_particles(pchase_world_t * W)
#endif

/* only the first num_receivers receivers are notified */
mpiret = sc_notify(receivers, num_receivers,
mpiret = sc_notify_allgather(receivers, num_receivers,
senders, &num_senders, W->p4est->mpicomm);
SC_CHECK_MPI(mpiret);

Expand Down

0 comments on commit b8aef47

Please sign in to comment.