Re: [OMPI devel] [PATCH] use ORTE_PROC_IS_APP

2014-01-23 Thread Josh Hursey
That should be ok. On Thu, Jan 23, 2014 at 10:17 AM, Ralph Castain wrote: > Sure - no issues with me > > > On Jan 23, 2014, at 7:10 AM, Adrian Reber wrote: > > > Selecting SNAPC requires the information if it is an app or not: > > > > int

Re: [OMPI devel] [PATCH] use ORTE_PROC_IS_APP

2014-01-23 Thread Ralph Castain
Sure - no issues with me On Jan 23, 2014, at 7:10 AM, Adrian Reber wrote: > Selecting SNAPC requires the information if it is an app or not: > > int orte_snapc_base_select(bool seed, bool app); > > The following patch uses the correct define. Can I commit it like this: > >

[OMPI devel] [PATCH] use ORTE_PROC_IS_APP

2014-01-23 Thread Adrian Reber
Selecting SNAPC requires the information if it is an app or not: int orte_snapc_base_select(bool seed, bool app); The following patch uses the correct define. Can I commit it like this: t a/orte/mca/ess/base/ess_base_std_app.c b/orte/mca/ess/base/ess_base_std_app.c index dbbb2f4..f3a38f0 100644