- 11 Oct, 2012 2 commits
-
-
James Dinan authored
-
James Dinan authored
-
- 10 Oct, 2012 2 commits
-
-
David Goodell authored
By setting "indent-tabs-mode:nil" we should hopefully begin to slowly squeeze out hard tabs from the source without a disruptive (to downstream projects) whitespace-fixing change. No reviewer.
-
William Gropp authored
-
- 09 Oct, 2012 1 commit
-
-
Pavan Balaji authored
Reviewed by goodell.
-
- 08 Oct, 2012 3 commits
-
-
Pavan Balaji authored
Kaz!
-
David Goodell authored
The ABI string (c:r:a) was bumped from 8:0:0 to 8:1:0 since the interface has not changed AFAICT. No reviewer.
-
William Gropp authored
[svn-r10342] Added test of the MPI-1 version of the Fortran attributes. This is needed to ensure that these work correctly without needing to run the MPICH-1 or Intel tests. Added because the current MPICH2 build appears to fail to handle the MPI-1 Fortran attribute put/get correctly
-
- 05 Oct, 2012 2 commits
-
-
Pavan Balaji authored
distributed independently. Thanks to IBM for reporting the issue with "make dist" in the test suite. No reviewer.
-
James Dinan authored
An error class conversion was missing from test/mpi/error/errinstatwa.c Reviewer: Balaji
-
- 04 Oct, 2012 12 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
build example executables. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
library as well. Reviewed by goodell.
-
Pavan Balaji authored
Added a configure flag --enable-versioning, which is on by default. This causes libtool to version shared libraries, using libtool conventions. Some platforms may use other versioning schemes, for example PE MPI uses directory structure layout to version libraries. In addition, PE must generate consistent, non-versioned "libmpi.so" output from ldd on the final link of the application to allow for 2 way binary compatibility with other MPI implementations. Reviewed by goodell.
-
Pavan Balaji authored
success, instead of relying on an assignment statement.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
libraries. This is required on BG/Q. Reviewed by goodell.
-
Pavan Balaji authored
pamid. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
- 03 Oct, 2012 16 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
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
-