8000 Update README by havogt · Pull Request #1757 · GridTools/gridtools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README #1757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ CUDAHOSTCXX=`which g++` # full path to the C++ compiler to be used as CUDA host

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

Expand Down Expand Up @@ -65,15 +65,7 @@ The GridTools libraries are currently nightly tested with the following compiler
| Compiler | Backend | Date | Comments |
| --- | --- | --- | --- |
| Intel 19.1.1.217 | all backends | 2021-09-30 | with `cmake . -DCMAKE_CXX_FLAGS=-qnextgen` |

##### Officially not supported (no workarounds implemented and planned)

| Compiler | Backend | Date | Comments |
| --- | --- | --- | --- |
| Cray without Clang frontend| cpu_kfirst | | no effort to fix compilation |
| Cray clang version 9.0.2 | all backends | 2020-09-30 | with Cray extensions (works with flags `-fno-cray -fno-cray-gpu`) |
| PGI 20.1 | cpu backends | 2020-10-08 | no effort to fix compilation |
| Intel 19.1.0.166 | all backends | 2020-05-11 | even with `-qnextgen`, no effort to fix compilation |
| NVHPC 23.3 | all backends | 2023-04-20 | only compilation is tested regularly in CI |

### Contributing

Expand Down
0