Skip to content

RIKEN-RCCS/Fugaku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Fugaku

This landing page provides an overview of the Supercomputer Fugaku operated by RIKEN R-CCS. It aggregates publicly available resources, software, and documentation. More detailed materials are available to approved users through official access programs.

What's new (2026-04): AI/ML workflows on A64FX are under continuous update. See AI / Machine Learning on Fugaku below for links to the official Fugaku AI framework guides and current status notes.


Table of Contents


Overview

Fugaku is a flagship exascale-class supercomputer developed by RIKEN R-CCS in collaboration with Fujitsu. It is powered by the A64FX ARM-based processor and is designed for high-performance computing (HPC), AI workloads, and data-centric science.


Account / Time Application

Access to Fugaku is managed through HPCI:

New to Fugaku? — A short, opinionated guide

If this is your first attempt at obtaining a Fugaku account, the practical sequence is roughly as follows:

  1. Check eligibility. Most academic / industry users in Japan apply via the HPCI proposal system. Foreign users may also apply via HPCI; commercial use is supported under the fee-based programs.
  2. Pick a category.
    • Trial use — short-duration, lightweight, recommended for first-time evaluation, porting, and benchmarking.
    • Fee-based use — production-grade, longer-duration, charges per node-hour.
    • Open-call (general) — competitive scientific proposals; review-based.
  3. Get an HPCI ID. All access goes through HPCI federated authentication. Register at the HPCI Operating Office before submitting a proposal.
  4. Submit a proposal through the HPCI portal. ARiSE / JST AI for Science PIs may attach the relevant project number.
  5. After approval: read the User Guides (R-CCS), then register SSH keys, set up the Spack environment, and submit your first job.

Tip for ARiSE researchers: lightweight inference / surrogate workloads typically fit within Trial use. Pair Fugaku with the AI for Science Supercomputer when GPU acceleration or the latest DL frameworks are required.


Documentation

Official Documentation

HPCI Docs

Community / GitHub Docs


System Access

Interactive / Web

CLI

  • SSH access (standard HPC workflow)

Programmatic


Software Ecosystem

Package Management

Compilers

MPI / Parallel Runtime

  • Fujitsu MPI (MPI-3 compliant)
  • OpenMP support on A64FX

Containerization


Libraries

Core HPC / Vendor Libraries

  • Fujitsu Software Technical Computing Suite (TCSDS)

    • BLAS / LAPACK / ScaLAPACK
    • FFTW (Fujitsu-optimized)
    • SSL2 math libraries (A64FX optimized)
  • Fujitsu MPI (MPI-3 compliant)

  • MPICH-Tofu (alternative MPI implementation)

    More details: Fugaku Software Documentation

Data / I/O Libraries

  • HDF5
  • NetCDF
  • ADIOS2
  • h5py

Reference (official software lists):

Scientific Python Stack

  • Python · NumPy · SciPy · mpi4py · xarray · ASE

Reference:

Fugaku provides these libraries via Spack and pre-installed system environments.


★ AI / Machine Learning on Fugaku (Highlight)

This section consolidates Fugaku's AI/ML software stack, including the public A64FX optimization references and current evaluation notes. It is a primary reference for ARiSE / AI for Science researchers who plan to run inference, surrogate, or agentic workloads on Fugaku.

Deep Learning Frameworks (HPCI-distributed builds)

These builds incorporate the optimizations described below; users do not typically need to compile their own framework.

oneDNN / A64FX optimization references

Publicly available references for oneDNN and A64FX optimizations include the following repositories and guides:

Key components:

  • fujitsu/dnnl_aarch64 — AArch64/SVE向け deep-learning kernel 実装。
  • fujitsu/pytorch — Fugaku向けPyTorch関連情報。
  • fujitsu/tensorflow — Fugaku向けTensorFlow関連情報。
  • RIKEN-RCCS/A64FX_Tuning_Techniques — A64FX最適化の実践情報。

Recommended starting points:

Distributed Training & Inference

LLM Inference Evaluation on A64FX

  • ollama on A64FX (re-evaluation, ongoing). Recent versions of ollama and the underlying llama.cpp have substantially improved ARM64 / SVE support. Evaluation on A64FX is ongoing. Public update channels are this repository and related official Fugaku documentation pages.
  • vLLM / Triton Inference Server. Currently targeted at GPU systems (see the AI for Science Supercomputer); Fugaku is positioned for CPU-side inference and surrogate workloads.
  • dalotia is a data loader library for tensors to easily integrate inference pipelines into scientific apps

AI for Science Use Cases

  • Surrogate models (fast physics approximation)
  • Physics-Informed Neural Networks (PINN)
  • Hybrid HPC × AI workflows (simulation generates training data; AI accelerates inner loops)
  • Distributed inference for agentic / scientific workflows

Selected Papers / Resources

Have a paper, recipe, or notebook to share? Please open a PR against this README — the AI/ML section is updated rolling.


HPC Applications

Molecular Dynamics

  • GROMACS
  • LAMMPS
  • NAMD
  • AMBER
  • GENESIS (R-CCS)

Quantum Chemistry / Electronic Structure

  • Quantum ESPRESSO
  • ABINIT
  • NWChem
  • NTChem (R-CCS)
  • Gaussian (commercial)
  • SMASH

Materials Science / Condensed Matter

  • VASP
  • Quantum ESPRESSO
  • OpenMX
  • SALMON
  • CP2K
  • Phonopy
  • ALAMODE

Computational Fluid Dynamics (CFD)

  • OpenFOAM
  • FrontFlow/blue (R-CCS)
  • ANSYS Fluent (commercial)
  • Simcenter STAR-CCM+

Weather / Climate

  • SCALE (R-CCS)
  • WRF
  • NEMO

Bioinformatics

  • BWA
  • SAMtools
  • BEDTools
  • Picard

Bioinformatics tools are available via system modules or Spack.

Visualization / Analysis Applications

  • ParaView
  • VisIt
  • VMD
  • PyMOL

These are pre-installed on Fugaku as part of the visualization suite.

Application list references (official):

Notes on Availability

  • Fugaku provides:
    • Open-source software via Spack and pre-built environments
    • R-CCS-developed applications
    • Commercial ISV software (license required)

For a full list of software and availability, check the HPCI Software Resource page:


Datasets


Benchmarks


Hardware

Compute

Network

Storage


Development & Optimization


Related Projects & Initiatives


Citation / Acknowledgment

If you use Fugaku resources, please follow the HPCI acknowledgment guidelines.

About

Landing page for the Fugaku HPC system at RIKEN R-CCS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors