intel / ixpdimm_sw

BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

DISCONTINUATION OF PROJECT.

This 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.

ixpdimm_sw [deprecated]

This project has been replaced by ipmctl located at https://github.com/intel/ipmctl. This repo is not active and pull requests are no longer being accepted.

IXPDIMM SW is application-level software for configuring and managing Intel DIMMs. It supports functionality to:

Discover Intel DIMMs.

IXPDIMM SW refers to the following interface components:

Packages are available on Fedora.

Fedora and Epel 7 packages can be found at: https://copr.fedorainfracloud.org/coprs/jhli/ixpdimm_sw/

For more information please visit our project home: https://01.org/intel-nvm-frameworks

Build

Linux

Kernel 4.12 or newer is suggested

libndctl is required to build, packages can be found at: https://copr.fedoraproject.org/coprs/djbw/ndctl/

The source can be found at: https://github.com/pmem/ndctl

invm-frameworks is required to build, packages can be found at: https://copr.fedorainfracloud.org/coprs/jhli/ixpdimm_sw/

The source can be found at: https://github.com/intel/invm-frameworks

All other dependencies are widely available. This includes openssl sqlite zlib numactl kmod sblim-cmpi.

mkdir output && cd output
cmake -DRELEASE=ON -DCMAKE_INSTALL_PREFIX=/usr ..
make -j all
sudo make install

build artifacts can be found in output/build/linux/real/release

RPMs can also be built:

make rpm

The RPMs will be in output/rpmbuild/RPMS/

Build Windows

WIP