Re: [OMPI devel] send/recv during initialization

2007-06-27 Thread Georg Wassen
Hi, I assume you mean something like mca_coll_foo_init_query() for your initialization function. And I'm guessing you're exchanging some sort of address information for your network here? correct. What I actually did in my collective component was use PML's modex (module exchange) facili

Re: [OMPI devel] send/recv during initialization

2007-06-26 Thread Andrew Friedley
I assume you mean something like mca_coll_foo_init_query() for your initialization function. And I'm guessing you're exchanging some sort of address information for your network here? What I actually did in my collective component was use PML's modex (module exchange) facility, defined in om

[OMPI devel] send/recv during initialization

2007-06-26 Thread Georg Wassen
Hello, I'm working on a collective component and need point-to-point communication during module-initialization. As BTL is initialized prior to the collectives, I tried to use send and recv like MPI_Send/_Recv do: err = MCA_PML_CALL(send(buf, size, MPI_CHAR, to_id, COLL_SCI_TAG, MCA_P