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
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
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
/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
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
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