nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is src/test/tools/fip/README file.

This directory contains simple application which checks if specified providers
from libfabric are available.

usage:
$ fip [<provider>]

If no <provider> argument is specified returns 0 if any supported provider
from libfabric is available. Otherwise returns 1;

If <provider> argument is specified returns 0 if <provider> is supported
by libfabric. Otherwise returns 1;

On error returns -1.

** DEPENDENCIES: **
In order to build fip tool you need to install libfabric development package.