Closed pagrubel closed 9 years ago
@pagrubel Please check the file <build_dir>/hpx/config/defines.hpp
after configuring with -DHPX_WITH_RDTSC=ON
. Does it have a line #define HPX_HAVE_RDTSC
?
The branch fixing_1616
refines reporting for pre-set variables. This branch also pre-sets HPX_WITH_RDTSC=ON
for Xeon/Phis. Everything should be fine now.
it did have that line. I'll check the branch
Looks like that branch fixes it.
The counters that use time calculations such as task_overhead and duration counters give results of zero with the following cmake command, I get HPX_WITH_RDTSC_UNINITIALIZED=ON
I tried adding -DHPX_WITH_RDTSC=ON nothing changed.
Here is the CMakeCache.txt file