3 months ago1.6.4rc5 was released; on to 1.6.4rc6 v1.6
jsquyres [Wed, 20 Feb 2013 15:51:38 +0000] rev 21419
1.6.4rc5 was released; on to 1.6.4rc6

3 months agoFixes #3506: Please move r28035 to 1.7 v1.7
jsquyres [Tue, 19 Feb 2013 22:50:56 +0000] rev 21418
Fixes #3506: Please move r28035 to 1.7

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

Custom patch on the ticket based on:

r3485 [[BR]]
* Fix windows makefile to deal with spaces in topdir
* offset time to Unix epoch so that gettimeofday returns sane values
on windows
* attempted hack at making non-blocking I/O work for iovecs in
Windows

3 months agoFixes #3513: Move orterun.1in rankfile update to v1.7 v1.7
jsquyres [Tue, 19 Feb 2013 22:36:41 +0000] rev 21417
Fixes #3513: Move orterun.1in rankfile update to v1.7

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

r28067 [[BR]]
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

3 months agoFixes #3504: Move TCP BTL handshake fix to v1.7 v1.7
jsquyres [Tue, 19 Feb 2013 22:35:08 +0000] rev 21416
Fixes #3504: Move TCP BTL handshake fix to v1.7

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

Custom patch on the ticket based on:

r28023 [[BR]]
Fixes #3494: If we get 0 bytes back for the ACK, it doesn't
necessarily mean an error -- it could (and usually does) mean that the
peer realized that we both initiated a connect at the same time, and
therefore it decided to hang up.

I also added a friendly show_help error message for other cases where
recv_blocking() fails (i.e., "Something went wrong. Kaboom! Your job
will abort...").

4 months agoWork around issue shown in #3505 by not linking against libpci by default.
brbarret [Tue, 19 Feb 2013 16:19:33 +0000] rev 21415
Work around issue shown in #3505 by not linking against libpci by default.

4 months agoFixes #3517: Move hwloc libpci fix to v1.7 v1.7
jsquyres [Tue, 19 Feb 2013 16:26:22 +0000] rev 21414
Fixes #3517: Move hwloc libpci fix to v1.7

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

r28076 [[BR]]
Work around issue shown in #3505 by not linking against libpci by default.

4 months agoFixes #3514: integrate MXM 2.0 api changes into v1.6 v1.6 v1.6.4
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.

4 months agoFixes #3515: integrate MXM 2.0 api changes into v1.7 v1.7
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.

4 months agoFixes #3508: Move solaris hwloc fix to v1.7 v1.7
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).

4 months agoFixes #3516: Update lustre and alps configury v1.7
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)