Hi,
l observed an starvation issue in intel-mpi/64/4.0.3/008 when using persistent "wild" recv request, i.e. setting up persistent recv requests with MPI_ANY_SOURCE. Examining several event traces with ITCA makes me assume that those recv requests are more likely matched with send operations from processes with lower ranks numbers. This would be suboptimal as it leads to starvation of higher ranked process in large MPI jobs.
Is this the right place to post such issues?