- 28 Oct, 2010 10 commits
-
-
Darius Buntinas authored
-
Guillaume Mercier authored
-
Guillaume Mercier authored
-
Darius Buntinas authored
-
Guillaume Mercier authored
-
Guillaume Mercier authored
-
Guillaume Mercier authored
-
Guillaume Mercier authored
-
Guillaume Mercier authored
-
Rob Latham authored
perfectly valid flattened representations end up with one big block and do not need an additional upper bound or lower bound. Thanks Michael Raymond <mraymond@sgi.com>
-
- 27 Oct, 2010 3 commits
-
-
Guillaume Mercier authored
and the unexpected callback might be called and set a NULL vc ptr to the ADI request. This test fixes this case. Ideally, connecting to the remote endpoint and attaching the vc ptr info should be atomic.
-
Guillaume Mercier authored
-
Rob Latham authored
[svn-r7378] finally, after far too many years, map PVFS error codes to something like MPI error codes
-
- 26 Oct, 2010 2 commits
-
-
Jayesh Krishna authored
-
Pavan Balaji authored
some cases.
-
- 25 Oct, 2010 5 commits
-
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
On Blue Gene (and some other platforms) the compiler occasionally generates suboptimal code if it guesses the likelihood of a branch incorrectly. These macros allow us to help the compiler out in cases that it guesses poorly. No reviewer.
-
Jayesh Krishna authored
-
- 23 Oct, 2010 2 commits
-
-
David Goodell authored
No reviewer.
-
Darius Buntinas authored
[svn-r7366] fixed bug in spawn where a bad port caused non root processes to hang. reviewed by goodell@
-
- 22 Oct, 2010 9 commits
-
-
David Goodell authored
This will hopefully be helpful once MPI-3 is official. No reviewer.
-
David Goodell authored
-
David Goodell authored
This isn't a good test, it just helps to make sure that all 17 new nonblocking collective functions have sensible function prototypes, exist in the library, and don't explode when you call them with simple arguments. The test is currently disabled in the testlist since we will currently always fail at runtime. No reviewer.
-
David Goodell authored
These functions build but will yield an error at runtime if invoked. They will correctly call any collective function overrides specified in comm_ptr->coll_fns, permitting devices to experiment with NBC implementation before a complete implementation is available above the ADI. Reviewed by buntinas@.
-
David Goodell authored
Prior to this commit, the time that MPI_Group_translate_ranks took was dependent on the _values_ of the input ranks, the size and pattern of group2, as well as the number of input ranks. Now for comm_world's group (and simple subsets thereof) the translation time only depends on the number of ranks that are translated. The MPI_COMM_WORLD use case is essential for tools like Scalasca that must translate communicator ranks to canonical ranks in MPI_COMM_WORLD. Reviewed by buntinas@.
-
David Goodell authored
The error threshold ratio, NUM_LOOPS, or number of processes may need to be tweaked in order to make this test pass/fail reliably on different systems. Reviewed by buntinas@.
-
David Goodell authored
This test was accidentally not enabled in the testlist for some reason. Reviewed by buntinas@.
-
David Goodell authored
This should make it much easier to tune the collective algorithm selection on a given platform. It also provides some knobs to expose to apps/tools via the upcoming MPIT interface. Reviewed by buntinas@.
-
David Goodell authored
This adds convenience and isolates the caller from changes in the MPIR_Param interface's implementation details. Reviewed by buntinas@.
-
- 21 Oct, 2010 3 commits
-
-
David Goodell authored
-
Rob Latham authored
the number of bytes read via the status object. Should have been either MPI_STATUS_IGNORE or (as in this cs) a real status
-
Anthony Chan authored
-
- 20 Oct, 2010 2 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
they do is the same.
-
- 19 Oct, 2010 3 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Jayesh Krishna authored
[svn-r7342] Explicitly elevate the permissions of the windows installer. Also see ticket 1070 for details
-
- 18 Oct, 2010 1 commit
-
-
Anthony Chan authored
[svn-r7341] replaced the runtime test that determine sizeof($MPI_OFFSET_TYPE) where MPI_OFFSET_TYPE is determined by ROMIO by AC_COMPUTE_INT of sizeof(MPI_Offset). This fix is related to req#1121.
-