-
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
andwrite_benchmark
). - Check for very small elapsed times and give error to increase problem size.
- Introduced
ik
integer kind inargi
for large problems. - Implemented continuous integration (CI) tests.
- Simplified usage by eliminating
-
Documentation:
- Updated FORD documentation.
- Improved the README.