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
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.
The text was updated successfully, but these errors were encountered:
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:
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
.The text was updated successfully, but these errors were encountered: