Hi,
I have a situation when a process my start up and execute MPI_Comm_accept(), while waiting for others to join, which may take some time.
I have observed that all processes that wait in MPI_Comm_accept(), pin 1 cpu core exactly 100%.
Which is unfortunate in my situation since if i launch enough processes, i pin the entire machine node very quickly -- and it does do other things that run into a crawl.