File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ CUDAHOSTCXX=`which g++` # full path to the C++ compiler to be used as CUDA host
36
36
37
37
##### Requirements
38
38
- 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)
41
41
- CUDA Toolkit (11.0 or later, optional)
42
42
- MPI (optional, CUDA-aware MPI for the GPU communication module ` gcl_gpu ` )
43
43
@@ -65,15 +65,7 @@ The GridTools libraries are currently nightly tested with the following compiler
65
65
| Compiler | Backend | Date | Comments |
66
66
| --- | --- | --- | --- |
67
67
| 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 |
77
69
78
70
### Contributing
79
71
You can’t perform that action at this time.
0 commit comments