[OMPI devel] Problems obtaining jdata->map in the HNP.

2012-03-18 Thread Hugo Daniel Meyer
Hello. I've included a new list in the orte_node_t (because i need to have a copy of my data structure per daemon), it is an array of my own data structure, which i will fill with data about the processes in the job, and other data that interest me. For test purposes, i'm trying to command the ta

Re: [OMPI devel] Problems obtaining jdata->map in the HNP.

2012-03-18 Thread Ralph Castain
Is this in the trunk? Or in some release branch? The daemon job has a map and nodes defined in it on the trunk, but not in earlier releases. If you want the HNP to find that info in an earlier release, you could instead cycle across the entries in orte_node_pool, looking for those that have a d

Re: [OMPI devel] New odls component fails

2012-03-18 Thread Ralph Castain
On Mar 17, 2012, at 4:18 PM, Alex Margolin wrote: > On 03/17/2012 08:16 PM, Ralph Castain wrote: >> I don't think you need to .ompi_ignore all those components. First, you need >> to use the --without-hwloc option (you misspelled it below as >> --disable-hwloc). > I missed it, thank you. >> Ass

Re: [OMPI devel] Problems obtaining jdata->map in the HNP.

2012-03-18 Thread Hugo Daniel Meyer
Hello Ralph. I'm not using the trunk, i'm using a version from a year ago. So, if i understand correctly, the best way to make what i want is to include my data structure into the orte_nidmap, then cycle across all the processes in my application to fill my structure. Thanks for your reply Ralph

Re: [OMPI devel] RFC: ob1: fallback on put/send on rget failure

2012-03-18 Thread Christopher Samuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/03/12 08:14, Shamis, Pavel wrote: > I did not get any patch. It arrived OK here, you can get it from the archive: http://www.open-mpi.org/community/lists/devel/2012/03/10717.php - -- Christopher Samuel - Senior Systems Administrator VLS

[OMPI devel] RFC: ORTE state machine

2012-03-18 Thread Ralph Castain
WHY: Enable async progress WHAT: Restructure ORTE to operate as a completely event-driven state machine WHEN: ~April 1 (seems appropriate) SIGNIFICANT CHANGES: * grpcomm API has changed * routed API has changed * state framework has been added to ORTE * OPAL SOS has been re