jsquyres [Tue, 19 Feb 2013 16:00:12 +0000] rev 21413
Fixes #3514: integrate MXM 2.0 api changes into v1.6
---svn-pre-commit-ignore-below---
Custom patch from ticket based on:
r28069 [[BR]]
MTL MXM: adapt to mxm 2.0 api changes - flags are only for send requests, and SYNC is part of the opcode.
jsquyres [Tue, 19 Feb 2013 15:58:30 +0000] rev 21412
Fixes #3515: integrate MXM 2.0 api changes into v1.7
---svn-pre-commit-ignore-below---
r28069 [[BR]]
MTL MXM: adapt to mxm 2.0 api changes - flags are only for send requests, and SYNC is part of the opcode.
jsquyres [Tue, 19 Feb 2013 15:57:27 +0000] rev 21411
Fixes #3508: Move solaris hwloc fix to v1.7
---svn-pre-commit-ignore-below---
r28040 [[BR]]
Fix hwloc get-cpubind routine for Solaris. FIRST, check
processor_bind to see if we're bound to a single core.
If not, THEN check lgroup affinity. Already CMR'ed to
v1.6 (trac 3507) and fixed upstream in hwloc (r5295).
jsquyres [Tue, 19 Feb 2013 15:56:29 +0000] rev 21410
Fixes #3516: Update lustre and alps configury
---svn-pre-commit-ignore-below---
r27962 [[BR]]
fix alps configury
r27996 [[BR]]
lustreapi.h includes lustre/lustre_user.h so the CPP should include -I$with_lustre/include
r28006 [[BR]]
set $1_LIBS correctly on all calls to ORTE_CHECK_ALPS not just the first call
r28036 [[BR]]
update lustre configuration to use OMPI_CHECK_PACKAGE and only check for liblustreapi (not liblustre)
rolfv [Tue, 19 Feb 2013 15:42:09 +0000] rev 21409
Add show_help.h where needed.
brbarret [Mon, 18 Feb 2013 18:29:14 +0000] rev 21408
fix a missing header file issue with IB
vasily [Sun, 17 Feb 2013 10:04:19 +0000] rev 21407
MTL MXM: adapt to mxm 2.0 api changes - flags are only for send requests, and SYNC is part of the opcode.
vasily [Sun, 17 Feb 2013 09:51:03 +0000] rev 21406
MTL MXM: "#include "opal/util/show_help.h" adding.
jsquyres [Sat, 16 Feb 2013 17:52:30 +0000] rev 21405
Update documentation for rankfiles in orterun.1:
* Add a little more description of what rankfiles are
* Update that we use logical numbering for socket:core notation
* Mention +nX notation
jsquyres [Sat, 16 Feb 2013 12:53:57 +0000] rev 21404
Fixes #3512: Move slot_list parse fix to v1.7
---svn-pre-commit-ignore-below---
r28054 [[BR]]
Correctly parse the rank file slot_list when given "S:C" - the first position holds the socket, so start looking for cores at posn=1
r28057 [[BR]]
Cleanup report-bindings so it always reports the actual binding instead of what was requested. Ensure we don't report twice if it is an MPI process being launched.