Skip to content

Commit

Permalink
Parameterizing the LLNL-Magma-Penguin-icelake-OmniPath spack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed May 12, 2024
1 parent eec41da commit 7b280e4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/LLNL-Magma-Penguin-icelake-OmniPath/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
spack:
packages:
default-compiler:
spack_spec: [email protected]
spack_spec: '{compiler_spec}'
default-mpi:
spack_spec: [email protected]
spack_spec: '{mpi_spec}'
compiler-gcc:
spack_spec: [email protected]
compiler-intel:
spack_spec: [email protected]
blas:
spack_spec: [email protected]
spack_spec: '{blas_spec}'
lapack:
spack_spec: [email protected]
spack_spec: '{lapack_spec}'
mpi-gcc:
spack_spec: [email protected]
mpi-intel:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

variables:
build_toolchain: [gcc, intel]
compiler_spec: ['[email protected]', '[email protected]']
mpi_spec: ['[email protected]', '[email protected]']
blas_spec: ['[email protected]', '[email protected]']
lapack_spec: ['[email protected]', '[email protected]']

#variables:
# build_toolchain: gcc
# compiler_spec: '[email protected]'
# mpi_spec: '[email protected]'
# blas_spec: '[email protected]'
# lapack_spec: '[email protected]'
12 changes: 12 additions & 0 deletions configs/LLNL-Magma-Penguin-icelake-OmniPath/zips.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

zips:
toolchain:
- build_toolchain
- compiler_spec
- mpi_spec
- blas_spec
- lapack_spec
2 changes: 2 additions & 0 deletions experiments/saxpy/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

ramble:
include:
- ./configs/spack_config_variables.yaml
- ./configs/zips.yaml
- ./configs/spack.yaml
- ./configs/variables.yaml
- ./configs/modifier.yaml
Expand Down

0 comments on commit 7b280e4

Please sign in to comment.