klreuther
klreuther
As far as I see, the persistently needed methods of the initializer are only 1) startStep() 2) maxSteps() 3) gridBox() 4) gridDimensions(). IMHO these could just as well be parameters...
I successfully fixed BOVWriter. Diff: 168c168 < MPI_File_write(file, &buffer[0], length, datatype, MPI_STATUS_IGNORE); \--- \> MPI_File_write(file, &buffer[0], length*selector.arity(), datatype, MPI_STATUS_IGNORE); (I did not care to look at ASCIIWriter to date)
After deliberation, a better patch would be 57d56 < buffer[indexRead].clear()