You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 1000 is almost certainly fine, but to be strictly correct, it must be larger than MPI_BSEND_OVERHEAD plus the size of the ack payload, which might be 0.
#ifdef MADNESS_USE_BSEND_ACKS
/// \todo Verify: Size of the acknowledgment buffer.
#defineMADNESS_ACK_BUFF_SIZE1000
#endif// MADNESS_USE_BSEND_ACKS
The text was updated successfully, but these errors were encountered:
Using 1000 is almost certainly fine, but to be strictly correct, it must be larger than
MPI_BSEND_OVERHEAD
plus the size of the ack payload, which might be 0.The text was updated successfully, but these errors were encountered: