Changeset 65 for sources/src/casc.h


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

    r63 r65  
    2323
    2424EXTERN char unstable;
    25 EXTERN int32_t * pending_write_vector_nb;
     25EXTERN int32_t *pending_write_vector_nb;
    2626#ifdef _OPENMP
    2727#pragma omp threadprivate (pending_write_vector_nb)
Note: See TracChangeset for help on using the changeset viewer.