Re: [OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Gutierrez, Samuel K
Thanks, guys. Sam From: devel-boun...@open-mpi.org [devel-boun...@open-mpi.org] on behalf of Vallee, Geoffroy R. [valle...@ornl.gov] Sent: Friday, February 22, 2013 12:02 PM To: Open MPI Developers Subject: Re: [OMPI devel] Patch for the SM BTL - Remove ex

Re: [OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Vallee, Geoffroy R.
Thanks Ralph. And sorry for not including the rte/orte/rte_orte.h modification in my patch, i am not using ORTE at the moment. On Feb 22, 2013, at 12:49 PM, Ralph Castain wrote: > Hmmwell that doesn't solve the problem either - we also have to typedef > ompi_local_rank_t. I've committed t

Re: [OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Ralph Castain
Hmmwell that doesn't solve the problem either - we also have to typedef ompi_local_rank_t. I've committed the complete fix. Thanks Ralph On Feb 22, 2013, at 9:15 AM, "Vallee, Geoffroy R." wrote: > Well apparently not… another try… sorry for the extra noise. > > > > > On Feb 22, 2013,

Re: [OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Vallee, Geoffroy R.
Well apparently not… another try… sorry for the extra noise. btl_sm_component_c.patch Description: btl_sm_component_c.patch On Feb 22, 2013, at 12:08 PM, "Vallee, Geoffroy R." wrote: > This patch will actually apply correctly, not the first one. Sorry about that. > > > On Feb 22, 2013, at

Re: [OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Vallee, Geoffroy R.
This patch will actually apply correctly, not the first one. Sorry about that. btl_sm_component_c.patch Description: btl_sm_component_c.patch On Feb 22, 2013, at 11:57 AM, "Vallee, Geoffroy R." wrote: > Hello, > > Some of the latest modifications to the SM BTL make a direct reference to > O

[OMPI devel] Patch for the SM BTL - Remove explicit reference to ORTE data structures

2013-02-22 Thread Vallee, Geoffroy R.
Hello, Some of the latest modifications to the SM BTL make a direct reference to ORTE instead of the equivalent at the OMPI level. The attached patch fixes that problem. Thanks, btl_sm_component_c.patch Description: btl_sm_component_c.patch