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.
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.
jsquyres [Thu, 07 Feb 2013 13:41:39 +0000] rev 21376
Fix typo in Makefile.am.
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)
pasha [Tue, 05 Feb 2013 21:52:55 +0000] rev 21374
Moving mca/common/netpatterns and commpaterns to ompi/patterns.
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++
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.
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.
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.
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.