Changeset 65 for sources/src/internal.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/internal.h

    r59 r65  
    6060extern int scheduling_method;
    6161extern bool use_port_dependency;
    62 extern bool use_openmp;
     62extern const bool use_openmp;
    6363
    6464#define NO_SCHEDULING       0
Note: See TracChangeset for help on using the changeset viewer.