3 months agoFixes #3493: Handle the case where rankfile provides the allocation v1.6
jsquyres [Sat, 09 Feb 2013 15:04:49 +0000] rev 21378
Fixes #3493: Handle the case where rankfile provides the allocation

Custom patch from ticket.

3 months agoFixes #3507: CMR to v1.6: using hwloc to report single-core bindings on Solaris v1.6
jsquyres [Sat, 09 Feb 2013 15:01:11 +0000] rev 21377
Fixes #3507: CMR to v1.6: using hwloc to report single-core bindings on Solaris

Custom patch from hwloc upstream to fix Solaris process binding
issue. Thanks to Siegmar Gross for reporting the problem.

Based on https://svn.open-mpi.org/trac/hwloc/changeset/5295 and
https://svn.open-mpi.org/trac/hwloc/changeset/5296.

3 months agoFix typo in Makefile.am.
jsquyres [Thu, 07 Feb 2013 13:41:39 +0000] rev 21376
Fix typo in Makefile.am.

3 months agoupdate lustre configuration to use OMPI_CHECK_PACKAGE and only check for liblustreapi (not liblustre)
hjelmn [Wed, 06 Feb 2013 17:22:58 +0000] rev 21375
update lustre configuration to use OMPI_CHECK_PACKAGE and only check for liblustreapi (not liblustre)

3 months agoMoving mca/common/netpatterns and commpaterns to ompi/patterns.
pasha [Tue, 05 Feb 2013 21:52:55 +0000] rev 21374
Moving mca/common/netpatterns and commpaterns to ompi/patterns.

3 months agoFix issue where the static inline part of the declaration would be improperly
brbarret [Tue, 05 Feb 2013 18:15:32 +0000] rev 21373
Fix issue where the static inline part of the declaration would be improperly
set when using C++

3 months agoFixes #3470: ARM atomics v1.7
jsquyres [Tue, 05 Feb 2013 16:21:25 +0000] rev 21372
Fixes #3470: ARM atomics

---svn-pre-commit-ignore-below---

Patch based on:

r27882 [[BR]]
The patch from ticket #3469 adapted for the trunk.

3 months agoRather than setting up the direct call stuff in ompi_mca (which requires
brbarret [Mon, 04 Feb 2013 23:26:42 +0000] rev 21371
Rather than setting up the direct call stuff in ompi_mca (which requires
modifying ompi_mca for every interface that is direct called), do it in
the framework's .m4 file.

3 months agoThe opal_list_t destructor doesn't release the items on the list prior to destructing or releasing it. Provide two convenience macros for doing so.
rhc [Mon, 04 Feb 2013 19:42:57 +0000] rev 21370
The opal_list_t destructor doesn't release the items on the list prior to destructing or releasing it. Provide two convenience macros for doing so.

3 months agoFixes #3496: Move wrapper orte fix to 1.7 v1.7
jsquyres [Mon, 04 Feb 2013 17:36:55 +0000] rev 21369
Fixes #3496: Move wrapper orte fix to 1.7

---svn-pre-commit-ignore-below---

Custom patch on ticket based on:

r27972 [[BR]]
Need the WRAPPER_EXTRA_* defines for orte_info as well.