mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Dashboard: Add tests for GCC 11 and 12
This commit is contained in:
parent
18f1966a60
commit
a35736c8f7
2 changed files with 26 additions and 0 deletions
|
|
@ -75,6 +75,18 @@ report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt
|
|||
|
||||
# ==============================================================================
|
||||
|
||||
[gcc12]
|
||||
sortkey: 451
|
||||
name: Ubuntu, GCC 12 (ssmp)
|
||||
host: GCP
|
||||
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc12_report.txt
|
||||
|
||||
[gcc11]
|
||||
sortkey: 452
|
||||
name: Ubuntu, GCC 11 (ssmp)
|
||||
host: GCP
|
||||
report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc11_report.txt
|
||||
|
||||
[gcc10]
|
||||
sortkey: 453
|
||||
name: Ubuntu, GCC 10 (ssmp)
|
||||
|
|
|
|||
|
|
@ -163,6 +163,20 @@ nodepools: pool-t2d-32
|
|||
build_path: /
|
||||
dockerfile: /tools/docker/Dockerfile.test_gcc10
|
||||
|
||||
[gcc11]
|
||||
display_name: Ubuntu, GCC 11 (ssmp)
|
||||
cpu: 32
|
||||
nodepools: pool-t2d-32
|
||||
build_path: /
|
||||
dockerfile: /tools/docker/Dockerfile.test_gcc11
|
||||
|
||||
[gcc12]
|
||||
display_name: Ubuntu, GCC 12 (ssmp)
|
||||
cpu: 32
|
||||
nodepools: pool-t2d-32
|
||||
build_path: /
|
||||
dockerfile: /tools/docker/Dockerfile.test_gcc12
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
[perf-cuda-volta]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue