Changeset 63 for sources/src/sc_port.cc
- Timestamp:
- Oct 23, 2019, 12:33:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_port.cc
r62 r63 55 55 int32_t * pending_write_vector_nb = 0; 56 56 unsigned long long int total_assig = 0; 57 #ifdef USE_OPENMP57 #ifdef _OPENMP 58 58 #pragma omp threadprivate (pending_write_vector_nb, total_assig) 59 59 #endif … … 69 69 unsigned int pending_write_vector_capacity; 70 70 pending_write_vector_t pending_write_vector = NULL; 71 #ifdef USE_OPENMP71 #ifdef _OPENMP 72 72 #pragma omp threadprivate (pending_write_vector) 73 73 #endif
Note: See TracChangeset
for help on using the changeset viewer.