Skip to content
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

CI: Daint test Cray 14.0.0 #1763

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ The GridTools libraries are currently nightly tested with the following compiler

| Compiler | Backend | Tested on | Comments |
| --- | --- | --- | --- |
| Cray clang version 12.0.3 | all backends | Piz Daint | P100 GPU | with Clang-CUDA
| Cray clang version 14.0.0 | all backends | Piz Daint | P100 GPU | with Clang-CUDA
| Cray clang version 10.0.2 + NVCC 11.2 | all backends | Piz Daint | P100 GPU |
| Cray clang version 12.0.3 | all backends | Piz Daint | with -std=c++20
| Cray clang version 14.0.0 | all backends | Piz Daint | with -std=c++20
| GNU 11.2.0 + NVCC 11.0 | all backends | Piz Daint | P100 GPU |
| GNU 11.2.0 + NVCC 11.2 | all backends | Dom | P100 GPU |
| GNU 8.3.0 + NVCC 11.2 | all backends | Tsa | V100 GPU |
Expand Down
2 changes: 2 additions & 0 deletions jenkins/envs/daint_cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source $(dirname "$BASH_SOURCE")/daint.sh

module switch cce/14.0.0

export CXX=$(which CC)
export CC=$(which cc)
export FC=$(which ftn)
Expand Down
3 changes: 1 addition & 2 deletions jenkins/envs/daint_cray_cxx20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ source $(dirname "$BASH_SOURCE")/daint_cray.sh

export GCC_X86_64=/opt/gcc/10.3.0/snos
export GTCMAKE_GT_TESTS_CXX_STANDARD=20
# some problem with C++20 math library included by Python (std::lerp not defined)
export GTCMAKE_GT_TESTS_ENABLE_PYTHON_TESTS=OFF

Loading