Spack will be used to manage open source software packages on Fugaku.
Fugaku users can easily use pre-installed packages and built packages based on Spack recipes.
The following list shows the results of building/compiling packages for aarch64 according to the Spack recipes.
Note that the results in this list do not guarantee that each package will work properly.
On the other hand, Fujitsu will provide the following packages compiled with Fujitsu compiler on Fugaku as "external" packages, of which Spack can be aware.
![]() |
py-autograd
Autograd can automatically differentiate native Python and Numpy code.
It can handle a large subset of Python's features, including loops, ifs,
recursion and closures, and it can even take derivatives of derivatives
of derivatives. It supports reverse-mode differentiation (a.k.a.
backpropagation), which means it can efficiently take gradients of
scalar-valued functions with respect to array-valued arguments, as well
as forward-mode differentiation, and the two can be composed
arbitrarily. The main intended application of Autograd is gradient-based
optimization. For more information, check out the tutorial and the
examples directory.