| Core 0 | Core 1 | Core 2 | Core 3
Instructions | 799912 | 0 | 0 | 0
Cycles | 619451 | 619451 | 619451 | 619451
IPC | 1.29 | 0.00 | 0.00 | 0.00
Time (ns) | 232877 | 232877 | 232877 | 232877
Idle time (ns) | 1779 | 232877 | 232877 | 232877
Idle time (%) | 0.8% | 100.0% | 100.0% | 100.0%
Note that Cores 1, 2 and 3 are 100.0% idle!
If I check "omp_get_num_threads()" out of the ROI, I get the right number (4).
The provided "SimGetNumThreads()" return always 1.
What I am doing wrong? Thank you!
COMPILE CMD: $(CC) hello.o -lm -fopenmp -static -L/home/matheus/sniper/lib -o hello
RUN CMD: OMP_NUM_THREADS=4 ; ../../run-sniper -v -n 4 -c gainestown --roi -- ./hello