Changeset 63 for sources/src/casc.h


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/casc.h

    r62 r63  
    2424EXTERN char unstable;
    2525EXTERN int32_t * pending_write_vector_nb;
    26 #ifdef USE_OPENMP
     26#ifdef _OPENMP
    2727#pragma omp threadprivate (pending_write_vector_nb)
    2828#endif
Note: See TracChangeset for help on using the changeset viewer.