Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Git for the software is located here: https://github.com/Mellanox/nv_peer_memory. Formal release is on the website.

Note: New version of NV Peer mem can be found here: https://download.nvidia.com/XFree86/Linux-x86_64/470.42.01/README/nvidia-peermem.html

Code Block
export KERNEL_VER=4.18.0-305.3.1
wget -c https://www.mellanox.com/downloads/ofed/nvidia-peer-memory_1.1.tar.gz
tar zxpvf nvidia-peer-memory_1.1.tar.gz
cd nvidia-peer-memory-${GPUDIRECT_VER}
make KVER=${KERNEL_VER}.el8.x86_64 all install

...