Skip to content

Commit 53fc455

Browse files
authored
Update README (#1757)
1 parent ddcce15 commit 53fc455

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ CUDAHOSTCXX=`which g++` # full path to the C++ compiler to be used as CUDA host
3636

3737
##### Requirements
3838
- C++17 compiler (see also list of tested compilers)
39-
- Boost (1.65.1 or later)
40-
- CMake (3.14.5 or later)
39+
- Boost headers (1.65.1 or later)
40+
- CMake (3.18.1 or later)
4141
- CUDA Toolkit (11.0 or later, optional)
4242
- MPI (optional, CUDA-aware MPI for the GPU communication module `gcl_gpu`)
4343

@@ -65,15 +65,7 @@ The GridTools libraries are currently nightly tested with the following compiler
6565
| Compiler | Backend | Date | Comments |
6666
| --- | --- | --- | --- |
6767
| Intel 19.1.1.217 | all backends | 2021-09-30 | with `cmake . -DCMAKE_CXX_FLAGS=-qnextgen` |
68-
69-
##### Officially not supported (no workarounds implemented and planned)
70-
71-
| Compiler | Backend | Date | Comments |
72-
| --- | --- | --- | --- |
73-
| Cray without Clang frontend| cpu_kfirst | | no effort to fix compilation |
74-
| Cray clang version 9.0.2 | all backends | 2020-09-30 | with Cray extensions (works with flags `-fno-cray -fno-cray-gpu`) |
75-
| PGI 20.1 | cpu backends | 2020-10-08 | no effort to fix compilation |
76-
| Intel 19.1.0.166 | all backends | 2020-05-11 | even with `-qnextgen`, no effort to fix compilation |
68+
| NVHPC 23.3 | all backends | 2023-04-20 | only compilation is tested regularly in CI |
7769

7870
### Contributing
7971

0 commit comments

Comments
 (0)