GMAP / NPB-CPP

The NAS Parallel Benchmarks for evaluating C++ parallel programming frameworks on shared-memory architectures
Other
45 stars 21 forks source link

Null - Total threads #2

Closed andresrubiop closed 3 years ago

andresrubiop commented 3 years ago

Hello I am running your version of NPB it is really nice. Just a little bug the final report shows.

Total threads = (null)

dalvangriebler commented 3 years ago

Hello @andresrubiop, are you sure that you set up the number of threads?

For instance:

export OMP_NUM_THREADS=4

can you share which benchmark is presenting this bug?

dalvangriebler commented 3 years ago

This issue can now be close due to this commit https://github.com/GMAP/NPB-CPP/commit/2f77a1bce83c4efda56c4bafb555bcf9abe85dd2, which covered this small bug.