- 03 Oct, 2012 13 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
James Dinan authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
Reviewed by buntinas.
-
Pavan Balaji authored
Using -all-static seems to throw a warning when the code uses a system shared library function (such as gethostbyname). Reviewed by goodell.
-
David Goodell authored
The new ABI string is 8:0:0 because we changed the prototype of MPIX_Win_allocate_shared since rc1. The rc2 release should have also had this string, but I forgot to update the version.m4 file before cutting the tarball. No reviewer.
-
David Goodell authored
By converting the scratchpad structs into a union and then adding a pointer type, the compiler becomes more inclined to align the field on a valid pointer boundary. This is a temporary, low-risk, low-ish-robustness fix for the problem before the 1.5 release. The proper fix is to stop aliasing the character arrays with the structures and instead just place those structures in the VC via some macro hook (think `MPID_REQUEST_DECL`). Reviewed by buntinas@.
-
David Goodell authored
The information returned by MPI_Type_get_contents was incorrect for the new MPI-3 routine, MPIX_Type_create_hindexed_block. This commit fixes the bug and adds a regression test for it ("hindexed_block_contents"). Reported by Lisandro Dalcin (thanks!): http://lists.mcs.anl.gov/pipermail/mpich2-dev/2012-October/000978.html Reviewed by buntinas@.
-
David Goodell authored
These tests themselves were a bit buggy. They computed "goodval" values for incorrect indices and had incorrect loop bounds. They also were a bit hard to read, which I think I've helped a bit. Reviewed by buntinas@.
-
James Dinan authored
Added barriers to eliminate a data race in the lockopts test case. The data race was reported by Michael Blocksome.
-
- 02 Oct, 2012 2 commits
-
-
David Goodell authored
-
David Goodell authored
-
- 30 Sep, 2012 1 commit
-
-
James Dinan authored
Added a section for experimental features and included a statement about MPI-3 RMA.
-
- 29 Sep, 2012 5 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
break on this test. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
suite to the test file.
-
Pavan Balaji authored
No reviewer.
-
- 28 Sep, 2012 3 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
- 26 Sep, 2012 3 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
William Gropp authored
[svn-r10273] Reset the attribute storage type to match the new value. Without this, if the same attribute key is used from different languages to set the attribute (allowed since MPI2.2), incorrect handling of the value on attribute retrieval will occur
-
- 25 Sep, 2012 11 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
Reviewed by gropp.
-
Pavan Balaji authored
Reviewed by robl.
-
Pavan Balaji authored
Reviewed by buntinas.
-
Pavan Balaji authored
Reviewed by buntinas.
-
Pavan Balaji authored
ifdefs. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
even though no device currently takes advantage of this. No reviewer.
-
James Dinan authored
An update to this table was missed in the initial implementation. Reviewer: goodell@
-
William Gropp authored
-
William Gropp authored
-
- 24 Sep, 2012 1 commit
-
-
Rob Latham authored
-
- 23 Sep, 2012 1 commit
-
-
Pavan Balaji authored
No reviewer.
-