- 28 May, 2010 6 commits
-
-
David Goodell authored
Uses a define added in r106 of OPA. Now nemesis doesn't need to use an AC_ARG_WITH matching OPA's argument. Reviewed by buntinas@.
-
David Goodell authored
Pass --with-atomic-primitives=auto_allow_emulation to the OPA configure unless the user specifies a particular value. This is a regression introduced in r6223, between 1.2.1p1 and 1.3a1. Reviewed by balaji@.
-
David Goodell authored
This m4 macro lets us pass command-line arguments to a sub-configure. Reviewed by balaji@.
-
Darius Buntinas authored
[svn-r6757] added code, based on a suggestion from Howard, to stagger the starting points of the close protocol, so that everyone doesn't send close messages to the same process at the same time
-
Pavan Balaji authored
once with. See ticket #1054 for details.
-
William Gropp authored
[svn-r6755] Added information on using the -distrib option to updatefiles and updated many missing svn:ignore properties
-
- 27 May, 2010 2 commits
-
-
David Goodell authored
A partial merge of r5954 from the bg-threads-1.1 branch. No reviewer.
-
David Goodell authored
Adapted from r5920 on the bg-threads-1.1 branch. No reviewer.
-
- 26 May, 2010 1 commit
-
-
Pavan Balaji authored
to ./maint/updatefiles. This makes sure that simplemake is not executed because of timestamp differences.
-
- 25 May, 2010 14 commits
-
-
Rajeev Thakur authored
-
Rajeev Thakur authored
-
Darius Buntinas authored
-
David Goodell authored
A larger type avoids a warning and information loss when casting, and using %llx instead of %d gives a more succinct and easier to read format. Reviewed by buntinas@.
-
Rajeev Thakur authored
[svn-r6744] add Reduce_scatter_block to coll_fns table in DCMF device. MPIDO_Reduce_scatter_block doesn't exist, but at least it will fail at compile time
-
Rajeev Thakur authored
-
Rajeev Thakur authored
-
Darius Buntinas authored
-
David Goodell authored
Reviewed by robl@.
-
David Goodell authored
Many of the key (and for MPI_Info_set, value) arguments are string literals, which elicit warnings about "discards qualifier" because the MPI_Info interface is not itself const-correct. This commit adds ADIOI_Info_ helper macros that cast away the const qualifier and converts most uses of MPI_Info_ functions to use the new macros. Reviewed by robl@.
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
Darius Buntinas authored
-
- 24 May, 2010 17 commits
-
-
Pavan Balaji authored
-
Pavan Balaji authored
enabled if needed. Reviewed by goodell.
-
David Goodell authored
MPICH2 uses the same logic still to enable valgrind support, it just is now entirely located outside of MPL. Reviewed by buntinas@.
-
David Goodell authored
Reviewed by buntinas@.
-
David Goodell authored
This provides users a more intuitive way to enable/disable valgrind support in MPICH2 and MPL. Reviewed by buntinas@.
-
David Goodell authored
Reviewed by balaji@.
-
David Goodell authored
Some optional software (like hwloc) only builds when we have C99 available. In order to test these cases and retain strict errors and warnings, this commit adds a "c99" strict flavor. Reviewed by balaji@.
-
William Gropp authored
[svn-r6727] Fix handling of dependency information creation for source files in a different directory
-
David Goodell authored
Reviewed by balaji@.
-
David Goodell authored
No reviewer.
-
David Goodell authored
bind_hwloc.c now just uses the extern decl in bind.h, bind.c always defines the actual storage for HYDT_bind_info. Reviewed by balaji@.
-
Jayesh Krishna authored
[svn-r6723] Remove the stale parameter functionality and add the new one in VS projs. The new functionality was added in r6695
-
William Gropp authored
[svn-r6722] Move defintion for assert message size to the only file that uses it; fixes compile problem in fast builds
-
William Gropp authored
-
Jayesh Krishna authored
[svn-r6720] Moving the condition for inclusion of mpiimplthreadpost header to inside the header file - Takes care of accidental include of mpiimplthreadpost without conditional check - review@goodell. Also see r6713
-
Darius Buntinas authored
-
Darius Buntinas authored
-