Changeset 62 for sources/src/sc_main.cc


Ignore:
Timestamp:
Feb 16, 2017, 3:46:11 PM (7 years ago)
Author:
meunier
Message:
  • Functional (or supposedly functional) OpenMP support configure must be run with --enable-use-omp and the topcell must define the USE_OPENMP flag before including the .h files of systemcass (if openmp enabled).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_main.cc

    r61 r62  
    9090bool use_port_dependency  = false;
    9191
    92 #ifdef _OPENMP
     92#ifdef USE_OPENMP
    9393bool use_openmp = true;
    9494#else
Note: See TracChangeset for help on using the changeset viewer.