dalvangriebler/NPB-CPP

Minor errors in IS Benchmark

Closed this issue · 1 comments

  1. The "setparams.cpp" file doesn't generate any value for the IS benchmark.
    This is because the "case IS" (line 670 of setparams.cpp) is bellow the "case CG".

  2. The "is.cpp" file doesn't use "c_print_results" (line 916) like the other benchmark does : it exepects constant such as "CC", "CLINK", ... while "setparams" generate "CS1", "CS2", ...

A fix is available in attached files.

Sincerely,
Ksander Ejjaaouani.
is_fix.zip

Thank you, we solved these minor errors. :)