Hui Zhou
Hui Zhou
test:mpich/ch4/all
test:mpich/ch4/ofi
Thanks for the review @raffenet . The tests are not clean, but all of them are testing congestion issue that are not related to this PR. I'll merge now. If...
Great insights and great suggestions! Thank you! We definitely should filter unnecessary artifacts from release packages. Is it necessary to set `PYTHONDONTWRITEBYTECODE=1`? It's harmless for users who run autogen and...
The assertion error from `hydra` is unrelated. Could you use `addr2line` to locate the source code line positions?
That is a `memcpy`. I suspect it is a compiler bug that is try to optimize with vector instructions. And the intermittent-ness is due to randomly triggered alignment issue. Does...
test:mpich/ch4/ofi
* If `--enable-fast=avx512f`, then it will be enabled, no runtime check will be performed. This will add -mavx-512f (to be discussed). * By default, MPICH will probe compiler and do...
Thanks @drew-parsons for reporting the issue. I believe this is not related to 32-bit architecture. It is due to an older version of mpi4py passing an empty argument in the...
You would help us if you directly file issues with upstream: https://github.com/openucx/ucx and https://github.com/ofiwg/libfabric. If they already fixed it, point us to the patch, and we'll update the submodules.