timers.h 97 B

123456
  1. double start[64], elapsed[64];
  2. #ifdef _OPENMP
  3. #pragma omp threadprivate (start, elapsed)
  4. #endif