#! /bin/bash ############################################################ ## ati.conf ############################################################ ##### installing ati display driver. Skip this if your PC does not need the ati display driver. ################ # chmod +x /share/apps/configrepo/ati-driver-installer-10-9-x86.x86_64.run mkdir /root/configrepo cd /root/configrepo ##installation of display driver must be carried out in the local compute node's directory sh /share/apps/configrepo/ati-driver-installer-10-9-x86.x86_64.run ##### End of installing ati display driver. ################