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/tools/pmemwrite/README.

This directory contains a simple application for writing data to pool files.
It's used as a helper program by some unit tests.

Usage:
	$ pmemwrite <file> <args>...

	Valid arguments:
	<blockno>:w:<string>  - write <string> to <blockno> block
	<blockno>:z           - set zero flag on <blockno> block
	<blockno>:z           - set error flag on <blockno> block