Hui Zhou
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
test:mpich/ch3/most
Somehow osx can't link common symbols in `libmpifort.dylib` --  ``` $ 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.
test:mpich/submodules ✔️
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...