============= Build FINCHFS ============= Requirements ============ * `UCX `_ Quick installation steps ======================== .. code-block:: bash $ git clone -c feature.manyFiles=true --depth 1 https://github.com/spack/spack.git $ . spack/share/spack/setup-env.sh $ git clone https://github.com/tsukuba-hpcs/spack-packages $ spack repo add ./spack-packages $ spack install finchfs Build from source ================= .. code-block:: bash $ git clone git@github.com:tsukuba-hpcs/finchfs.git $ cd finchfs $ autoreconf -i $ ./configure [--prefix=PREFIX] $ make $ make install