valeriyoann / rbh-find-iosea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rbh-find-iosea

rbh-find-iosea is an overload of rbh-find(1).

Installation

Install the RobinHood library and the rbh-find library first, then download the sources:

git clone https://github.com/cea-hpc/rbh-find-iosea.git
cd rbh-find-iosea

Build and install with meson and ninja:

meson builddir
ninja -C builddir
sudo ninja -C builddir install

A work in progress

rbh-find-iosea is a close twin of rbh-find(1). It focuses more on the use of the MOtr backend of the RobinHood library. As such, it will implement some MOtr specific features, but will still behave exactly like rbh-find.

Usage

rbh-ifind works so much like rbh-find that documenting how it works would look a lot like `rbh-find's documentation`_. Instead, we will document the differences of rbh-ifind compared to rbh-find.

Examples

WORK IN PROGRESS

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 86.9%Language:Meson 13.1%