Hui Zhou
Hui Zhou
test:mpich/authorship test:mpich/warnings
test:mpich/authorship
This is due to lack of progress before posting the `MPI_Irecv`. The progress is polled after posting `MPI_Irecv`, at which time the arrived message matches a posted queue, thus no...
test:mpich/ch3/most test:mpich/ch4/most
Did you configure on a login node and make on a compute node? This is type of error usually is due to configure detected environment changed from the actual make...
I see. Could you try to configure and make it on a compute node instead? Sometimes the login node has the header files but not the actual libraries or library...
See if you have an existing libfabric installed. If there is, you can configure MPICH to use the external libfabric by adding configure option `--with-libfabric=[path-to-libfabric]`. Alternatively, you can try build...
test:mpich/pmi
Also, please share the measurement results. If you have a reproducer in Python with Modin and unidist, please share them as well.
@YarShev Is the test multi-threaded (i.e. using MPI_THREAD_MULTIPLE)?