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_module.cc

    r61 r62  
    131131    module = &mod;
    132132    dont_initialize = false;
    133 #ifdef _OPENMP
     133#ifdef USE_OPENMP
    134134    omp_threadnum = omp_get_thread_num();
    135135#endif
Note: See TracChangeset for help on using the changeset viewer.