Skip to content

Releases: range3/rdbench

Release v0.11.1

31 Oct 06:28
Compare
Choose a tag to compare

Fixed a bug that the initial values of u and v set from bitmap were fixed values.

Release v0.11.0

31 Oct 05:48
Compare
Choose a tag to compare

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

23 Mar 02:34
Compare
Choose a tag to compare

Fix the initialTimeSec in the JSON output.

Release v0.10.1

23 Mar 01:51
Compare
Choose a tag to compare
  • Fix a bug. Do not use v0.10.0 .

Release v0.10.0

21 Mar 08:02
Compare
Choose a tag to compare

Halo communication part is now separated from the calc phase and measured.
Added --prettify option to make JSON more readable.

Release v0.9.0

04 Jan 02:41
Compare
Choose a tag to compare
  • 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

01 Oct 08:20
Compare
Choose a tag to compare
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

29 Sep 09:52
Compare
Choose a tag to compare
Fix missing type specification when calculating accumulate

Release v0.8.0

25 Sep 11:12
Compare
Choose a tag to compare
Update to display elapsed time for each benchmark phase

Release v0.7.0

31 Aug 06:51
Compare
Choose a tag to compare
Add --nomkdir and create an output directory with paths stripped of r…