Skip to content

Commit

Permalink
Initial compilers for Fugaku
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed Jan 30, 2024
1 parent b767eeb commit b131fe6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
12 changes: 8 additions & 4 deletions configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
spack:
packages:
default-compiler:
spack_spec:
spack_spec: fcc #
compiler-gcc:
spack_spec: gcc
compiler-intel:
spack_spec: intel
default-mpi:
spack_spec:
spack_spec: fujitsu-mpi # mpifcc, mpich-tofu
blas:
spack_spec:
spack_spec: blas
lapack:
spack_spec:
spack_spec: lapack
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ system_definition:
vendor: ARM
name: A64FX
ISA: Armv8.2-A-SVE
uArch: A64FX
uArch: aarch
accelerator:
vendor:
name:
Expand All @@ -26,7 +26,7 @@ system_definition:
system-tested:
site: RIKEN
name: Fugaku
installation-year: 2020
installation-year: 2019
description: top500 <https://www.top500.org/system/179807>
top500-system-instances:
- Fugaku (RIKEN)
12 changes: 6 additions & 6 deletions configs/RIKEN-Fugaku-Fujitsu-A64FX-TofuD/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# 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'
batch_time: ''
mpi_command: 'mpirun -n {n_ranks} --oversubscribe'
batch_submit: '{execute_experiment}'
batch_nodes: ''
batch_ranks: ''
batch_timeout: ''

0 comments on commit b131fe6

Please sign in to comment.