Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Ralph Castain
On Apr 14, 2012, at 3:43 PM, Alex Margolin wrote: > On 04/15/2012 12:36 AM, Ralph Castain wrote: >> The 1.6 branch is a stable series - no new features will be added to it, so >> your patch won't be going there. I'd focus solely on the trunk. > OK, but what would you recommend for benchmarking?

Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Ralph Castain
Nope - 1.5 is completed and will now be rotated to 1.6 in the near future. The trunk will be branched to create the new 1.7 series, and then released this summer. Your module can go in there, I suspect. On Apr 14, 2012, at 4:45 PM, Alex Margolin wrote: > On 04/15/2012 12:36 AM, Ralph Castain wr

Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Alex Margolin
On 04/15/2012 12:36 AM, Ralph Castain wrote: The 1.6 branch is a stable series - no new features will be added to it, so your patch won't be going there. I'd focus solely on the trunk. - Can I add my module(s) to 1.5 branch? (as well as the trunk?) What you're doing with he RAS is fine for no

Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Alex Margolin
On 04/15/2012 12:36 AM, Ralph Castain wrote: The 1.6 branch is a stable series - no new features will be added to it, so your patch won't be going there. I'd focus solely on the trunk. OK, but what would you recommend for benchmarking? a local 1.6 checkout? What you're doing with he RAS is fin

Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Ralph Castain
The 1.6 branch is a stable series - no new features will be added to it, so your patch won't be going there. I'd focus solely on the trunk. What you're doing with he RAS is fine for now. In the next few days, I'll be changing the API to the RAS components, but it isn't a big change and we can a

Re: [OMPI devel] RTE node allocation component

2012-04-14 Thread Alex Margolin
As to the old version: I'm working in parallel on a patch to branch 1.6 and the trunk, which (the patches, not the versions) are almost identical. There is a minor difference in my patch for the RAS: in the trunk I used the preexisting total_slots_alloc while in 1.6 I added it to orte_ras_base (

Re: [OMPI devel] Non-zero exit status

2012-04-14 Thread TERRY DONTJE
On 4/13/2012 6:40 PM, Ralph Castain wrote: Did you have the param set? I found some missing code in the orted errmgr that contributed to it, but unless you had set the param in your test, there is no way it would abort no matter how many procs exit with non-zero status. Is mpirun sticking aro