Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update benchpark for ramble package manager abstraction #301

Merged
Merged
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
2 changes: 1 addition & 1 deletion checkout-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# SPDX-License-Identifier: Apache-2.0

versions:
ramble: cc7a83e708d22a482ead437e2f71260e59c0ee8f # develop on 6/5/2024 (a few commits past 0.5.0 release).
ramble: a838e7f # develop on 7/17/2024 (newer than 0.5.0 release)
spack: 99405e6 # develop-2024-06-30 (newer than 0.22.0 release)
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
#
# SPDX-License-Identifier: Apache-2.0

spack:
software:
packages:
default-compiler:
spack_spec: cce@16
pkg_spec: cce@16
default-mpi:
spack_spec: cray-mpich@8.1%cce ~gtl
pkg_spec: cray-mpich@8.1%cce ~gtl
compiler-rocm:
spack_spec: cce@16
pkg_spec: cce@16
blas-rocm:
spack_spec: rocblas@5.6.1
blas:
spack_spec: cray-libsci@23
pkg_spec: rocblas@5.6.1
blas:
pkg_spec: cray-libsci@23
lapack:
spack_spec: cray-libsci@23
pkg_spec: cray-libsci@23
mpi-rocm-gtl:
spack_spec: cray-mpich@8.1%cce +gtl
pkg_spec: cray-mpich@8.1%cce +gtl
mpi-rocm-no-gtl:
spack_spec: cray-mpich@8.1%cce ~gtl
pkg_spec: cray-mpich@8.1%cce ~gtl
mpi-gcc:
spack_spec: cray-mpich@8.1%gcc ~gtl
pkg_spec: cray-mpich@8.1%gcc ~gtl

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# SPDX-License-Identifier: Apache-2.0

spack:
software:
packages:
default-compiler:
spack_spec: gcc@9.3.0 # cce@12.0.3
pkg_spec: gcc@9.3.0 # cce@12.0.3
default-mpi:
spack_spec: cray-mpich@7.7.18
pkg_spec: cray-mpich@7.7.18
compiler-gcc:
spack_spec: gcc@9.3.0
pkg_spec: gcc@9.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# SPDX-License-Identifier: Apache-2.0

spack:
software:
packages:
default-compiler:
spack_spec: gcc@12.3.0
pkg_spec: gcc@12.3.0
default-mpi:
spack_spec: cray-mpich@8.1.28
pkg_spec: cray-mpich@8.1.28
compiler-gcc:
spack_spec: gcc@12.3.0
pkg_spec: gcc@12.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
#
# SPDX-License-Identifier: Apache-2.0

spack:
software:
packages:
default-compiler:
spack_spec: gcc@=12.3.0
pkg_spec: gcc@=12.3.0
default-mpi:
spack_spec: openmpi@4.1.5
pkg_spec: openmpi@4.1.5
compiler-gcc:
spack_spec: gcc@=12.3.0
pkg_spec: gcc@=12.3.0
cublas-cuda:
spack_spec: cublas@{default_cuda_version}
pkg_spec: cublas@{default_cuda_version}
blas:
spack_spec: openblas@0.3.23
pkg_spec: openblas@0.3.23
lapack:
spack_spec: openblas@0.3.23
pkg_spec: openblas@0.3.23
23 changes: 23 additions & 0 deletions configs/LLNL-Magma-Penguin-icelake-OmniPath/software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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

software:
packages:
default-compiler:
pkg_spec: gcc@12.1.1
default-mpi:
pkg_spec: mvapich2@2.3.7-gcc1211
compiler-gcc:
pkg_spec: gcc@12.1.1
compiler-intel:
pkg_spec: intel@2021.6.0-classic
blas:
pkg_spec: intel-oneapi-mkl@2022.1.0
lapack:
pkg_spec: intel-oneapi-mkl@2022.1.0
mpi-gcc:
pkg_spec: mvapich2@2.3.7-gcc1211
mpi-intel:
pkg_spec: mvapich2@2.3.7-intel202160classic
23 changes: 0 additions & 23 deletions configs/LLNL-Magma-Penguin-icelake-OmniPath/spack.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions configs/LLNL-Pascal-Penguin-broadwell-P100-OmniPath/software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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

software:
packages:
default-compiler:
pkg_spec: gcc@=11.2.1
default-mpi:
pkg_spec: mvapich2@2.3.7-gcc-11.2.1
compiler-gcc:
pkg_spec: gcc@=11.2.1
compiler-clang:
pkg_spec: clang@=14.0.6
mpi-clang:
pkg_spec: mvapich2@2.3.7-clang-14.0.6
mpi-gcc:
pkg_spec: mvapich2@2.3.7-gcc-11.2.1
blas:
pkg_spec: intel-oneapi-mkl@2022.1.0
cublas-cuda:
pkg_spec: cublas@{default_cuda_version}
lapack:
pkg_spec: intel-oneapi-mkl@2022.1.0
fftw:
pkg_spec: intel-oneapi-mkl@2022.1.0
27 changes: 0 additions & 27 deletions configs/LLNL-Pascal-Penguin-broadwell-P100-OmniPath/spack.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions configs/LLNL-Ruby-icelake-OmniPath/software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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

software:
packages:
default-compiler:
pkg_spec: gcc@12.1.1
default-mpi:
pkg_spec: mvapich2@2.3.7-gcc1211
compiler-gcc:
pkg_spec: gcc@12.1.1
compiler-intel:
pkg_spec: intel@2021.6.0-classic
blas:
pkg_spec: intel-oneapi-mkl@2022.1.0
lapack:
pkg_spec: intel-oneapi-mkl@2022.1.0
mpi-gcc:
pkg_spec: mvapich2@2.3.7-gcc1211
mpi-intel:
pkg_spec: mvapich2@2.3.7-intel202160classic
23 changes: 0 additions & 23 deletions configs/LLNL-Ruby-icelake-OmniPath/spack.yaml

This file was deleted.

35 changes: 35 additions & 0 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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

software:
packages:
default-compiler:
pkg_spec: clang@16.0.6-ibm-cuda-{default_cuda_version}-gcc-11.2.1
default-mpi:
pkg_spec: spectrum-mpi@2023.06.28-clang-ibm-16.0.6-cuda-{default_cuda_version}-gcc-11.2.1
compiler-xl:
pkg_spec: xl@16.1.1-2023.06.28-cuda-{default_cuda_version}-gcc-11.2.1
mpi-xl:
pkg_spec: spectrum-mpi@2023.06.28-cuda-{default_cuda_version}-gcc-11.2.1
compiler-gcc:
pkg_spec: gcc@8.3.1
compiler-clang:
pkg_spec: clang@16.0.6-cuda{default_cuda_version}
mpi-clang:
pkg_spec: spectrum-mpi@2022.08.19-clang16.0.6-cuda-{default_cuda_version}
mpi-gcc:
pkg_spec: spectrum-mpi@2022.08.19-gcc-8.3.1
compiler-clang-ibm:
pkg_spec: clang@16.0.6-ibm-cuda-{default_cuda_version}-gcc-11.2.1
mpi-clang-ibm:
pkg_spec: spectrum-mpi@2023.06.28-clang-ibm-16.0.6-cuda-{default_cuda_version}-gcc-11.2.1
blas:
pkg_spec: cublas@{default_cuda_version}
cublas-cuda:
pkg_spec: cublas@{default_cuda_version}
lapack:
pkg_spec: lapack-xl@3.9.0
fftw:
pkg_spec: fftw@3.3.10
35 changes: 0 additions & 35 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/spack.yaml

This file was deleted.

33 changes: 33 additions & 0 deletions configs/LLNL-Tioga-HPECray-zen3-MI250X-Slingshot/software.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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

software:
packages:
default-compiler:
pkg_spec: cce@16.0.0-rocm5.5.1
default-mpi:
pkg_spec: cray-mpich@8.1.26%cce@16.0.0 ~gtl
compiler-rocm:
pkg_spec: cce@16.0.0-rocm5.5.1
compiler-amdclang:
pkg_spec: clang@16.0.0-rocm5.5.1
compiler-gcc:
pkg_spec: gcc@12.2.0
blas-rocm:
pkg_spec: rocblas@5.5.1
blas:
pkg_spec: rocblas@5.5.1
lapack-rocm:
pkg_spec: rocsolver@5.5.1
lapack:
pkg_spec: cray-libsci@23
mpi-rocm-gtl:
pkg_spec: cray-mpich@8.1.26%cce@16.0.0 +gtl
mpi-rocm-no-gtl:
pkg_spec: cray-mpich@8.1.26%cce@16.0.0 ~gtl
mpi-gcc:
pkg_spec: cray-mpich@8.1.26%gcc@12.2.0 ~gtl
fftw:
pkg_spec: intel-oneapi-mkl@2023.2.0
33 changes: 0 additions & 33 deletions configs/LLNL-Tioga-HPECray-zen3-MI250X-Slingshot/spack.yaml

This file was deleted.

Loading