Re: [OMPI devel] Add child to another parent.

2011-03-25 Thread Ralph Castain
On Mar 25, 2011, at 10:48 AM, Hugo Meyer wrote: > From what you've described before, I suspect all you'll need to do is add > some code in orte/mca/odls/base/odls_base_default_fns.c that (a) checks to > see if a process in the launch message is being relocated (the > construct_child_list code

Re: [OMPI devel] Add child to another parent.

2011-03-25 Thread Hugo Meyer
> > From what you've described before, I suspect all you'll need to do is add > some code in orte/mca/odls/base/odls_base_default_fns.c that (a) checks to > see if a process in the launch message is being relocated (the > construct_child_list code does that already), and then (b) sends the > requir

Re: [OMPI devel] Build mca_sysinfo_linux module when /proc/cpuinfo doesn't exist

2011-03-25 Thread Ralph Castain
Yeah, that's probably the right soln for now. Like I said, it will be changed in the not-too-distant future anyway. Thx! On Mar 24, 2011, at 8:22 PM, Paul H. Hargrove wrote: > Ralph, > > To be honest any joker can probably have a "/proc" under any non-Linux OS - > there is noting sacred abou