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.
Add clang hostconfig, fix warning [skip ci]
- Loading branch information
Showing
2 changed files
with
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
set(CMAKE_C_COMPILER "/usr/tce/packages/clang/clang-11.0.1/bin/clang" CACHE PATH "") | ||
set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-11.0.1/bin/clang++" CACHE PATH "") | ||
|
||
set(MPI_C_COMPILER "/usr/tce/packages/mvapich2/mvapich2-2.3-clang-11.0.1/bin/mpicc" CACHE PATH "") | ||
set(MPI_CXX_COMPILER "/usr/tce/packages/mvapich2/mvapich2-2.3-clang-11.0.1/bin/mpicxx" CACHE PATH "") | ||
|
||
set(PAPI_PREFIX "/usr/tce/packages/papi/papi-5.5.1" CACHE PATH "") | ||
set(ITT_PREFIX "/usr/tce/packages/vtune/default" CACHE PATH "") | ||
|
||
set(adiak_DIR "/usr/workspace/boehme3/install/adiak/v0.3.0-quartz/lib/cmake/adiak" CACHE PATH "") | ||
|
||
set(WITH_FORTRAN Off CACHE BOOL "") | ||
set(WITH_ADIAK On CACHE BOOL "") | ||
set(WITH_LIBUNWIND On CACHE BOOL "") | ||
set(WITH_NVPROF Off CACHE BOOL "") | ||
set(WITH_CUPTI Off CACHE BOOL "") | ||
set(WITH_OMPT On CACHE BOOL "") | ||
set(WITH_PAPI On CACHE BOOL "") | ||
set(WITH_LIBDW On CACHE BOOL "") | ||
set(WITH_LIBPFM On CACHE BOOL "") | ||
set(WITH_SAMPLER On CACHE BOOL "") | ||
set(WITH_MPI On CACHE BOOL "") | ||
set(WITH_GOTCHA On CACHE BOOL "") | ||
set(WITH_VTUNE On CACHE BOOL "") | ||
set(WITH_PCP On CACHE BOOL "") | ||
|
||
set(WITH_DOCS Off CACHE BOOL "") | ||
set(BUILD_TESTING On CACHE BOOL "") |
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