- 25 Oct, 2012 10 commits
-
-
James Dinan authored
Implementation of MPI-3 window info query routines. Reviewer: balaji
-
James Dinan authored
Info argument was never used during window initialization. Move the responsibility to look at the info argument to the window creation function. Reviewer: balaji
-
James Dinan authored
Moved, so that we can call info routines from below the ADI. Reviewer: balaji
-
James Dinan authored
Reviewer: buntinas
-
James Dinan authored
This adds a simple implementation for request-based RMA operations. The implementation uses generalized requests as follows: 1. Insert operation into the RMA ops list 2. Create a generalized request 3. When the request is polled, flush the window and mark completed Reviewer: buntinas
-
James Dinan authored
Split MPIX_Greqest_start into externally and internally callable routines. Reviewer: none
-
Darius Buntinas authored
[svn-r10466] increased event queue length to avoid dropped events. Make oveflow MEs throw AUTO_UNLINK and AUTO_FREE events
-
Pavan Balaji authored
moved some error messages which should have been mpix to mpi. Reviewed by dinan.
-
Pavan Balaji authored
released. Arguably, we never actually needed them, since these tests are already protected by "mpiversion=3.0" in the testlist. No reviewer.
-
William Gropp authored
-
- 24 Oct, 2012 12 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Pavan Balaji authored
Reviewed by goodell.
-
Pavan Balaji authored
A slightly older version of this patch was reviewed by goodell.
-
David Goodell authored
It's not valid for users to call any of the other category routines (well, except maybe "category_changed") as long as this is 0. Reviewed by rgunter@.
-
David Goodell authored
Need to handle NULLs correctly and also return strlen+1 in most cases. Thanks to Ralf for originally spotting this bad behavior. Reviewed by rgunter@.
-
David Goodell authored
This is perfectly valid according to MPI-3. If the caller has no interest in the name or description of a particular variable then they may pass NULL for both the string and corresponding length arguments. Reviewed by rgunter@.
-
David Goodell authored
Attempts to verify that basic "MPI_T_" string handling complies with the MPI-3 standard. Reviewed by rgunter@.
-
David Goodell authored
Without this change, clang gets rather noisy about Valgrind's client request macros whenever -Wunused-value is passed (e.g., when configuring with --enable-strict). No reviewer.
-
David Goodell authored
We incorrectly interchanged the context_id and recvcontext_id. The bug report and fix itself was provided by Devendar Bureddy <bureddy@cse.ohio-state.edu> (thanks!). I wrote the regression test portion of the commit. No reviewer.
-
Pavan Balaji authored
r10444. No reviewer.
-
Pavan Balaji authored
get the nightly snapshots build correctly. No reviewer.
-
- 23 Oct, 2012 13 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
MPICH2 --> MPICH1 move. No reviewer.
-
Pavan Balaji authored
Reviewed by robl.
-
Pavan Balaji authored
-
James Dinan authored
Copy/paste oops. Reviewer: none
-
Darius Buntinas authored
-
James Dinan authored
Implemented the local flush operations in terms of the full flush operations. Reviewer: goodell
-
James Dinan authored
Reviewer: goodell
-
James Dinan authored
The RMA op dispatch macro was previously defined in a private header used by the high level routines. This has been moved to mpiimpl.h to join the rest of the RMA op table code. This will allow other routines to dispatch RMA ops at the ADI correctly. Reviewer: goodell.
-
James Dinan authored
Added a new inline function to free the ops list. This is much clearer than how it was done previously and should make it easier to see when/where we can assume the ops list has been totally emptied. Reviewer: goodell
-
James Dinan authored
Refactored RMA ops enqueue/dequeue operations into inline functions to reduce copy/paste code. Added extra safety checks that will be needed as we renovate for MPI-3. Reviewer: goodell
-
James Dinan authored
-
- 22 Oct, 2012 5 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
No reviewer.
-
William Gropp authored
-
William Gropp authored
-
William Gropp authored
-