[OMPI devel] Developing MPI program without mpirun

2016-11-17 Thread Rui Liu
Hi folks, I am working on a simple client/server program but I don’t want to use mpirun to start the program (In nature, I just want to adopt MPI API into my own project but cannot start it using mpirun). I mostly followed the singleton mode of MPI, using APIs like MPI_Open_port, MPI_Comm_conne

[OMPI devel] Current progress threads status in Open MPI

2016-11-17 Thread Christoph Niethammer
Hello, I was wondering, what is the current status of progress threads in Open MPI. As far as I know it was on the agenda for 1.10.x to be re-enabled after it's removal in 1.8.x. Now we have Open MPI 2.0.x. How to enable/disable it as the old configure options are not recognized any more: con