Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cmake/GeosxConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set( PREPROCESSOR_DEFINES BOUNDS_CHECK
METIS
MKL
MPI
MPI_DESYNC_DETECTION
PARMETIS
PETSC
PYGEOSX
Expand Down
2 changes: 2 additions & 0 deletions src/cmake/GeosxOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ endif()

option( ENABLE_MPI "" ON )

option( ENABLE_MPI_DESYNC_DETECTION "" OFF )

option( ENABLE_CUDA "" OFF )

option( ENABLE_HIP "" OFF )
Expand Down
3 changes: 3 additions & 0 deletions src/coreComponents/common/GeosxConfig.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
/// Enables use of MPI (CMake option ENABLE_MPI)
#cmakedefine GEOS_USE_MPI

/// Enables use of MPI (CMake option ENABLE_MPI_DESYNC_DETECTION)
#cmakedefine GEOS_USE_MPI_DESYNC_DETECTION

/// Enables use of OpenMP (CMake option ENABLE_OPENMP)
#cmakedefine GEOS_USE_OPENMP

Expand Down
Loading
Loading