Skip to content
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
40 changes: 20 additions & 20 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ setup:
CXX: mpicxx++
deps:
packages: !extend [ *brew-packages, mpich]
cmake: ['3.23.4']
cmake: ['3.31.9']
mesa: ~
vtk: '9.3.1'

Expand Down Expand Up @@ -103,37 +103,37 @@ setup:
:/opt/vtk/bin\
:"
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
doxygen: ['1.8.16']
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: [ '4.0.2', '-j4' ] }

amd64-ubuntu-20.04-gcc-10-cpp:
label: gcc-10, ubuntu, mpich
env: { <<: *env, CC: gcc-10, CXX: g++-10 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-10, CXX: g++-10 }, args: [ '4.0.2', '-j4' ] }

amd64-ubuntu-20.04-gcc-10-openmpi-cpp:
label: gcc-10, ubuntu, openmpi
env: { <<: *env, CC: gcc-10, CXX: g++-10 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
openmpi: { env: { CC: gcc-10, CXX: g++-10 }, args: [ 'v4.0', '4.0.4', '-j4' ] }

amd64-ubuntu-22.04-gcc-11-cpp:
label: gcc-11, ubuntu, mpich
env: { <<: *env, CC: gcc-11, CXX: g++-11 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-11, CXX: g++-11 }, args: [ '4.0.2', '-j4' ] }

# The `develop` configuration. Includes also gcovr and lcov report generators.
amd64-ubuntu-22.04-gcc-12-cpp: &develop-gcc
label: gcc-12, ubuntu, mpich
env: &develop-gcc-env { <<: *env, CC: gcc-12, CXX: g++-12 }
deps: &develop-gcc-deps
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-12, CXX: g++-12 }, args: [ '4.0.2', '-j4' ] }

amd64-ubuntu-22.04-gcc-12-vtk-cpp:
Expand All @@ -155,22 +155,22 @@ setup:
label: gcc-13, ubuntu, mpich
env: { <<: *env, CC: gcc-13, CXX: g++-13 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-13, CXX: g++-13 }, args: [ '4.0.2', '-j4' ] }

amd64-ubuntu-24.04-gcc-14-cpp:
label: gcc-14, ubuntu, mpich
env: { <<: *env, CC: gcc-14, CXX: g++-14 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-14, CXX: g++-14 }, args: [ '4.0.2', '-j4' ] }

# ubuntu / nvidia cuda
amd64-ubuntu-20.04-gcc-9-cuda-12.2.0-cpp: &amd64-ubuntu-20_04-gcc-9-cuda-12_2_0-cpp
label: nvidia cuda 12.2.0, gcc-9, ubuntu, mpich
env: { <<: *env, CC: gcc-9, CXX: nvcc_wrapper }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
# fmt: ['7.1.3', '-j4'] external fmt
Expand All @@ -184,63 +184,63 @@ setup:
label: clang-9, ubuntu, mpich
env: { <<: *env, CC: clang-9, CXX: clang++-9 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-20.04-clang-10-cpp:
label: clang-10, ubuntu, mpich
env: { <<: *env, CC: clang-10, CXX: clang++-10 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-22.04-clang-11-cpp:
label: clang-11, ubuntu, mpich
env: { <<: *env, CC: clang-11, CXX: clang++-11 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-22.04-clang-12-cpp:
label: clang-12, ubuntu, mpich
env: { <<: *env, CC: clang-12, CXX: clang++-12 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-22.04-clang-13-cpp:
label: clang-13, ubuntu, mpich
env: { <<: *env, CC: clang-13, CXX: clang++-13 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-22.04-clang-14-cpp:
label: clang-14, ubuntu, mpich
env: { <<: *env, CC: clang-14, CXX: clang++-14 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-22.04-clang-15-cpp:
label: clang-15, ubuntu, mpich
env: { <<: *env, CC: clang-15, CXX: clang++-15 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-24.04-clang-16-cpp: &develop-clang
label: clang-16, ubuntu, mpich
env: &develop-clang-env { <<: *env, CC: clang-16, CXX: clang++-16 }
deps: &develop-clang-deps
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

Expand All @@ -264,15 +264,15 @@ setup:
label: clang-17, ubuntu, mpich
env: { <<: *env, CC: clang-17, CXX: clang++-17 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

amd64-ubuntu-24.04-clang-18-cpp:
label: clang-18, ubuntu, mpich
env: { <<: *env, CC: clang-18, CXX: clang++-18 }
deps:
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']

Expand All @@ -299,7 +299,7 @@ setup:
LD_LIBRARY_PATH: /opt/intel/oneapi/tbb/latest/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/debugger/10.1.1/dep/lib:/opt/intel/oneapi/debugger/10.1.1/libipt/intel64/lib:/opt/intel/oneapi/debugger/10.1.1/gdb/intel64/lib:/opt/intel/oneapi/compiler/latest/linux/lib:/opt/intel/oneapi/compiler/latest/linux/lib/x64:/opt/intel/oneapi/compiler/latest/linux/lib/emu:/opt/intel/oneapi/compiler/latest/linux/lib/oclfpga/host/linux64/lib:/opt/intel/oneapi/compiler/latest/linux/lib/oclfpga/linux64/lib:/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/latest/linux/compiler/lib
INTEL_LICENSE_FILE: /opt/intel/licenses:/root/intel/licenses:/opt/intel/licenses:/root/intel/licenses:/Users/Shared/Library/Application Support/Intel/Licenses'
deps: &intel-icpc-deps
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: icc, CXX: icpc }, args: ['4.0.2', '-j4'] }

amd64-ubuntu-20.04-icpx-cpp:
Expand Down
49 changes: 25 additions & 24 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ target "build-all" {
compiler = "clang-9"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -225,23 +225,23 @@ target "build-all" {
compiler = "clang-10"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-11"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-12"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -250,7 +250,7 @@ target "build-all" {
compiler = "clang-13"
extra_packages = "llvm-13"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -259,15 +259,15 @@ target "build-all" {
compiler = "clang-14"
extra_packages = "llvm-14"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "clang-15"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -277,7 +277,7 @@ target "build-all" {
distro_version = "24.04"
extra_packages = "llvm-16"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -288,7 +288,7 @@ target "build-all" {
extra_packages = "llvm-16 xvfb"
variant = "vtk"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
mesa: ~
Expand All @@ -302,7 +302,7 @@ target "build-all" {
fc="gfortran-13"
variant = "zoltan"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
zoltan: [ -j4 ]
Expand All @@ -312,7 +312,7 @@ target "build-all" {
compiler = "clang-17"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -321,7 +321,7 @@ target "build-all" {
compiler = "clang-18"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
libunwind: '1.6.2'
mpich: ['4.0.2', '-j4']
EOF
Expand All @@ -332,7 +332,7 @@ target "build-all" {
path_prefix = "/opt/doxygen/bin:"
extra_packages = "python3-jinja2 python3-pygments texlive-font-utils"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
doxygen: ['1.8.16']
mpich: [ '4.0.2', '-j4' ]
EOF
Expand All @@ -341,7 +341,7 @@ target "build-all" {
compiler = "gcc-10"
distro_version = "20.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -352,22 +352,22 @@ target "build-all" {
mpi_extra_flags = "--allow-run-as-root --oversubscribe"
variant = "openmpi"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
openmpi: ['v4.0', '4.0.4', '-j4']
EOF
},
{
compiler = "gcc-11"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "gcc-12"
extra_packages = "gcovr lcov"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -376,7 +376,7 @@ target "build-all" {
extra_packages = "gcovr lcov xvfb"
variant = "vtk"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
mesa: ~
vtk: '9.3.1'
Expand All @@ -388,7 +388,7 @@ target "build-all" {
fc="gfortran-12"
variant = "zoltan"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
zoltan: [ -j4 ]
EOF
Expand All @@ -397,15 +397,15 @@ target "build-all" {
compiler = "gcc-13"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
{
compiler = "gcc-14"
distro_version = "24.04"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand All @@ -416,6 +416,7 @@ target "build-all" {
distro_version = "3.16"
extra_packages = "clang-dev"
deps = <<EOF
cmake: ['3.31.9']
mpich: [ '3.3.2', '-j4' ]
EOF
},
Expand All @@ -427,7 +428,7 @@ target "build-all" {
path_prefix = "/opt/nvcc_wrapper/build:"
variant = "cuda-12.2.0"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
EOF
Expand All @@ -439,7 +440,7 @@ target "build-all" {
path_prefix = "/opt/nvcc_wrapper/build:"
variant = "cuda-11.4.3"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
fmt: { env: { CC: gcc-9, CXX: g++-9 }, args: ['11.1.3', '-j4'] }
mpich: { env: { CC: gcc-9, CXX: g++-9 }, args: ['4.0.2', '-j4'] }
nvcc_wrapper: ~
Expand All @@ -454,7 +455,7 @@ target "build-all" {
ld_library_path = "/opt/intel/oneapi/tbb/latest/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/debugger/10.1.1/dep/lib:/opt/intel/oneapi/debugger/10.1.1/libipt/intel64/lib:/opt/intel/oneapi/debugger/10.1.1/gdb/intel64/lib:/opt/intel/oneapi/compiler/latest/linux/lib:/opt/intel/oneapi/compiler/latest/linux/lib/x64:/opt/intel/oneapi/compiler/latest/linux/lib/emu:/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:/opt/intel/oneapi/compiler/latest/linux/compiler/lib"
path_prefix = "/opt/intel/oneapi/dev-utilities/latest/bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64:/opt/intel/oneapi/compiler/latest/linux/bin:"
deps = <<EOF
cmake: ['3.23.4']
cmake: ['3.31.9']
mpich: ['4.0.2', '-j4']
EOF
},
Expand Down
Loading