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

Remplace USE_OPENMP with _OPENMP, the latter is automagically defined
by the compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/global_functions.cc

    r62 r63  
    248248    assert(pending_write_vector_capacity != 0);
    249249
    250 #ifdef USE_OPENMP
     250#ifdef _OPENMP
    251251    #define LINE_SIZE 128L
    252252    int malloc_size = (sizeof (pending_write_t) * (pending_write_vector_capacity + 1) + (LINE_SIZE - 1)) & ~(LINE_SIZE - 1);
Note: See TracChangeset for help on using the changeset viewer.