- 11 Dec, 2012 5 commits
-
-
Darius Buntinas authored
-
William Gropp authored
-
William Gropp authored
-
William Gropp authored
-
William Gropp authored
[svn-r10759] Update the trmem routines and macros (defined when malloc took an unsigned int for size) to use size_t instead, as well as some int/size_t cleanup (again for code that correctly used signed int when it was written)
-
- 10 Dec, 2012 1 commit
-
-
James Dinan authored
This assertion was made unnecessary by previous cleanups. It was re-checking the branch condition, and could thus never fail. Reviewer: none
-
- 09 Dec, 2012 6 commits
-
-
William Gropp authored
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
William Gropp authored
[svn-r10732] Enhanced trmem (tracing memory) code in preparation for changing to size_t from int for sizes
-
- 08 Dec, 2012 1 commit
-
-
William Gropp authored
-
- 07 Dec, 2012 2 commits
-
-
William Gropp authored
[svn-r10724] Correct implementation of MPI_COUNT, remove MPI_2COMPLEX and MPI_2DOUBLE_COMPLEX (invalid since MPI 1.1), and update generation of Fortran predefined MPI values
-
William Gropp authored
-
- 06 Dec, 2012 2 commits
-
-
William Gropp authored
-
William Gropp authored
-
- 30 Nov, 2012 9 commits
-
-
Pavan Balaji authored
to cover the case where an external script closed STDIN before calling mpiexec. No reviewer.
-
Pavan Balaji authored
for our stdin strategy. Remove that test. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
fix this, unless we add some form of flow-control logic between the proxy and mpiexec. For the time being, at least throw an error when we can't keep up and are giving up, instead of hanging. No reviewer.
-
Pavan Balaji authored
block/no-block parameter. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
- 29 Nov, 2012 5 commits
-
-
Pavan Balaji authored
Fixes tt#1749. No reviewer.
-
Pavan Balaji authored
Reviewed by goodell.
-
Pavan Balaji authored
in non-strict MPI or MPICH-specific tests. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
Reviewed by goodell.
-
- 27 Nov, 2012 9 commits
-
-
James Dinan authored
Updated existing request-generating RMA ops test to verify that communication with PROC_NULL is handled correctly. Reviewer: goodell
-
James Dinan authored
This patch more efficiently handles request-generating operations that target the local process and MPI_PROC_NULL. These special cases return completed generalized requests, which cost less overhead. This also makes space for a more efficient implementation when direct, shared memory operations are implemented. Reviewer: goodell
-
James Dinan authored
Note: Request-generating operations can only be called within a passive target epoch. Reviewer: goodell
-
James Dinan authored
When called with a target process of PROC_NULL, RMA request-generating operations did not return a valid request handle. Reviewer: goodell
-
James Dinan authored
Reviewer: goodell
-
James Dinan authored
Many RMA tests did not limit their output when an error occurred. This adds the simple SQUELCH() macro to these tests to limit per-process error messages. Reviewer: goodell
-
James Dinan authored
This removes macro copy-paste clutter that was left around from when this state moved from MPID_Win into a separate structure. Reviewer: goodell
-
James Dinan authored
Added an additional error check and better documentation of how the state is tracked and updated for Fence. Reviewer: goodell
-
James Dinan authored
This test checks for invalid interleaving of passive and active target epochs. Currently, we do not detect this error, so this test case is disabled in the test suite. Reviewer: goodell
-