Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MADNESS_ACK_BUFF_SIZE issue #453

Open
jeffhammond opened this issue Nov 22, 2022 · 0 comments
Open

MADNESS_ACK_BUFF_SIZE issue #453

jeffhammond opened this issue Nov 22, 2022 · 0 comments

Comments

@jeffhammond
Copy link
Member

jeffhammond commented Nov 22, 2022

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.
#define MADNESS_ACK_BUFF_SIZE 1000
#endif // MADNESS_USE_BSEND_ACKS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant