Changeset 63 for sources/src/sc_ver.cc


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/sc_ver.cc

    r62 r63  
    7878    "\n"
    7979    "                           Last change : " __DATE__ "\n"
    80 #ifdef USE_OPENMP
     80#ifdef _OPENMP
    8181    "            Compiled with OpenMP enabled\n"
    8282#endif
Note: See TracChangeset for help on using the changeset viewer.