User Tools

Site Tools


cluster:172

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:172 [2018/09/24 18:38]
hmeij07 [Finish]
cluster:172 [2018/09/26 13:15]
hmeij07
Line 34: Line 34:
 yum install kernel-devel kernel-headers (remove old headers after reboot) yum install kernel-devel kernel-headers (remove old headers after reboot)
 yum install gcc gcc-gfortran gcc-c++  # CHROOT done yum install gcc gcc-gfortran gcc-c++  # CHROOT done
 +
 +# /etc/modprobe.d/blacklist-nouveau.conf (new file by nvidia)
 +# reboot before driver installation # CHROOT done
 +blacklist nouveau
 +options nouveau modeset=0
 +
 +# new kernel initramfs, load
 +dracut --force
 +
 +reboot
  
 # download runfiles from https://developer.nvidia.com/cuda-downloads # download runfiles from https://developer.nvidia.com/cuda-downloads
 # files in /usr/local/src # files in /usr/local/src
-sh cuda_name_of_runfile +sh cuda_9.2.148_396.37_linux.run 
-sh cuda_name_of_runfile_patch+
  
 Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 396.26? Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 396.26?
Line 54: Line 64:
 Install the CUDA 9.2 Samples? Install the CUDA 9.2 Samples?
 (y)es/(n)o/(q)uit: n (y)es/(n)o/(q)uit: n
- 
-# /etc/modprobe.d/blacklist-nouveau.conf 
-# reboot before driver installation # CHROOT done 
-blacklist nouveau 
-options nouveau modeset=0 
-reboot 
  
 # nvidia driver # nvidia driver
Line 78: Line 82:
 # They were not  # They were not 
 /usr/local/src/nvidia-modprobe.sh /usr/local/src/nvidia-modprobe.sh
- 
-# new kernel initramfs, load 
-dracut --force 
  
 # for mapd graphics support needs to be enabled # for mapd graphics support needs to be enabled
Line 371: Line 372:
 To do another node, the steps are To do another node, the steps are
  
-  * add node in deploy.txtof n37.chroot/+  * add node in deploy.txt of n36.chroot/  (centos 7.2)
   * ./deploy.txt `grep node_name deploy.txt`   * ./deploy.txt `grep node_name deploy.txt`
   * scp in place passwd, shadow, group, hosts, fstab from global archive   * scp in place passwd, shadow, group, hosts, fstab from global archive
   * umount -a   * umount -a
   * ONBOOT=no, ib0 ??? connectX mlx4_0 IB interface breaks in CentOS 7.3+   * ONBOOT=no, ib0 ??? connectX mlx4_0 IB interface breaks in CentOS 7.3+
-  * reboot then check polkit user … screws up systemd-logind+  * bootlocal=EXIT then reboot then check polkit user … screws up systemd-logind 
   * hostnamectl set-hostname node_name (logout/login)   * hostnamectl set-hostname node_name (logout/login)
-  * tar in place n37.chroot.ul.tar.gz in /+  * eth1 on 129.133 
 +  * yum update 
 +  * yum install kernel-headers kernel-devel 
 +  * put n37 tarball in /, unpack, remove cuda-9.2 
 +  * reboot 
   * Nvidia install: files in /usr/local/src   * Nvidia install: files in /usr/local/src
-    * sh cuda_name_of_runfile +    * sh runfile 
-    * sh cuda_name_of_runfile_patch+    * reboot (nouveau) 
 +    * ./runfile -silent -driver 
 +    * reboot 
  
  
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
cluster/172.txt · Last modified: 2020/07/15 17:52 by hmeij07