Skip to content

JohnMalmberg/iof

 
 

Repository files navigation

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

About

POSIX I/O Forwarding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.0%
  • Python 27.5%
  • Shell 1.5%