-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
351 additions
and
30 deletions.
There are no files selected for viewing
111 changes: 111 additions & 0 deletions
111
configs/CSCS-Daint-HPECray-haswell-P100-Infiniband/auxiliary_software_files/compilers.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,111 @@ | ||
# 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 | ||
|
||
compilers: | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-cray | ||
- cce/12.0.3 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-gnu | ||
- gcc/9.3.0 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-gnu | ||
- gcc/10.3.0 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-gnu | ||
- gcc/11.2.0 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-intel | ||
- intel/2021.3.0 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-nvidia | ||
- nvidia/21.3 | ||
environment: {} | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: cnl7 | ||
target: any | ||
modules: | ||
- PrgEnv-pgi | ||
- pgi/20.1.1 | ||
environment: {} | ||
extra_rpaths: [] |
71 changes: 71 additions & 0 deletions
71
configs/CSCS-Daint-HPECray-haswell-P100-Infiniband/auxiliary_software_files/packages.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,71 @@ | ||
# 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: | ||
all: | ||
providers: | ||
mpi: | ||
- cray-mpich | ||
pkgconfig: | ||
- pkg-config | ||
- pkgconf | ||
cuda: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr/local/cuda-11.0 | ||
- spec: [email protected] | ||
prefix: /usr/local/cuda-11.1 | ||
- spec: [email protected] | ||
prefix: /usr/local/cuda-11.2 | ||
- spec: [email protected] | ||
prefix: /opt/nvidia/cudatoolkit10.2/10.2.89_3.28-2.1__g52c0314 | ||
pkg-config: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
r: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- cray-R/4.1.1.0 | ||
jemalloc: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- cray-jemalloc/5.1.0.3 | ||
cray-libsci: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- cray-libsci/20.09.1 | ||
cray-mpich: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- cray-mpich/7.7.18 | ||
netcdf-c: | ||
externals: | ||
- spec: [email protected]+mpi+parallel-netcdf | ||
modules: | ||
- cray-netcdf-hdf5parallel/4.7.4.4 | ||
petsc: | ||
externals: | ||
- spec: [email protected]~complex~cuda~int64 | ||
modules: | ||
- cray-petsc/3.14.5.0 | ||
- spec: [email protected]~complex~cuda+int64 | ||
modules: | ||
- cray-petsc-64/3.14.5.0 | ||
- spec: [email protected]+complex~cuda~int64 | ||
modules: | ||
- cray-petsc-complex/3.14.5.0 | ||
- spec: [email protected]+complex~cuda+int64 | ||
modules: | ||
- cray-petsc-complex-64/3.14.5.0 | ||
papi: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- papi/6.0.0.9 |
13 changes: 13 additions & 0 deletions
13
configs/CSCS-Daint-HPECray-haswell-P100-Infiniband/spack.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,13 @@ | ||
# 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 | ||
|
||
spack: | ||
packages: | ||
default-compiler: | ||
spack_spec: [email protected] # [email protected] | ||
default-mpi: | ||
spack_spec: [email protected] | ||
compiler-gcc: | ||
spack_spec: [email protected] |
32 changes: 32 additions & 0 deletions
32
configs/CSCS-Daint-HPECray-haswell-P100-Infiniband/system_definition.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,32 @@ | ||
# 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 | ||
|
||
system_definition: | ||
name: Piz Daint | ||
site: CSCS | ||
system: HPECray-haswell-P100-Infiniband | ||
integrator: | ||
vendor: HPECray | ||
name: | ||
processor: | ||
vendor: Intel | ||
name: Xeon-E5-2650v3 | ||
ISA: x86_64 | ||
uArch: haswell | ||
accelerator: | ||
vendor: NVIDIA | ||
name: P100 | ||
ISA: PTX | ||
uArch: sm_60 | ||
interconnect: | ||
vendor: HPECray | ||
name: Aries | ||
system-tested: | ||
site: CSCS | ||
name: daint | ||
installation-year: 2017 | ||
description: top500 <https://www.top500.org/system/177824> | ||
top500-system-instances: | ||
- Piz Daint (CSCS) |
15 changes: 15 additions & 0 deletions
15
configs/CSCS-Daint-HPECray-haswell-P100-Infiniband/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,15 @@ | ||
# 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: | ||
batch_time: '02:00' | ||
mpi_command: 'srun -N {n_nodes} -n {n_ranks}' | ||
batch_submit: 'sbatch {execute_experiment}' | ||
batch_nodes: '#SBATCH -N {n_nodes}' | ||
batch_ranks: '#SBATCH -n {n_ranks}' | ||
batch_timeout: '#SBATCH -t {batch_time}:00' | ||
default_cuda_version: '11.2.0' | ||
cuda_arch: '60' | ||
enable_mps: '/usr/tcetmp/bin/enable_mps' |
14 changes: 14 additions & 0 deletions
14
configs/CSCS-Eiger-HPECray-zen2-Slingshot/auxiliary_software_files/packages.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,14 @@ | ||
# 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: | ||
all: | ||
providers: | ||
mpi: | ||
- cray-mpich | ||
cray-mpich: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /user-environment/env/default |
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,13 @@ | ||
# 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 | ||
|
||
spack: | ||
packages: | ||
default-compiler: | ||
spack_spec: [email protected] | ||
default-mpi: | ||
spack_spec: [email protected] | ||
compiler-gcc: | ||
spack_spec: [email protected] |
32 changes: 32 additions & 0 deletions
32
configs/CSCS-Eiger-HPECray-zen2-Slingshot/system_definition.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,32 @@ | ||
# 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 | ||
|
||
system_definition: | ||
name: Eiger | ||
site: CSCS | ||
system: HPECray-zen2-Slingshot | ||
integrator: | ||
vendor: HPECray | ||
name: | ||
processor: | ||
vendor: AMD | ||
name: EPYC-7742 | ||
ISA: x86_64 | ||
uArch: zen2 | ||
accelerator: | ||
vendor: | ||
name: | ||
ISA: | ||
uArch: | ||
interconnect: | ||
vendor: HPECray | ||
name: Slingshot | ||
system-tested: | ||
site: CSCS | ||
name: daint | ||
installation-year: 2017 | ||
description: top500 <https://www.top500.org/system/177824> | ||
top500-system-instances: | ||
- |
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 | ||
|
||
variables: | ||
batch_time: '00:30' | ||
mpi_command: 'srun -N {n_nodes} -n {n_ranks}' | ||
batch_submit: 'sbatch {execute_experiment}' | ||
batch_nodes: '#SBATCH -N {n_nodes}' | ||
batch_ranks: '#SBATCH -n {n_ranks}' | ||
batch_timeout: '#SBATCH -t {batch_time}:00' |
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 |
---|---|---|
|
@@ -584,3 +584,8 @@ packages: | |
- spec: "[email protected] arch=linux-rhel8-a64fx" | ||
prefix: /vol0004/apps/oss/pmlib-v9.0/9.0-trad-power | ||
buildable: False | ||
cmake: | ||
externals: | ||
- spec: "[email protected] arch=linux-rhel8-a64fx" | ||
prefix: /usr | ||
|
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,18 +6,20 @@ | |
spack: | ||
packages: | ||
default-compiler: | ||
spack_spec: fj@{default_fujitsu_version} | ||
spack_spec: fj@{default_fj_version} | ||
default-mpi: | ||
spack_spec: fujitsu-mpi@head%fj@{default_fujitsu_version} | ||
spack_spec: fujitsu-mpi@{default_fj_version}%fj arch=linux-rhel8-a64fx | ||
compiler-gcc: | ||
spack_spec: gcc@12.2.0 | ||
spack_spec: gcc@{default_gnu_version} | ||
compiler-fujitsu: | ||
spack_spec: fj@{default_fujitsu_version} | ||
spack_spec: fj@{default_fj_version} | ||
blas: | ||
spack_spec: fujitsu-ssl2@head%fj@{default_fujitsu_version} | ||
spack_spec: fujitsu-ssl2@head%fj arch=linux-rhel8-a64fx | ||
lapack: | ||
spack_spec: fujitsu-ssl2@head%fj@{default_fujitsu_version} | ||
spack_spec: fujitsu-ssl2@head%fj arch=linux-rhel8-a64fx | ||
mpi-gcc: | ||
spack_spec: fujitsu-mpi@head%gcc@12.2.0 | ||
spack_spec: fujitsu-mpi@head%gcc@{default_gnu_version} arch=linux-rhel8-a64fx | ||
mpi-fujitsu: | ||
spack_spec: fujitsu-mpi@head%fj@{default_fujitsu_version} | ||
spack_spec: fujitsu-mpi@{default_fj_version}%fj arch=linux-rhel8-a64fx | ||
gmake: | ||
spack_spec: [email protected] arch=linux-rhel8-a64fx |
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
Oops, something went wrong.