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