Skip to content

Commit

Permalink
Adding a Fugaku system config
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Jan 19, 2024
1 parent 3ed5eee commit 14cde3e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2023-2024 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:
default-mpi:
spack_spec:
blas:
spack_spec:
lapack:
spack_spec:
30 changes: 30 additions & 0 deletions configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/system_definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 2023-2024 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: RIKEN-Fugaku-Fujitsu-A64FX-TofuD
integrator:
vendor: Fujitsu
name:
processor:
vendor: ARM
name: A64FX
ISA: Armv8.2-A-SVE
uArch: A64FX
accelerator:
vendor:
name:
ISA:
uArch:
interconnect:
vendor: Fujitsu
name: TofuD
system-tested:
site: RIKEN
name: Fugaku
installation-year: 2020
description: top500 <https://www.top500.org/system/179807>
top500-system-instances:
- Fugaku (RIKEN)
12 changes: 12 additions & 0 deletions configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/variables.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

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'

0 comments on commit 14cde3e

Please sign in to comment.