Changeset 63 for sources/src/sc_signal.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/sc_signal.h

    r62 r63  
    7070extern "C" int32_t * pending_write_vector_nb;
    7171extern "C" unsigned long long int total_assig;
    72 #ifdef USE_OPENMP
     72#ifdef _OPENMP
    7373#pragma omp threadprivate(pending_write_vector_nb, total_assig)
    7474#endif
    7575extern unsigned int pending_write_vector_capacity;
    7676extern pending_write_vector_t pending_write_vector;
    77 #ifdef USE_OPENMP
     77#ifdef _OPENMP
    7878#pragma omp threadprivate(pending_write_vector)
    7979#endif
Note: See TracChangeset for help on using the changeset viewer.