- 07 Jul, 2014 1 commit
-
-
Moved the weak,alias attribute declarations from header files to the implementation. Complies with the requirement that alias targets are defined in the same compilation unit. Fixes #2002 Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 05 Nov, 2012 2 commits
-
-
Pavan Balaji authored
1. Make the manpage entries consistent with the function prototype. 2. Consistently use "Parameters" instead of the inconsistent "Parameter" and "Parameters" usage. 3. Correct the manpages for MPI_Type_get_contents and MPI_Type_get_envelope. Reviewed by dinan.
-
Pavan Balaji authored
notation to match the MPI-3 standard: topo. Reviewed by dinan.
-
- 31 Oct, 2012 1 commit
-
-
Pavan Balaji authored
tickets 125 and 126. Reviewed by buntinas.
-
- 11 Oct, 2012 1 commit
-
-
Pavan Balaji authored
No reviewer.
-
- 10 Oct, 2012 1 commit
-
-
David Goodell authored
By setting "indent-tabs-mode:nil" we should hopefully begin to slowly squeeze out hard tabs from the source without a disruptive (to downstream projects) whitespace-fixing change. No reviewer.
-
- 20 Sep, 2012 1 commit
-
-
Pavan Balaji authored
In several places, after checking for a parameter (e.g., comm) we were directly using it assuming that the parameter is valid. Since the previous ERRTEST macros did not jump to fn_fail on an error, this could result in undefined behavior if the parameter was invalid. Now, since we jump on errors within the macros themselves, once the check is done, we know that the parameter values are valid. Reviewed by buntinas.
-
- 03 Jul, 2012 1 commit
-
-
Pavan Balaji authored
disabled for the public interfaces, but all internal functions use const. No reviewer.
-
- 21 May, 2012 1 commit
-
-
William Gropp authored
-
- 27 Jul, 2010 1 commit
-
-
Darius Buntinas authored
[svn-r6903] Fixed some warnings, fixed compile failure with --enable-fast, fixed places where MPIR_Err_return_* was not being called. No reviewer.
-
- 19 Jul, 2010 1 commit
-
-
Darius Buntinas authored
[svn-r6865] removed calls to NMPI_ functions and replaced them with calls to MPIR_..._impl. Reviewed by goodell@
-
- 27 Jul, 2008 1 commit
-
-
William Gropp authored
-
- 02 Nov, 2007 1 commit
-
-
Pavan Balaji authored
-