Hui Zhou

Results 695 comments of Hui Zhou

We can instrument the code and build a custom mpich so it can, for example, print the number of live request and remaining capacity, would that be useful for you?...

That is the tricky part. We do not desire to maintain too many non-standard MPI extensions. Thus I am tempted to implement it as a log message that one can...

> On a related note, can you suggest a change in going from 3.4.x to 4.x that might account for this error showing up? From 3.4.x to 4.x, the default...

In order to support per-VCI request pool, we took 6 bits away from the request handle, thus essentially shrink the number of total requests by 1/64. Let me think about...

> @hzhou Could you add `aurora` tag for tracking reasons I'll add the label to the PR.

PR #7181 doesn't directly address this issue as to provide the query, but it allowed much bigger maximum requests (to 2^25). Hopefully that is beyond any application's need.

Yes! We'll look into it.