Version 1.000.20
Released November 2007
Added mysql integration. Now results can be pushed into a database to ease
subsequent analysis.
Version 1.000.09
Released December 15, 2006
Fixed off by 1 indexing error in MPIIO_ops.c. Both the collecive write and read routines,
MPI_File_write_at_all and MPI_File_read_at_all respectively, used an index of j-1 into the array
of status structures when the index should be j. This only impacts run that use the "-collective"
flag and, only then, when you check to see if the last collective write/read was completed.
Removed code contained in #ifdef/#endif sections.
Version 1.000.08
Released March 2, 2006
Original version available as open source.