- 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 26 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
-
Jayesh Krishna authored
[svn-r6717] Use cs finalize util instead of calling the impl directly. After r6664 and later changes MPICH2 should now build on windows
-
Darius Buntinas authored
[svn-r6716] added suffix to checkpoint context file to keep multiple proxies from clobbering each other's files
-
Rajeev Thakur authored
-
Jayesh Krishna authored
[svn-r6714] Make sure that all vars are declared at the beginning of a code block - ansi c restriction
-
Jayesh Krishna authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
-
Jayesh Krishna authored
[svn-r6710] Handling unhandled defns in windows configure.(1) For now not-defining thread-safe strerror funcs (2) Adding support for thread local storage class defined by VS
-
Jayesh Krishna authored
[svn-r6709] The dtype for storing total size of a datatype should be atleast as big the size of the datatype
-