Skip to content

Commit

Permalink
Capturing some minor modifications to code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce J Palmer committed Oct 9, 2024
1 parent 5d6ce0e commit 16f41a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ if(ENABLE_CXX)
endif()

if (ENABLE_CUDA OR ENABLE_HIP)
if(${CMAKE_MINOR_VERSION} LESS "22")
message(FATAL_ERROR "GPU build requires CMake versions >= 3.22.0")
if(${CMAKE_MINOR_VERSION} LESS "19")
message(FATAL_ERROR "GPU build requires CMake versions >= 3.19.0")
endif()
endif()

Expand Down
2 changes: 1 addition & 1 deletion global/testing/test.F
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
c#define MIRROR
#define GA3
#define NGA_GATSCAT
#define BLOCK_CYCLIC
C#define BLOCK_CYCLIC
c#define USE_SCALAPACK_DISTR
c#define USE_TILED_DISTR
c#define USE_TILED_IRREG_DISTR
Expand Down

0 comments on commit 16f41a6

Please sign in to comment.