- 05 Sep, 2012 19 commits
-
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
-
Pavan Balaji authored
No reviewer.
-
Pavan Balaji authored
through mpiexec. No reviewer.
-
Pavan Balaji authored
-
James Dinan authored
Reviewer: buntinas
-
James Dinan authored
Reviewer: buntinas
-
David Goodell authored
They were causing an unnecessary conflict with ROMIO's "lock.c", which libtool would handle for us with some extra internal hackery. This is a bit cleaner and faster. No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
This includes most remaining "Makefile.sm" files and the "simplemake.in" program itself. This commit also attempts to get the "test/mpi/maint/updatefiles" into better shape, although I have not yet tested most of these modifications. Partly reviewed by balaji@.
-
David Goodell authored
The code currently fails with assertions when I run any MPI program with hydra and pmi2: assert (*count * sizeof(struct HYD_pmcd_token)) failed No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
It mostly contained stale, out of date information about p4 and mpirun. Reviewed by balaji@.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Pavan Balaji authored
-
William Gropp authored
-
William Gropp authored
-
- 04 Sep, 2012 4 commits
-
-
Pavan Balaji authored
Reviewed by buntinas.
-
Pavan Balaji authored
symbols for them. Reviewed by goodell.
-
Pavan Balaji authored
1. Move the new extension FT routines into the src/mpi/comm directory instead of the separate src/mpix directory, since it's clearly using the MPI internals. 2. Move the MPIX_mutex functionality to mpi.h.in instead of a separate mpix.h. This will allow us to use device-specific mpix_foo.h functionality that the user can use to buy-in to device-specific extensions. 3. Move the ARMCI and Mutex functionality to src/armci and src/mutex directories respectively. Reviewed by goodell.
-
Anthony Chan authored
[svn-r10186] added Fortran inplace tests for MPI_Alltoall and the v/w versions (added in mpi-2.2) and Fortran test of MPI_Reduce_scatter_block with or without inplace. This resolves part of req#1623.
-
- 03 Sep, 2012 3 commits
-
-
Pavan Balaji authored
RELEASE_NOTES.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
- 01 Sep, 2012 1 commit
-
-
Pavan Balaji authored
-
- 30 Aug, 2012 6 commits
-
-
James Dinan authored
This is a workaround to allow "negative" target displacements (i.e. target addresses which are negative when interpreted as signed integers) in dynamic windows. Reviewer: none
-
James Dinan authored
The source_win_handle is used to inform the target that the RMA access epoch has ended. This was removed from the CAS packet to save space and was replaced with another packet type, MPIDI_CH3_PKT_CAS_UNLOCK, which conveys the same information.
-
James Dinan authored
Now that CAS is implemented, the type checking test should expect MPI_SUCCESS instead of ERR_NOTIMPL. Reviewer: buntinas
-
James Dinan authored
Reviewer: buntinas
-
James Dinan authored
This test case covers dynamic windows and compare-and-swap. It differs from the same example code in the spec; it uses lock/unlock instead of the new MPI-3 synchronization routines. Reviewer: buntinas
-
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
-
- 29 Aug, 2012 5 commits
-
-
Pavan Balaji authored
AM_PROG_AR is available. No reviewer.
-
Pavan Balaji authored
this. No reviewer.
-
Pavan Balaji authored
-
Pavan Balaji authored
-
Darius Buntinas authored
-
- 28 Aug, 2012 1 commit
-
-
William Gropp authored
-
- 27 Aug, 2012 1 commit
-
-
Pavan Balaji authored
Reviewed by robl.
-