open-s4c / benchkit

A push-button end-to-end performance evaluation pipeline for automatically exploring the parameter space
MIT License
12 stars 17 forks source link

Add support for NPB-3.4.3-MZ benchmark #116

Closed rchehab closed 2 months ago

rchehab commented 2 months ago

Benchkit support is very similar to NPB-3.4.3, but is in its own directory since the benchmarks are distributed separately.

Main difference in benchkit support is the nb_threads parameter, which for *-MZ consists of a tuple of 2 integers -- e.g. (2, 4) -- indicating the number of outer and inner threads.

apaolillo commented 2 months ago

thanks for the added support!