pmdk-convert: PMDK pool conversion tool
⚠️ Discontinuation of the project
The pmdk-convert project will no longer be maintained by Intel.
- Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases,
or updates, to this project. - Intel no longer accepts patches to this project.
- If you have an ongoing need to use this project, are interested in independently developing it, or would like to
maintain patches for the open source software community, please create your own fork of this project. - You will find more information here.
Building The Source
Requirements:
- cmake >= 3.3
On Windows:
- Windows SDK >= 10.0.16299
In pmdk-convert directory:
$ mkdir build
$ cd buildAnd then:
On RPM-based Linux distros (Fedora, openSUSE, RHEL, SLES)
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=rpm
$ make package
$ sudo rpm -i pmdk-convert*.rpmOn DEB-based Linux distros (Debian, Ubuntu)
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCPACK_GENERATOR=deb
$ make package
$ sudo dpkg -i pmdk-convert*.debOn other Linux distros
$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/user/pmdk-convert-bin
$ make
$ make installOn Windows
PS> cmake .. -G "Visual Studio 14 2015 Win64"
PS> msbuild build/ALL_BUILD.vcxprojTo build pmdk-convert on Windows 8 you have to specify your SDK version in the cmake command i.e.
PS> cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_VERSION="10.0.26624"Contact Us
If you read the blog post
and still have some questions (especially about discontinuation of the project), please contact us using
the dedicated e-mail: pmdk_support@intel.com.