Hui Zhou

Results 695 comments of Hui Zhou

> Therefore, it might be reasonable to defer errors until reductions are used, because that's the only place where there is a real problem. I recognize this is problematic for...

test:mpich/ch3/most ❌ - osx nodes had issue test:mpich/ch4/most ✔️

Hmm, something wrong with the osx testing

Somehow osx can't link common symbols in `libmpifort.dylib` -- ![image](https://github.com/pmodels/mpich/assets/1496702/050ba756-4529-49c3-b500-502639f8ed5a) ``` $ nm _inst/lib/libmpifort.dylib |grep mpipriv1 00000000000d25f0 S _mpipriv1_ ``` The common symbol should be `C`.

@raffenet Could you review the 3 commits I added since your last review? I'll open a new PR to work on the osx common block issue.

Thanks for the bug report. Fixed in #6903.

I think it is a bug. It should return size 0 to tell you that the memory is not shared.

You are correct that in the current release `MPI_Win_create` does not make the memory accessible to other processes even when they are in the same shared domain. But it seems...