Re: [OMPI devel] Developing MPI program without mpirun

2016-11-18 Thread Rui Liu
/install Open MPI  - the client/server test app (if its concise) Thanks, Howard --  Howard Pritchard HPC-DES Los Alamos National Laboratory From: devel on behalf of Rui Liu Reply-To: Open MPI Developers Date: Thursday, November 17, 2016 at 6:58 PM To: "devel@lists.open-mpi.org" Su

[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