Re: [OMPI devel] Developing MPI program without mpirun

2016-11-18 Thread Rui Liu
Howard --  Howard Pritchard HPC-DES Los Alamos National Laboratory From: devel <devel-boun...@lists.open-mpi.org> on behalf of Rui Liu <l...@comp.nus.edu.sg> Reply-To: Open MPI Developers <devel@lists.open-mpi.org> Date: Thursday, November 17, 2016 at 6:58 PM To: "devel@lis

[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,