From 99562bc2ea61362da682879fd0b488692b80f572 Mon Sep 17 00:00:00 2001 From: Miroslav Stoyanov Date: Fri, 21 Oct 2022 20:02:49 -0400 Subject: [PATCH] update the version and tested compilers --- CMakeLists.txt | 2 +- doxygen/installation.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84cc438..c3dccf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project("Heffte" VERSION 2.2.0 LANGUAGES CXX) +project("Heffte" VERSION 2.3.0 LANGUAGES CXX) option(Heffte_ENABLE_FFTW "Enable the FFTW backend" OFF) option(Heffte_ENABLE_CUDA "Enable the CUDA and cuFFT backend" OFF) diff --git a/doxygen/installation.md b/doxygen/installation.md index 0d30177..1fd1c5a 100644 --- a/doxygen/installation.md +++ b/doxygen/installation.md @@ -15,8 +15,8 @@ could be cleanly implemented in the rigid Makefile. | Compiler | Tested versions | |----|----| -| gcc | 6 - 10 | -| clang | 4 - 10 | +| gcc | 7 - 11 | +| clang | 5 - 14 | | icc | 18 | | dpcpp | 2021.2 | | OpenMPI | 4.0.3 | @@ -29,8 +29,8 @@ Tested backend libraries: | fftw3 | 3.3.7 - 3.3.10 | | mkl | 2016 | | oneapi/onemkl | 2021.4 | -| cuda/cufft | 9.0 - 11 | -| rocm/rocfft | 4.0 - 4.3 | +| cuda/cufft | 10 - 11 | +| rocm/rocfft | 4.0 - 5.6 | The listed tested versions are part of the continuous integration and nightly build systems, but heFFTe may yet work with other compilers and backend versions.