Changeset 63 for sources/src/sc_port.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_port.cc

    r62 r63  
    5555    int32_t * pending_write_vector_nb = 0;
    5656    unsigned long long int total_assig = 0;
    57 #ifdef USE_OPENMP
     57#ifdef _OPENMP
    5858#pragma omp threadprivate (pending_write_vector_nb, total_assig)
    5959#endif
     
    6969unsigned int pending_write_vector_capacity;
    7070pending_write_vector_t pending_write_vector = NULL;
    71 #ifdef USE_OPENMP
     71#ifdef _OPENMP
    7272#pragma omp threadprivate (pending_write_vector)
    7373#endif
Note: See TracChangeset for help on using the changeset viewer.