All Projects → hpc → libdftw

hpc / libdftw

Licence: other
A distributed and decentralized filesystem treewalk function, similiar to the interface of linux's ftw(3). libdftw automatically and dynamically balances the treewalk workload across many nodes in a large distributed system.

Programming Languages

shell
77523 projects
c
50402 projects - #5 most used programming language

libdftw

libdftw is a decentralized and distributed filesystem file treewalk function, similiar to ftw(3).

Dependencies

Usage

void dftw(const char *dirpath,
         int (*fn) (const char *fpath, const struct stat *sb, int typeflag))

RPM Creation

First, check the Build Status. If all tests are passing, create an rpm using the following instructions:

  1. rpmbuild -ta libdftw-<version>.tar.gz
  2. rpm --install <the appropriate RPM files>

Contributions

Please view the HACKING.md file for more information on how to contribute to libdftw.

COPYING

See the included COPYING file for additional information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].