-
Notifications
You must be signed in to change notification settings - Fork 128
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
Chuck Atkins
committed
Apr 10, 2020
1 parent
6df06e8
commit 3b33248
Showing
4 changed files
with
106 additions
and
7 deletions.
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
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,22 @@ | ||
# Client maintainer: [email protected] | ||
|
||
set(ENV{CC} xlc) | ||
set(ENV{CXX} xlc++) | ||
set(ENV{FC} xlf) | ||
|
||
set(dashboard_cache " | ||
#ADIOS2_USE_BZip2:BOOL=ON | ||
#ADIOS2_USE_Blosc:BOOL=OFF | ||
#ADIOS2_USE_DataMan:BOOL=ON | ||
#ADIOS2_USE_Fortran:BOOL=ON | ||
ADIOS2_USE_HDF5:BOOL=ON | ||
ADIOS2_USE_MPI:BOOL=OFF | ||
#ADIOS2_USE_Python:BOOL=OFF | ||
#ADIOS2_USE_SZ:BOOL=ON | ||
#ADIOS2_USE_ZeroMQ:STRING=ON | ||
#ADIOS2_USE_ZFP:BOOL=ON | ||
") | ||
|
||
set(CTEST_CMAKE_GENERATOR "Unix Makefiles") | ||
list(APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE}") | ||
include(${CMAKE_CURRENT_LIST_DIR}/ci-common.cmake) |
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