Changeset View
Changeset View
Standalone View
Standalone View
openmp/trunk/runtime/Build_With_CMake.txt
Show First 20 Lines • Show All 137 Lines • ▼ Show 20 Lines | |||||
-DLIBOMP_USE_VERSION_SYMBOLS=on|off | -DLIBOMP_USE_VERSION_SYMBOLS=on|off | ||||
Should versioned symbols be used for building the library? | Should versioned symbols be used for building the library? | ||||
This option only makes sense for ELF based libraries where version | This option only makes sense for ELF based libraries where version | ||||
symbols are supported (Linux, some BSD* variants). It is off | symbols are supported (Linux, some BSD* variants). It is off | ||||
by default for Windows and Mac, but on for other Unix based operating | by default for Windows and Mac, but on for other Unix based operating | ||||
systems. | systems. | ||||
-DLIBOMP_ENABLE_SHARED=on|off | |||||
Shared library instead of static library? (Note: static libraries are not | |||||
supported on Windows). If LIBOMP_ENABLE_SHARED is off, then static OpenMP | |||||
libraries will be built instead of dynamic ones. | |||||
-DLIBOMP_OMPT_SUPPORT=off|on | -DLIBOMP_OMPT_SUPPORT=off|on | ||||
Should OMPT support be included in the build? (Not supported on Windows) | Should OMPT support be included in the build? (Not supported on Windows) | ||||
If LIBOMP_OMPT_SUPPORT is off, then both ompt_blame and ompt_trace are ignored. | If LIBOMP_OMPT_SUPPORT is off, then both ompt_blame and ompt_trace are ignored. | ||||
-DLIBOMP_OMPT_BLAME=on|off | -DLIBOMP_OMPT_BLAME=on|off | ||||
Should OMPT blame functionality be included in the build? | Should OMPT blame functionality be included in the build? | ||||
-DLIBOMP_OMPT_TRACE=on|off | -DLIBOMP_OMPT_TRACE=on|off | ||||
▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines |