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.
|
r-foreach
Provides Foreach Looping Construct. Support for the foreach looping
construct. Foreach is an idiom that allows for iterating over elements
in a collection, without the use of an explicit loop counter. This
package in particular is intended to be used for its return value,
rather than for its side effects. In that sense, it is similar to the
standard lapply function, but doesn't require the evaluation of a
function. Using foreach without side effects also facilitates executing
the loop in parallel.