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

[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