Hui Zhou

Results 695 comments of Hui Zhou

I guess the idea was to return `MPI_ERR_PENDING` for the particular request, which user is supposed to run `MPI_Wait` on it again, which will then try to cancel the request.

Please reference https://github.com/pmodels/mpich/issues/6684

@srlantz Thanks for the testing and a potential solution! I think those libraries were added by the `gfortran` and `gcc`. We'll look into how to avoid duplicates in the wrapper...

tag @nitbhat @tarudoodi for review

> On 2), first we want to understand the purpose of the current address exchange process, and then improve it to minimize the number of addresses. It moves the overhead...

> Hardware: AWS p5.48xlarge instance (32 x EFA NICs) It is hard to imagine that one process wants to use 32 NICs concurrently. If `ppn > 1`, does it make...

You can ignore these errors. The `-NONEXIST-KEY` key is a hack for PMI_Barrier. PMI2 does not provide PMI_Barrier. To use PMI2_KVS_Fence as a barrier requires a `PMI2_KVS_Get` to trigger the...

We used to see this due to `psm3` provider in libfabric. I believe they fixed this for a while now. Could you try build the latest version of libfabric or...

If you peek into `stdint.h`, how is `intptr_t` defined?