Re: [OMPI devel] Setting data into the orte_proc_t

2011-03-23 Thread Hugo Meyer
Thanks again Ralph. I've solved thanks to you. My first mistake was what you told me and then i realize that i have to communicate with the hnp when the vprotocol initiates so he can set that data in the orte_proc_t. Again thanks. Hugo Meyer 2011/3/23 Ralph Castain > > On Mar 23, 2011, at 6

Re: [OMPI devel] Setting data into the orte_proc_t

2011-03-23 Thread Ralph Castain
On Mar 23, 2011, at 6:12 AM, Hugo Meyer wrote: > Hello @ll. > > I need to store extra information into the orte_proc_t struct, i have added > into that struct another field with a default value, but now i need to update > that value with a value that i'm storint into the orte_process_info. My

[OMPI devel] Setting data into the orte_proc_t

2011-03-23 Thread Hugo Meyer
Hello @ll. I need to store extra information into the orte_proc_t struct, i have added into that struct another field with a default value, but now i need to update that value with a value that i'm storint into the orte_process_info. My question is how i can do this? I am actually doing this: jd