Releases: range3/rdbench
Releases · range3/rdbench
Release v0.11.1
Release v0.11.0
Implement functionality to initialize simulation parameters u
and v
from grayscale values derived from bitmap images.
Other parameters F, k, dt, Du, and Dv can be set via command line options.
Release v0.10.2
Fix the initialTimeSec in the JSON output.
Release v0.10.1
- Fix a bug. Do not use v0.10.0 .
Release v0.10.0
Halo communication part is now separated from the calc phase and measured.
Added --prettify option to make JSON more readable.
Release v0.9.0
- fix typo in json output
- wrieTimeSec to writeTimeSec
- initialTimeSec
- including MPI_Init
- Show the slowest of all processes
- finalizeTimeSec
- including MPI_Finalize
- Display the time of rank 0 since it is after MPI_Finalize
Release v0.8.2
Fix bugs - use orderd_json instead of json - File size was not calculated correctly when -L was large - When not outputting files, do not display results for writing
Release v0.8.1
Fix missing type specification when calculating accumulate
Release v0.8.0
Update to display elapsed time for each benchmark phase
Release v0.7.0
Add --nomkdir and create an output directory with paths stripped of r…