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

New System class: Sierra/Lassen #351

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 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
51 changes: 51 additions & 0 deletions var/sys_repo/systems/lassen/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 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

packages:
tar:
externals:
- spec: tar@1.26
prefix: /usr
buildable: false
cmake:
externals:
- spec: cmake@3.29.2
prefix: /usr/tce/packages/cmake/cmake-3.29.2
buildable: false
gmake:
externals:
- spec: gmake@4.2.1
prefix: /usr/tcetmp/packages/gmake/gmake-4.2.1
buildable: false
automake:
externals:
- spec: automake@1.13.4
prefix: /usr
autoconf:
externals:
- spec: autoconf@2.69
prefix: /usr
cub:
buildable: false
externals:
- spec: cub@11.8.0
prefix: /usr/tce/packages/cuda/cuda-11.8.0/
fftw:
externals:
- spec: fftw@3.3.10
prefix: /usr/tcetmp/packages/fftw/fftw-3.3.10-xl-2023.06.28
buildable: false
lapack:
externals:
- spec: lapack-xl@3.9.0
prefix: /usr/tcetmp/packages/lapack/lapack-3.9.0-xl-2020.03.18
buildable: false
python:
externals:
- spec: python@3.8.2
prefix: /usr/tce/packages/python/python-3.8.2
buildable: false
mpi:
buildable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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

packages:
curand:
externals:
- spec: curand@10.1.243
prefix: /usr/tce/packages/cuda/cuda-10.1.243
buildable: false
cusparse:
externals:
- spec: cusparse@10.1.243
prefix: /usr/tce/packages/cuda/cuda-10.1.243
buildable: false
cuda:
externals:
- spec: cuda@10.1.243
prefix: /usr/tce/packages/cuda/cuda-10.1.243
buildable: false
blas:
externals:
- spec: cublas@10.1.243
prefix: /usr/tce/packages/cuda/cuda-10.1.243
buildable: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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

packages:
curand:
externals:
- spec: curand@11.8.0
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cusparse:
externals:
- spec: cusparse@11.8.0
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cuda:
externals:
- spec: cuda@11.8.0
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
blas:
externals:
- spec: cublas@11.8.0
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
Loading