Re: [OMPI devel] Developing MPI program without mpirun

2016-11-18 Thread r...@open-mpi.org
The 2.0.1 NEWS states that the MPI dynamics operations (comm_spawn, connect, and accept) do not work on that release. They are being fixed for the 2.0.2 release. > On Nov 18, 2016, at 7:48 AM, Rui Liu wrote: > > Hi Howard, > > 1. I am using a cluster which involves 20 ubuntu 14.04 servers, an

Re: [OMPI devel] Developing MPI program without mpirun

2016-11-18 Thread Rui Liu
Hi Howard, 1. I am using a cluster which involves 20 ubuntu 14.04 servers, and each sever is equipped with infiniBand RDMA for communication and data transfer. 2. Open MPI v2.0.1 3. I just use prefix option to indicate the install directory with ./configure command, and use make all & sudo make

Re: [OMPI devel] Developing MPI program without mpirun

2016-11-18 Thread Pritchard Jr., Howard
Hello Rui, Note there is no standard for the format of the port_name so don’t read much what it looks like when printed out. Could you provide some more information about your particular setup: - characteristics of the system you are using, e.g. a Linux cluster, laptop running os-x, etc. - wha