Skip to content

Commit

Permalink
Merged in version_bump (pull request #212)
Browse files Browse the repository at this point in the history
update the version and tested compilers
  • Loading branch information
mkstoyanov committed Oct 22, 2022
2 parents abb8f0d + 99562bc commit f49e259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions doxygen/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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.
Expand Down

0 comments on commit f49e259

Please sign in to comment.