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
Persistent Memory Development Kit

This is src/test/remote_basic/README.

This directory contains a very basic unit test for remote tests support.

The program in remote_basic.c takes a file name as an argument
and checks if the given file exists. Next it prints two exemplary messages:
the first one is printed to stdout and the second one to stderr.

The unit tests copy a test file from the local host to the remote node
and check if it exists using:
	- run_on_node() function in case of TEST0
	- run_on_node_background() and wait_on_node() in case of TEST1