Another thing to try is a change that we made late in the Open MPI
v1.2 series with regards to IB:
http://www.open-mpi.org/faq/?category=openfabrics#v1.2-use-early-completion
Thanks, this is something worth investigating. What would be the exact
syntax to use to turn off pml_ob1_use_
Hi List,
the attached test program (bsm-db.cc) always dies in malloc called from
opal_free_list (backtrace in error.txt and valgrind (vg*) output can be
found in the tar file). It seems that there is an invalid write in
ompi_osc_pt2pt_sendreq_send. I checked the derived datatype using the
che
HI,
I need to transfer data from multiple sources to one destination.
The requirement is:
(1) The sources and destination nodes may work asynchronously.
(2) Each source node generates data package in their own paces.
And, there may be many packages to send. Whenever, a data package
please refer to following code, which sends data to root from multiple cour
There is only one receive, so it receives only one message. When you
specify the element count for the receive, you're only specifying the size
of the buffer into which the message will be received. Only after the
messa
It sounds like you may like to read about MPI_ANY_SOURCE as the source for
MPI_Recv. Using MPI_Probe, with MPI_ANY_SOURCE, may also be a solution.
> HI,
>
> I need to transfer data from multiple sources to one destination.
> The requirement is:
>
> (1) The sources and destination nodes may work