I’m currently using Clear Linux on our lab’s cluster, but I’m having trouble getting the nvidia-peermem module to load properly via modprobe. I suspect this might be related to the InfiniBand drivers, as the default rdma-core package may not support this module. It seems like installing MLNX OFED or DOCA OFED might be necessary, but I’m not entirely sure.
Has anyone successfully built and loaded nvidia-peermem on Clear Linux before? If so, could you please share your setup and steps to achieve this? Any guidance would be greatly appreciated.
Hi, a few months ago I tried installing the Nvidia drivers (GT730) on ClearLinux following the guide, but unfortunately I got stuck at a certain point. I’m afraid I wouldn’t be able to help you
me=${BASH_SOURCE[0]//\//_}; me=${me//./_}; if [[ ${SOURCED[${me}]} == "yes" ]]; then return; else declare -A SOURCED; SOURCED[${me}]=yes>
# Use global profile when available
if [ -f /usr/share/defaults/etc/profile ]; then
. /usr/share/defaults/etc/profile
fi
export CUDA_HOME=/opt/cuda
export PATH=$CUDA_HOME/bin:$PATH
export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH
If you are paranoid about the scripts, check it out
It appears nvidia-peermem requires a specific older CUDA version and I have not tried to build it. I installed the latest CUDA.