[OMPI devel] Unable to complete a TCP connection

2017-04-13 Thread Emin Nuriyev
see all help / error messages When I change command line using mca parameter to select eth0, there is another error. This is not stable version maybe therefore, I get such kind of error ? Your faithfully, Emin Nuriyev ___ devel mailing list devel@list

[OMPI devel] I have problem in nancy site with Open MPI

2017-03-24 Thread Emin Nuriyev
Hi, I try to execute simple MPI_Bcast code in nancy site. I tried in some of the clusters in nancy, and the result is same. There is an issue. Last execution was in graphene. Each time I got same error message. == Connection closed by 172.16.64.43 Connectio

Re: [OMPI devel] Multi-threading support for openib

2017-03-22 Thread Emin Nuriyev
and executed MPI code using nodes only from this cluster. Again I had the same problem. I selected the only eth0, but again there is no result. In error message is mentioned that it should be reported to the developer. Best regards, Emin Nuriyev On 22 March 2017 at 15:45, Gilles Gouaillardet

Re: [OMPI devel] Buiding error

2017-02-23 Thread Emin Nuriyev
/HACKING Post back here if that document does not address your questions. On Feb 23, 2017, at 7:29 AM, Emin Nuriyev wrote: Hi, I am trying to build OpenMPI, but I face some problem. I cloned OpenMPI source code from git-hub. The first, I got error message that I have to install latest version

[OMPI devel] Buiding error

2017-02-23 Thread Emin Nuriyev
allow. See the Autoconf documentation. autoreconf: /home/cs/enuriyev/autoconf/bin/autoconf failed with exit status: 1 Command failed: ./autogen.sh I could not understand what is the problem. Best regard, Emin Nuriyev ___ devel mailing list devel@lists

[OMPI devel] MPI_Bcast algorithm

2017-01-19 Thread Emin Nuriyev
Hi, I want to create broadcast function which allow me to select algorithm in application layer. For example : MPI_Bcast_alg(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, int alg) Same arguments as MPI_Bcast() and plus algorithm's id. *coll_tune_bcast_decision.c* fil