8 May
2014
8 May
'14
7:54 a.m.
Dear MPICH forum. I created an endless MPI program. In this program each process calls MPI_Recv from other process, w/o any MPI _Send. When I execute this program I see each process takes ~ 100% CPU core. Is this behavior (I suppose polling) is normal? May I reduce MPI_Recv CPU penalty? Regards, Anatoly.