-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1260 from aurianer/add_nvhpc_24_9_pipeline
Add `[email protected]` pipeline on alps
- Loading branch information
Showing
6 changed files
with
57 additions
and
4 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
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,41 @@ | ||
# Copyright (c) 2023 ETH Zurich | ||
# | ||
# SPDX-License-Identifier: BSL-1.0 | ||
# Distributed under the Boost Software License, Version 1.0. (See accompanying | ||
# file BOOST_LICENSE_1_0.rst or copy at http://www.boost.org/LICENSE_1_0.txt) | ||
|
||
include: | ||
- local: '.gitlab/includes/common_pipeline.yml' | ||
- local: '.gitlab/includes/common_spack_pipeline.yml' | ||
|
||
.variables_nvhpc24_9_config: | ||
variables: | ||
SPACK_ARCH: linux-ubuntu22.04-neoverse_v2 | ||
COMPILER: [email protected] | ||
NVHPC_COMPILER: [email protected] | ||
CXXSTD: 20 | ||
GPU_TARGET: '90' | ||
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${NVHPC_COMPILER} +stdexec +mpi +cuda cuda_arch=${GPU_TARGET} \ | ||
malloc=system cxxstd=$CXXSTD ^[email protected]%${NVHPC_COMPILER} ^[email protected] \ | ||
^[email protected] ^[email protected]%${NVHPC_COMPILER} ^whip%${NVHPC_COMPILER}" | ||
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_CUDA=ON -DPIKA_WITH_MALLOC=system \ | ||
-DPIKA_WITH_MPI=ON -DCMAKE_CUDA_ARCHITECTURES=$GPU_TARGET -DPIKA_WITH_STDEXEC=ON" | ||
PULL_ON_HOST_MACHINE: "YES" | ||
|
||
nvhpc24_9_spack_compiler_image: | ||
extends: | ||
- .variables_nvhpc24_9_config | ||
- .compiler_image_template_santis | ||
|
||
nvhpc24_9_spack_image: | ||
needs: [nvhpc24_9_spack_compiler_image] | ||
extends: | ||
- .variables_nvhpc24_9_config | ||
- .dependencies_image_template_santis | ||
|
||
nvhpc24_9_build: | ||
timeout: 2 hours | ||
needs: [nvhpc24_9_spack_image] | ||
extends: | ||
- .variables_nvhpc24_9_config | ||
- .build_template_santis |
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 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