-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameterizing the LLNL-Magma-Penguin-icelake-OmniPath spack.yaml
- Loading branch information
Riyaz Haque
committed
May 12, 2024
1 parent
eec41da
commit 7b280e4
Showing
4 changed files
with
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
18 changes: 18 additions & 0 deletions
18
configs/LLNL-Magma-Penguin-icelake-OmniPath/spack_config_variables.yaml
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,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]' |
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,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 |
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