Changes between Version 50 and Version 51 of OpenCL_Memo


Ignore:
Timestamp:
Dec 26, 2011 12:31:32 AM (13 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v50 v51  
    5757http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English 
    5858 
     59== Using AMD APP on Scientific Linux == 
     60 # Install required packages... 
     61 # Install "X Window System" group and xdm 
     62{{{ 
     63sudo yum groupinstall "X Window System" 
     64sudo 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 
    5971= Random notes = 
     72 
     73 
    6074== icc == 
    6175http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/