Ignore:
Timestamp:
Oct 23, 2019, 12:53:07 PM (5 years ago)
Author:
bouyer
Message:

Various performance improvements for the parallel systemcass: cache-aligned
data structures, write only when needed, disable some unneeded barriers.

Fix bug in the non-openmp case: a pointer was not initialized

various style updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_module.cc

    r63 r65  
    132132    dont_initialize = false;
    133133#ifdef _OPENMP
    134     omp_threadnum = omp_get_thread_num();
     134  omp_threadnum = omp_get_thread_num();
    135135#endif
    136136}
Note: See TracChangeset for help on using the changeset viewer.