Re: [OMPI devel] [OMPI svn] svn:open-mpi r32398 - in trunk: ompi/mca/bcol/basesmuma ompi/mca/coll/hierarch ompi/mca/coll/sm ompi/mca/dpm/orte ompi/mca/pml/bfo ompi/mca/rte/orte ompi/proc ompi/runtime

2014-08-01 Thread George Bosilca
I guess (r32401). George. On Fri, Aug 1, 2014 at 12:32 PM, Ralph Castain wrote: > I found the problem - the issue is that assert on the convertor. MPI apps > are setting that convertor, but not non-MPI apps, and so the field is NULL. > Can we remove that assert? > > > On Aug 1, 2014, at 9:3

Re: [OMPI devel] [OMPI svn] svn:open-mpi r32398 - in trunk: ompi/mca/bcol/basesmuma ompi/mca/coll/hierarch ompi/mca/coll/sm ompi/mca/dpm/orte ompi/mca/pml/bfo ompi/mca/rte/orte ompi/proc ompi/runtime

2014-08-01 Thread Ralph Castain
I found the problem - the issue is that assert on the convertor. MPI apps are setting that convertor, but not non-MPI apps, and so the field is NULL. Can we remove that assert? On Aug 1, 2014, at 9:30 AM, George Bosilca wrote: > I missed the fact that the app doesn't force it. But if this is

Re: [OMPI devel] [OMPI svn] svn:open-mpi r32398 - in trunk: ompi/mca/bcol/basesmuma ompi/mca/coll/hierarch ompi/mca/coll/sm ompi/mca/dpm/orte ompi/mca/pml/bfo ompi/mca/rte/orte ompi/proc ompi/runtime

2014-08-01 Thread George Bosilca
I missed the fact that the app doesn't force it. But if this is indeed the case then it is extremely weird that you are seing someone else releasing your proc. Regarding the destruction of the proc, the OPAL layer only does in a single place, when the local proc is set (opal_proc_local_set). Moreo

Re: [OMPI devel] [OMPI svn] svn:open-mpi r32398 - in trunk: ompi/mca/bcol/basesmuma ompi/mca/coll/hierarch ompi/mca/coll/sm ompi/mca/dpm/orte ompi/mca/pml/bfo ompi/mca/rte/orte ompi/proc ompi/runtime

2014-08-01 Thread Ralph Castain
On Aug 1, 2014, at 8:27 AM, George Bosilca wrote: > This commit brings two things. One if the renaming suggested by Gilles. The > second one is forcing the ORTE process down on the OPAL. This doesn't fit the > current design of the BTL move. The current design assumes that the local > OPAL pr

Re: [OMPI devel] [OMPI svn] svn:open-mpi r32398 - in trunk: ompi/mca/bcol/basesmuma ompi/mca/coll/hierarch ompi/mca/coll/sm ompi/mca/dpm/orte ompi/mca/pml/bfo ompi/mca/rte/orte ompi/proc ompi/runtime

2014-08-01 Thread George Bosilca
This commit brings two things. One if the renaming suggested by Gilles. The second one is forcing the ORTE process down on the OPAL. This doesn't fit the current design of the BTL move. The current design assumes that the local OPAL process is part of the local OMPI process. George. PS: If it d