- 06 Aug, 2010 2 commits
-
-
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@
-
William Gropp authored
[svn-r7011] Added testing for MPI version in configure; runtest now implements an mpiversion=2.2 option for tests so that tests that require new routines are not run on older MPI implementations, and enhanced error reporting from many of the tests to help in giving more specific error messages for MPI implementations that fail the tests (these particular tests chosen because they failed on one or more versions of the IBM MPI implementation)
-
- 05 Aug, 2010 1 commit
-
-
Jayesh Krishna authored
[svn-r7009] Re-introduce the fixed-width int tests that were removed in r6956. Without these checks tests that use fixed-width ints fail to compile on windows
-
- 04 Aug, 2010 14 commits
-
-
Pavan Balaji authored
process group; we were using the value for PG0 for all process groups.
-
David Goodell authored
Due to the tangled mess of header include ordering, a convenience #ifdef was checked too early in another header when it was not yet defined. This led to a null implementation of MPIDI_CH3I_PROGRESS_WAKEUP in ch3:sock, even though this is essential functionality for sock. No reviewer.
-
William Gropp authored
[svn-r7005] Remove support for the MPI-1.0 only datatypes MPI_2COMPLEX and MPI_2DOUBLE_COMPLEX (support and be reenable by defining MPICH_DEFINE_2COMPLEX in case we have any users that really need it)
-
William Gropp authored
[svn-r7004] Add support to check for 2COMPLEX and 2DOUBLE_COMPLEX, which only existed in MPI 1.0 (and was removed in 1.1)
-
Pavan Balaji authored
based on the suggestion by Yauheni Zelenko @ Cadence.
-
David Goodell authored
No reviewer.
-
David Goodell authored
No reviewer.
-
Pavan Balaji authored
-
William Gropp authored
-
Jayesh Krishna authored
[svn-r6998] Specify that MPI_2COMPLEX is available on windows - The check for availability was added in r6990
-
William Gropp authored
[svn-r6997] Due to changes in the autoconf macros, the PAC macro to select the compilers to use with MPI programs required multiple changes, as autoconf would prematurely run AC_PROG_CC. These factor the MPI checks into provide AC_ARG options, select compilers, and check libraries
-
William Gropp authored
[svn-r6996] Due to changes in the autoconf macros, the PAC_PROG_CC version no longer does all that AC_PROG_CC does, and thus can no longer assert that it provides AC_PROG_CC
-
David Goodell authored
initcxx.cxx was needlessly including mpihandlemem.h No reviewer.
-
Pavan Balaji authored
-
- 03 Aug, 2010 14 commits
-
-
Pavan Balaji authored
snprintf.
-
Pavan Balaji authored
-
William Gropp authored
-
William Gropp authored
-
Pavan Balaji authored
restrictive model that functions under the following constraints (mainly because of the inflexibility of POE): 1. The load-leveler scripts cannot specify more than one tasks per node. The number of tasks per node need to be specified to mpiexec using the -ppn option. 2. The number of processes being launched need to cover all of the allocated nodes.
-
Anthony Chan authored
-
Pavan Balaji authored
-
David Goodell authored
No reviewer.
-
William Gropp authored
-
David Goodell authored
-
David Goodell authored
There are probably more uses out there that I am missing at this point. No reviewer.
-
David Goodell authored
No reviewer.
-
David Goodell authored
This is necessary because there is no portable way to statically initialize mutexes. Windows doesn't support it, and some older POSIX impls don't either. No reviewer.
-
David Goodell authored
No reviewer.
-
- 02 Aug, 2010 9 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
demonstrates a problem on Blue Gene/P.
-
Anthony Chan authored
-
Pavan Balaji authored
user.
-
Darius Buntinas authored
[svn-r6974] Fix to make async.c not get added to libpmpich.a in order to avoid warnings about empty archives on mac
-
Pavan Balaji authored
per node as well. Based on the suggestion by Yauheni Zelenko @ Cadence.
-
Pavan Balaji authored
it. Based on the suggestion by Yauheni Zelenko @ Cadence.
-
Pavan Balaji authored
-
Pavan Balaji authored
count needs to be per process group, not global.
-