- 25 Oct, 2012 2 commits
-
-
James Dinan authored
Implementation of MPI-3 window info query routines. Reviewer: balaji
-
James Dinan authored
Split MPIX_Greqest_start into externally and internally callable routines. Reviewer: none
-
- 24 Oct, 2012 1 commit
-
-
Pavan Balaji authored
A slightly older version of this patch was reviewed by goodell.
-
- 23 Oct, 2012 2 commits
-
-
Pavan Balaji authored
No reviewer.
-
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.
-
- 19 Oct, 2012 1 commit
-
-
Pavan Balaji authored
MPI_. A slightly older version of this patch was reviewed by goodell.
-
- 10 Oct, 2012 1 commit
-
-
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.
-
- 25 Sep, 2012 2 commits
-
-
Pavan Balaji authored
Reviewed by buntinas.
-
James Dinan authored
An update to this table was missed in the initial implementation. Reviewer: goodell@
-
- 13 Sep, 2012 1 commit
-
-
James Dinan authored
-
- 12 Sep, 2012 3 commits
-
-
James Dinan authored
-
James Dinan authored
Reviewer: none
-
James Dinan authored
Corrected MPID_Win_shared_query, MPI_Win argument to MPID_Win*. Reviewer: none
-
- 07 Sep, 2012 1 commit
-
-
James Dinan authored
Added builtin op implementations for RMA-only ops. MPI_REPLACE was not defined in the op_table prior to this commit. Also includes an alternate implementation of the linked list test that uses fetch-and-op with these operations to enable the use of shared locks. Reviewer: goodell
-
- 30 Aug, 2012 1 commit
-
-
James Dinan authored
This patch adds support for the new MPI-3 compare-and-swap routine. The implementation embeds the data into the packet header to reduce the number of messages. Reviewer: buntinas
-
- 23 Aug, 2012 3 commits
-
-
James Dinan authored
Pulled bit manipulation arithmetic into macros for converting handles to indices in MPIR_Op and MPIR_Op_check_dtype function pointer tables. Reviewer: buntinas
-
James Dinan authored
Updated window model and flavor attributes in the window object from integers to enum types. Reviewer: buntinas
-
James Dinan authored
Added the missing disp_unit argument (was added in a later revision of the MPI 3.0 spec) and fixed a bug in base pointer calculations when processes pass a size of 0. Added a test case to test MPI-2 ops on shared memory windows. Reviewer: buntinas
-
- 20 Aug, 2012 1 commit
-
-
William Gropp authored
[svn-r10135] Partial fixes for broken attribute handling, including FIXMEs that must still be addressed
-
- 06 Aug, 2012 3 commits
-
-
David Goodell authored
The default nonblocking implementations use the naive "as-if" code from the draft MPI-3 standard. No attempt is made to optimize the communication patterns at this time. The default blocking implementations simply call the corresponding nonblocking versions. NBC overheads are unlikely to be too large for most neighborhood collective use cases. If this assertion turns out to be false at some point then we can revisit this implementation choice. Reviewed by buntinas@. (modulo a few last minute fixes)
-
David Goodell authored
Split up so that the later impl code is easier to find/read. Reviewed by buntinas@.
-
David Goodell authored
Specifically for: * MPI_Cart_shift * MPI_Dist_graph_neighbors_count * MPI_Dist_graph_neighbors * MPI_Graph_neighbors_count * MPI_Graph_neighbors This is a precursor to some of the neighborhood collectives implementation work. Reviewed by buntinas@.
-
- 01 Aug, 2012 3 commits
-
-
James Dinan authored
MPID_Win structure and the name should reflect that it's part of the MPID interface.
-
James Dinan authored
Reviewer: balaji
-
James Dinan authored
Reviewer: balaji
-
- 31 Jul, 2012 1 commit
-
-
Darius Buntinas authored
[svn-r10070] fixed up the collective function override mechanism and it's usage in ch3. Fixes #1634. Reviewed by goodell@
-
- 24 Jul, 2012 1 commit
-
-
James Dinan authored
yet implemented below the ADI level.
-
- 22 Jul, 2012 1 commit
-
-
William Gropp authored
[svn-r10031] Added several MPICH2_CONST qualifiers previously missed (found when compiling the MPI-3 examples), as well as adding reduce_scatter_block to MPE2 collchk
-
- 17 Jul, 2012 1 commit
-
-
Pavan Balaji authored
provided by Jayesh based on a cursory check of the commit log; some files might have been missed. No reviewer.
-
- 06 Jul, 2012 1 commit
-
-
Pavan Balaji authored
Some support within ROMIO is missing. No reviewer.
-
- 03 Jul, 2012 1 commit
-
-
Pavan Balaji authored
disabled for the public interfaces, but all internal functions use const. No reviewer.
-
- 11 Jun, 2012 1 commit
-
-
David Goodell authored
Fixes builds with the finicky Solaris compiler. No reviewer.
-
- 25 Apr, 2012 1 commit
-
-
David Goodell authored
-
- 06 Apr, 2012 1 commit
-
-
Pavan Balaji authored
No reviewer.
-
- 30 Mar, 2012 5 commits
-
-
Pavan Balaji authored
convenient to include it. No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
createshlib.in No reviewer.
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
and defined inside the ch3 device. No reviewer.
-
- 14 Mar, 2012 1 commit
-
-
David Goodell authored
Hopefully for real this time... No reviewer.
-