- 06 Aug, 2010 1 commit
-
-
Darius Buntinas authored
[svn-r7012] replaced NMPI_[i]Send, [i]Recv, Wait[all] and Test with MPIR__impl, or directly called MPID_ functions. Reviewed by jayesh@
-
- 30 Jul, 2010 1 commit
-
-
Darius Buntinas authored
-
- 28 Jul, 2010 2 commits
-
-
Darius Buntinas authored
-
Darius Buntinas authored
-
- 17 May, 2010 1 commit
-
-
David Goodell authored
This is actually several logical changes, but they are very difficult to separate into individual commits because of how tangled the old macros were. Some of the changes are: - general macro cleanup: do{}while(0) and whitespace issues - add support for compiler-assisted thread-local storage (TLS) - make MPID_Thread (e.g. pthread) TLS macros easier to understand and use - drop non-portable parentheses from MPIU_ISTHREADED macro - eliminate the MPID_CS_* family of macros which were simultaneously complementary to and in conflict with the newer MPIU_THREAD_CS_* macros No reviewer.
-
- 08 Nov, 2009 2 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
SERIALIZED protection. Looks like runtime protection is not sufficient because the MPIU_Thread symbols are not even available when compiled in thread-single mode. This is a short term fix, and can be reverted when ticket #621 is fixed.
-
- 05 Nov, 2009 3 commits
-
-
Pavan Balaji authored
fail.
-
Pavan Balaji authored
were just lucky earlier. This showed up with dllchan. Reviewed by goodell.
-
Pavan Balaji authored
recommendation.
-
- 04 Nov, 2009 1 commit
-
-
Pavan Balaji authored
thread waiting around for a request that only completes at MPI_Finalize time. Fixes ticket #917. Reviewed by goodell.
-