Updated `README.md` with instructions for building/using the kernel module.
[xeon-phi-kernel-module] / udev-mic.rules
CommitLineData
800f879a
AT
1# do not edit this file, it will be overwritten on update
2# initramfs:default
3
4# MIC SCIF
5KERNEL=="scif", ACTION=="add", NAME="mic/%k",MODE="0666", RUN+="/bin/chmod og+x /dev/mic"
6KERNEL=="ctrl", ACTION=="add", NAME="mic/%k", MODE="0666"
7
8# Bring up network interfaces manually on rhel7 after module reload
9KERNEL=="mic*", SUBSYSTEM=="net", RUN+="/bin/sh -c '/bin/grep 7. /etc/redhat-release && /sbin/ifup %k'"