Hi Greg, Siekas, Greg wrote:
Is it possible to get the same blocking behavior with openmpi? I'm having a difficult time getting this to work properly. The application is spinning on sched_yield which takes up a cpu core.
Per its design, OpenMPI cannot block. sched_yield is all it can do to improve fairness.
Patrick