-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/aronson/strainOutput' of https://github.com/GEO…
…S-DEV/GEOS into feature/aronson/strainOutput
- Loading branch information
Showing
335 changed files
with
19,702 additions
and
2,818 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
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
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,65 @@ | ||
####################################### | ||
# | ||
# Pangea4 - base config for CPU cluster | ||
# | ||
# - RAJA CPU | ||
# - CHAI CPU | ||
# - CUDA OFF | ||
# - OPENMP OFF | ||
# - HYPRE ON | ||
# | ||
####################################### | ||
|
||
####################################### | ||
# SCIENTIFIC LIBRARIES | ||
####################################### | ||
|
||
set( ENABLE_HYPRE ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_MATHPRESSO ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_PAMELA ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_PETSC OFF CACHE BOOL "" FORCE ) | ||
set( ENABLE_PVTPackage ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_SCOTCH ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_SUITESPARSE ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_TRILINOS OFF CACHE BOOL "" FORCE ) | ||
set( ENABLE_VTK ON CACHE BOOL "" FORCE ) | ||
|
||
####################################### | ||
# DEVELOPMENT TOOLS | ||
####################################### | ||
|
||
set( ENABLE_DOXYGEN ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_GTEST_DEATH_TESTS ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_SPHINX ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_UNCRUSTIFY ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_XML_UPDATES ON CACHE BOOL "" FORCE ) | ||
|
||
####################################### | ||
# PERFORMANCE TOOLS | ||
####################################### | ||
|
||
set( ENABLE_BENCHMARKS ON CACHE BOOL "" FORCE ) | ||
set( ENABLE_CALIPER ON CACHE BOOL "" FORCE ) | ||
|
||
####################################### | ||
# RAJA/CHAI SETUP | ||
####################################### | ||
|
||
set( ENABLE_OPENMP OFF CACHE BOOL "" FORCE ) | ||
set( ENABLE_CUDA OFF CACHE BOOL "" FORCE ) | ||
|
||
set( ENABLE_CHAI ON CACHE BOOL "" FORCE ) | ||
set( CHAI_BUILD_TYPE "cpu-no-rm" CACHE STRING "" FORCE ) | ||
set( CHAI_ARGS "" CACHE STRING "" FORCE ) | ||
|
||
set( ENABLE_RAJA ON CACHE BOOL "" FORCE ) | ||
set( RAJA_ENABLE_HIP OFF CACHE BOOL "" FORCE ) | ||
set( RAJA_ENABLE_OPENMP OFF CACHE BOOL "" FORCE ) | ||
set( RAJA_ENABLE_TBB OFF CACHE BOOL "" FORCE ) | ||
|
||
####################################### | ||
# PYTHON SETUP | ||
####################################### | ||
|
||
set( ENABLE_PYGEOSX ON CACHE BOOL "" ) | ||
set( ENABLE_VTK_WRAP_PYTHON ON CACHE BOOL "" ) |
Oops, something went wrong.