Changeset 62 for sources/src/casc.h


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/casc.h

    r60 r62  
    2121
    2222#include <cstdio>
    23 //#include <stdint.h>
    2423
    2524EXTERN char unstable;
    26 EXTERN int32 * pending_write_vector_nb;
     25EXTERN int32_t * pending_write_vector_nb;
     26#ifdef USE_OPENMP
    2727#pragma omp threadprivate (pending_write_vector_nb)
     28#endif
    2829
    2930namespace sc_core {
Note: See TracChangeset for help on using the changeset viewer.