- 13 Jan, 2011 1 commit
-
-
Darius Buntinas authored
[svn-r7720] Fix collectives to not hang if the communicator contains a failed process. The collectives will not return an error immediately upon detecting a failure, rather they'll return the error at the end of the function and continue the communication pattern so that other processes waiting to receive messages will not hang. This means that, although the collective should complete at all processes, some processes will receive an error, and some processes may not get a valid result. Since some processes may not receive an error and still receive an invalid result, a separate mechanism is needed to confirm that the collective has completed correctly, such as MPI_Comm_validate of the MPI3 FT proposal.
-
- 30 Sep, 2010 1 commit
-
-
David Goodell authored
No reviewer.
-
- 09 Jun, 2010 1 commit
-
-
Darius Buntinas authored
-
- 08 Jun, 2010 1 commit
-
-
Darius Buntinas authored
-
- 17 Sep, 2009 1 commit
-
-
William Gropp authored
[svn-r5355] Added (or moved) MPIU_THREADPRIV_DECL so that the thread-private area is acquired only once within a routine, since the data (pointer to the thread-private area) is fixed during the execution. This reduces the overhead of the nest increment/decrement, for example
-
- 12 May, 2009 1 commit
-
-
William Gropp authored
-
- 20 Jan, 2009 1 commit
-
-
David Goodell authored
Reviewed by thakur@.
-
- 09 Oct, 2008 1 commit
-
-
William Gropp authored
[svn-r3276] Fixed declarations to use PMPI_LOCAL instead of static (necessary when weak symbols are not supported)
-
- 08 Oct, 2008 1 commit
-
-
Rajeev Thakur authored
-
- 07 Oct, 2008 1 commit
-
-
Rajeev Thakur authored
-
- 22 Sep, 2008 1 commit
-
-
William Gropp authored
[svn-r3177] Switch to the new macro for the global thread critical section (most of this is an automated change, tested against the MPICH2 test suite)
-
- 02 Nov, 2007 1 commit
-
-
Pavan Balaji authored
-