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

More verbose error message when the request pools run out of space #6918

Open
JiakunYan opened this issue Feb 21, 2024 · 1 comment
Open
Assignees

Comments

@JiakunYan
Copy link

I am doing a message rate benchmark on MPICH with a super large send window (500k) using various numbers of VCIs. I found when I used more communicators than VCIs, I would get the following error:

Assertion failed in file ./src/include/mpir_request.h at line 450: req != NULL

After some (painful) debugging, I finally figured out it was due to the request pools running out of space.

It would be great if MPICH could make the error message more verbose than a plain req != NULL.

@hzhou hzhou self-assigned this Feb 22, 2024
@hzhou
Copy link
Contributor

hzhou commented Feb 22, 2024

Sure. Will fix.

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

2 participants