Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@gha3mi gha3mi released this 07 Jan 13:22
· 133 commits to main since this release
  • 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.