forked from LLNL/Caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "") | ||
|
||
set(WITH_ADIAK Off CACHE BOOL "") | ||
set(WITH_CUPTI Off CACHE BOOL "") | ||
set(WITH_FORTRAN On CACHE BOOL "") | ||
set(WITH_LIBDW On CACHE BOOL "") | ||
set(WITH_LIBPFM Off CACHE BOOL "") | ||
set(WITH_LIBUNWIND On CACHE BOOL "") | ||
set(WITH_MPI Off CACHE BOOL "") | ||
set(WITH_MPIT Off CACHE BOOL "") | ||
set(WITH_NVPROF Off CACHE BOOL "") | ||
set(WITH_PAPI Off CACHE BOOL "") | ||
set(WITH_SAMPLER On CACHE BOOL "") | ||
set(WITH_VTUNE Off CACHE BOOL "") | ||
|
||
set(WITH_DOCS Off CACHE BOOL "") | ||
set(BUILD_TESTING On CACHE BOOL "") |