Changeset 63 for sources/src/sc_time.cc


Ignore:
Timestamp:
Oct 23, 2019, 12:33:29 PM (5 years ago)
Author:
bouyer
Message:

Remplace USE_OPENMP with _OPENMP, the latter is automagically defined
by the compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_time.cc

    r62 r63  
    5555
    5656uint64 nb_cycles = 0;
    57 #ifdef USE_OPENMP
     57#ifdef _OPENMP
    5858#pragma omp threadprivate(nb_cycles)
    5959#endif
Note: See TracChangeset for help on using the changeset viewer.