diff --git a/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml new file mode 100644 index 000000000..57d07c043 --- /dev/null +++ b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml @@ -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: diff --git a/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/system_definition.yaml b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/system_definition.yaml new file mode 100644 index 000000000..3ed2979f2 --- /dev/null +++ b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/system_definition.yaml @@ -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 + top500-system-instances: + - Fugaku (RIKEN) diff --git a/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/variables.yaml b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/variables.yaml new file mode 100644 index 000000000..e4674cde0 --- /dev/null +++ b/configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/variables.yaml @@ -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'