- 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>
-
- 10 Dec, 2013 1 commit
-
-
const-ificaiton of MPI routines happened only in MPI-3. making ROMIO's const-ification optional lets us work standalone with older libraries. Signed-off-by:
Ken Raffenetti <raffenet@mcs.anl.gov>
-
- 31 Oct, 2013 2 commits
-
-
this internal-to-romio code was using 'ints' to store things like "datatype_size * count" calculation. Promote that and all called paths to ADIO_Offset Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
Rob Latham authored
MPI-3 introduced MPI_Count and MPI_Type_size_x. Use these new routines throughout ROMIO to support large datatypes. Still to do: - update other ADIO drivers Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
-
- 05 Feb, 2013 1 commit
-
-
Dave Goodell authored
This doesn't fix any of the serious bugs or inefficiencies present in the current external32 implementation. But it at least fixes some very valid warnings related to const-ness and passing incorrect pointer types. References ticket #1754 Reviewed-by: robl
-
- 05 Nov, 2012 1 commit
-
-
Pavan Balaji authored
notation to match the MPI-3 standard: io. Reviewed by dinan.
-
- 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.
-
- 21 Sep, 2012 2 commits
-
-
Rob Latham authored
modify the pointer in the calling function.
-
Rob Latham authored
contributed to us in June 2012.
-
- 03 Jul, 2012 1 commit
-
-
Pavan Balaji authored
disabled for the public interfaces, but all internal functions use const. No reviewer.
-
- 11 Aug, 2010 1 commit
-
-
Darius Buntinas authored
-
- 20 May, 2010 1 commit
-
-
David Goodell authored
This is done as a separate commit to de-clutter the change with actual logic changes in it. No reviewer.
-
- 17 Sep, 2009 1 commit
-
-
William Gropp authored
[svn-r5355] Added (or moved) MPIU_THREADPRIV_DECL so that the thread-private area is acquired only once within a routine, since the data (pointer to the thread-private area) is fixed during the execution. This reduces the overhead of the nest increment/decrement, for example
-
- 22 Sep, 2008 1 commit
-
-
William Gropp authored
[svn-r3177] Switch to the new macro for the global thread critical section (most of this is an automated change, tested against the MPICH2 test suite)
-
- 02 Aug, 2008 1 commit
-
-
Pavan Balaji authored
-
- 02 Nov, 2007 1 commit
-
-
Pavan Balaji authored
-