You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ENABLE_TALP=ON/OFF`: Enable/Disable support for TALP interface. Default is `ON`.
40
-
-`ENABLE_XRAY=ON/OFF`: Enable/Disable support for runtime-adaptable instrumentation with LLVM XRay. Default is `ON`.
41
37
38
+
CMake Options
39
+
-`ENABLE_TALP=ON/OFF`: Enable/Disable support for TALP. Default is `ON`.
40
+
-`DLB_DIR`: Path to DLB installation.
41
+
-`ENABLE_SCOREP=ON/OFF`: Enable/Disable support for Score-P. Default is `ON`.
42
+
-`SCOREP_DIR`: Path to Score-P installation.
43
+
-`ENABLE_EXTRAE=ON/OFF`: Enable/Disable support for Extrae. Default is `ON`.
44
+
-`ENABLE_XRAY=ON/OFF`: Enable/Disable support for runtime-adaptable instrumentation with LLVM XRay. Default is `ON`.
45
+
-`ENABLE_TESTING=ON/OFF`: Enable/Disable testing. Requires MetaCG and LLVM-Lit.
46
+
- Set `metacg_DIR` to MetaCG installation directory.
42
47
## Examples
43
48
To verify your build, you may test out the instrumentation of proxy applications LULESH and AMG in the `example` folder (located in your current build directory).
44
49
For details, refer to `CAPI_README` in the `lulesh` folder.
0 commit comments