-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
185 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
include: | ||
- local: 'ci/cpu/asan_ubsan_lsan.yml' | ||
- local: 'ci/cpu/clang15_release_cxx20.yml' | ||
- local: 'ci/cpu/clang15_release_stdexec.yml' | ||
- local: 'ci/cpu/clang15_release.yml' | ||
- local: 'ci/cpu/clang16_release.yml' | ||
- local: 'ci/cpu/clang18_release.yml' | ||
- local: 'ci/cpu/gcc11_release_stdexec.yml' | ||
- local: 'ci/cpu/gcc11_debug_stdexec.yml' | ||
- local: 'ci/cpu/gcc12_release_cxx20.yml' | ||
- local: 'ci/cpu/gcc13_codecov.yml' | ||
- local: 'ci/cpu/gcc13_release.yml' | ||
- local: 'ci/cuda/gcc11_release.yml' | ||
- local: 'ci/cuda/gcc11_release_scalapack.yml' | ||
- local: 'ci/cuda/gcc11_codecov.yml' | ||
- local: 'ci/cuda/gcc11_debug_scalapack.yml' | ||
- local: 'ci/cuda/gcc13_release_stdexec.yml' | ||
- local: 'ci/rocm/clang14_release.yml' | ||
- local: 'ci/rocm/clang14_release_stdexec.yml' | ||
# - local: 'ci/cpu/asan_ubsan_lsan.yml' | ||
# - local: 'ci/cpu/clang15_release_cxx20.yml' | ||
# - local: 'ci/cpu/clang15_release_stdexec.yml' | ||
# - local: 'ci/cpu/clang15_release.yml' | ||
# - local: 'ci/cpu/clang16_release.yml' | ||
# - local: 'ci/cpu/clang18_release.yml' | ||
# - local: 'ci/cpu/gcc11_release_stdexec.yml' | ||
# - local: 'ci/cpu/gcc11_debug_stdexec.yml' | ||
# - local: 'ci/cpu/gcc12_release_cxx20.yml' | ||
# - local: 'ci/cpu/gcc13_codecov.yml' | ||
# - local: 'ci/cpu/gcc13_release.yml' | ||
- local: 'ci/cuda/gcc13_release.yml' | ||
# - local: 'ci/cuda/gcc11_release_scalapack.yml' | ||
# - local: 'ci/cuda/gcc11_codecov.yml' | ||
# - local: 'ci/cuda/gcc11_debug_scalapack.yml' | ||
# - local: 'ci/cuda/gcc13_release_stdexec.yml' | ||
# - local: 'ci/rocm/clang14_release.yml' | ||
# - local: 'ci/rocm/clang14_release_stdexec.yml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
include: | ||
- local: 'ci/common-ci.yml' | ||
|
||
cuda gcc13 release deps: | ||
extends: .build_deps_common_gh200 | ||
variables: | ||
BASE_IMAGE: docker.io/nvidia/cuda:12.6.1-devel-ubuntu24.04 | ||
COMPILER: gcc@13 | ||
SPACK_ENVIRONMENT: ci/docker/release-cuda-gh200.yaml | ||
DEPS_IMAGE: $CSCS_REGISTRY_PATH/cuda-gh200-gcc13-release/deps | ||
|
||
cuda gcc13 release build: | ||
extends: | ||
- .build_common_gh200 | ||
- .build_for_alps_gh200 | ||
needs: | ||
- cuda gcc13 release deps | ||
variables: | ||
DLAF_IMAGE: $CSCS_REGISTRY_PATH/cuda-gh200-gcc13-release/dlaf:$CI_COMMIT_SHA | ||
|
||
cuda gcc13 release test: | ||
extends: .run_todi | ||
needs: | ||
- cuda gcc13 release build | ||
trigger: | ||
include: | ||
- artifact: pipeline.yml | ||
job: cuda gcc13 release build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# | ||
# Distributed Linear Algebra with Future (DLAF) | ||
# | ||
# Copyright (c) 2018-2024, ETH Zurich | ||
# All rights reserved. | ||
# | ||
# Please, refer to the LICENSE file in the root directory. | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
|
||
packages: | ||
all: | ||
target: [neoverse_v2] | ||
# Set nvpl as default blas, lapack and scalapack provider. | ||
# Can be overwritten in environments if needed. | ||
blas: | ||
require: 'nvpl-blas' | ||
lapack: | ||
require: 'nvpl-lapack' | ||
scalapack: | ||
require: 'netlib-scalapack' | ||
mpi: | ||
require: 'mpich' | ||
blaspp: | ||
variants: | ||
- '~cuda' | ||
- '~openmp' | ||
- '~rocm' | ||
nvpl-blas: | ||
require: | ||
- 'threads=openmp' | ||
nvpl-lapack: | ||
require: | ||
- 'threads=openmp' | ||
openblas: | ||
variants: | ||
- 'threads=openmp' | ||
mpich: | ||
# Fix version to have better control. | ||
require: | ||
- '@3.4.3' | ||
variants: | ||
- '~fortran' | ||
- '~libxml2' | ||
libfabric: | ||
# Fix version to be compatible with version on todi | ||
require: | ||
- '@1.15.2' | ||
hwloc: | ||
variants: | ||
- '~libxml2' | ||
git: | ||
# Force git as non-buildable to allow deprecated versions in environments | ||
# https://github.com/spack/spack/pull/30040 | ||
buildable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# Distributed Linear Algebra with Future (DLAF) | ||
# | ||
# Copyright (c) 2018-2024, ETH Zurich | ||
# All rights reserved. | ||
# | ||
# Please, refer to the LICENSE file in the root directory. | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
|
||
spack: | ||
include: | ||
- /spack_environment/common-gh200.yaml | ||
|
||
view: false | ||
concretizer: | ||
unify: | ||
true | ||
|
||
specs: | ||
- dla-future@master +cuda +miniapps +ci-test | ||
|
||
packages: | ||
all: | ||
variants: | ||
- 'build_type=Release' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters