Skip to content

Releases: gha3mi/forbenchmark

v0.2.0

07 Jan 13:22
Compare
Choose a tag to compare
  • Expanded Time Measurement and Performance Evaluation:

    • Measures various types of time metrics (wall time, CPU time, OpenMP time, MPI time).
    • Added speedup measurement functionality.
    • Includes Coarrays specific metrics for each image.
  • Visualization and Reporting:

    • Python scripts generate speedup plots.
    • Python scripts generate HTML tables for reporting purposes.
  • Other Improvements:

    • Simplified usage by eliminating imark from subroutines (stop_benchmark and write_benchmark).
    • Check for very small elapsed times and give error to increase problem size.
    • Introduced ik integer kind in argi for large problems.
    • Implemented continuous integration (CI) tests.
  • Documentation:

    • Updated FORD documentation.
    • Improved the README.

v0.1.1

27 Dec 20:35
Compare
Choose a tag to compare
  • Introduced plot.py for visualizing elapsed time and performance metrics.
  • Made general improvements and resolved bugs for enhanced stability.

v0.1.0

27 Dec 01:46
Compare
Choose a tag to compare
Add README