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

    r62 r63  
    3737#include <sstream>
    3838#include <list>
    39 #ifdef USE_OPENMP
     39#ifdef _OPENMP
    4040    #include <omp.h>
    4141#endif
     
    9090bool use_port_dependency  = false;
    9191
    92 #ifdef USE_OPENMP
     92#ifdef _OPENMP
    9393bool use_openmp = true;
    9494#else
Note: See TracChangeset for help on using the changeset viewer.