Changes between Version 50 and Version 51 of OpenCL_Memo
- Timestamp:
- Dec 26, 2011 12:31:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCL_Memo
v50 v51 57 57 http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English 58 58 59 == Using AMD APP on Scientific Linux == 60 # Install required packages... 61 # Install "X Window System" group and xdm 62 {{{ 63 sudo yum groupinstall "X Window System" 64 sudo yum install xdm 65 }}} 66 # Edit /etc/inittab to change the default runlevel 5 67 # Edit /etc/X11/xdm/Xservers to add "-ac" option to the command argument for Xserver 68 # Edit /etc/rc.local to add "xdm" line for start-uping xdm. 69 # Install the driver and the SDK. 70 59 71 = Random notes = 72 73 60 74 == icc == 61 75 http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/