jsquyres [Wed, 20 Feb 2013 21:57:48 +0000] rev 21422
Per
http://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html,
the sizes of Java types are fixed. So we just assign them to their
corresponding MPI fixed-size datatypes where possible.
hjelmn [Wed, 20 Feb 2013 21:42:13 +0000] rev 21421
Add comment about r28083
hjelmn [Wed, 20 Feb 2013 21:27:01 +0000] rev 21420
btl/openib: don't align fragments on 2 byte boundaries (changed to 8)
cmr:v1.6,v1.7
jsquyres [Wed, 20 Feb 2013 15:51:38 +0000] rev 21419
1.6.4rc5 was released; on to 1.6.4rc6
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
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
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...").
brbarret [Tue, 19 Feb 2013 16:19:33 +0000] rev 21415
Work around issue shown in #3505 by not linking against libpci by default.
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.
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.