diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d13aff4..61ff3a11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/global/testing/test.F b/global/testing/test.F index a2cde198..8310ae17 100644 --- a/global/testing/test.F +++ b/global/testing/test.F @@ -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