20 months agorc4 is out; on to rc5 v1.4 v1.4 v1.4.4
jsquyres [Tue, 27 Sep 2011 16:32:23 +0000] rev 18745
rc4 is out; on to rc5

20 months agoUpdated NEWS bullets from trunk. v1.4
jsquyres [Tue, 27 Sep 2011 16:31:37 +0000] rev 18744
Updated NEWS bullets from trunk.

20 months agoUpdated with additional 1.4.4 items.
bbenton [Tue, 27 Sep 2011 15:57:12 +0000] rev 18743
Updated with additional 1.4.4 items.

20 months agoBump to rc4 v1.4
jsquyres [Tue, 27 Sep 2011 12:41:14 +0000] rev 18742
Bump to rc4

20 months agoFixes #2875: CMR r25170 to v1.4 to resolve some variable redeclarations v1.4
jsquyres [Tue, 27 Sep 2011 11:23:25 +0000] rev 18741
Fixes #2875: CMR r25170 to v1.4 to resolve some variable redeclarations

---svn-pre-commit-ignore-below---
r25170
Removing unused include from openib/ofud btls.
This include causes compilation failure on macos platform.

(custom patch from ticket based on r25170)

20 months agoFixes #2876: CMR: Move r25180 to v1.4 branch v1.4
jsquyres [Mon, 26 Sep 2011 23:14:20 +0000] rev 18740
Fixes #2876: CMR: Move r25180 to v1.4 branch

---svn-pre-commit-ignore-below---
r25180
Modified set_remote_info() to use memmove() instead of memcpy() when
copying rem_qp info. This avoids potential errors when src & dest overlap.
This is a workaround for the issue in #2871

20 months agoadded first cut of cray xe6 platform files.
samuel [Mon, 26 Sep 2011 23:14:43 +0000] rev 18739
added first cut of cray xe6 platform files.

20 months agomodifications to ras alps. this commit allows users to mpirun without having to set id environment variables (BASIL_RESERVATION_ID, OMPI_ALPS_RESID). note, however, that we preserved the old behavior. if an id environment variable is set, it will be obeyed and our new code path is essentially bypassed. if we missed something, please yell at us. with this commit, the use of ras-alps-command.sh is no longer needed... at least that is our hope.
samuel [Mon, 26 Sep 2011 21:31:08 +0000] rev 18738
modifications to ras alps. this commit allows users to mpirun without having to set id environment variables (BASIL_RESERVATION_ID, OMPI_ALPS_RESID). note, however, that we preserved the old behavior. if an id environment variable is set, it will be obeyed and our new code path is essentially bypassed. if we missed something, please yell at us. with this commit, the use of ras-alps-command.sh is no longer needed... at least that is our hope.

20 months agoModified set_remote_info() to use memmove() instead of memcpy() when
bbenton [Mon, 26 Sep 2011 20:07:36 +0000] rev 18737
Modified set_remote_info() to use memmove() instead of memcpy() when
copying rem_qp info. This avoids potential errors when src & dest overlap.
This is a workaround for the issue in #2871

20 months agoRefs #2854.
jsquyres [Sat, 24 Sep 2011 13:52:27 +0000] rev 18736
Refs #2854.

Since hwloc has a dynamic bitmap size, it could actually have bits set
that will not fit in the paffinity mask. We already made sure that we
didn't overrun the paffinity mask; now also set the return value to
OPAL_ERR_VALUE_OUT_OF_BOUNDS (wow, we really thought of everything
with those error codes, eh?) if the hwloc bitmap has bits set higher
than what will fit into the paffinity bitmask.