Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

daos-stack/iof

Repository files navigation

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

I/O Forwarding Libraries (IOF)

Warning: IOF is under heavy development. Use at your own risk.

IOF provides I/O forwarding services for off cluster filesystems

License

IOF is open source software distributed under a BSD license. Please see the LICENSE & NOTICE files for more information.

Build

IOF requires a c99 capable compilers and the scons build tool to build along with set of Python libraries for supporting the building and configuration of the following third party libraries upon which CPPR depends

The build tools distributed as a submodule to IOF can be used to build these prerequisites for you.

After checkout, or pull, update the submodules

git submodule init; git submodule update

To build with all dependent modules installed

scons; scons install

To build the dependencies automatically

scons --build-deps=yes; scons install

It is recommended, though not required, to use scons 2.4 or later.

To get more options help messages, type scons -h