Changeset 62 for sources/src/sc_ver.cc


Ignore:
Timestamp:
Feb 16, 2017, 3:46:11 PM (7 years ago)
Author:
meunier
Message:
  • Functional (or supposedly functional) OpenMP support configure must be run with --enable-use-omp and the topcell must define the USE_OPENMP flag before including the .h files of systemcass (if openmp enabled).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_ver.cc

    r52 r62  
    7878    "\n"
    7979    "                           Last change : " __DATE__ "\n"
     80#ifdef USE_OPENMP
     81    "            Compiled with OpenMP enabled\n"
     82#endif
    8083    "\n";
    8184
Note: See TracChangeset for help on using the changeset viewer.