Difference between revisions of "Firepro s7000 cards"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Check the cards are detected == <syntaxhighlight> [root@gpu4 AMD-firepro]# aticonfig --list-adapters * 0. 02:00.0 AMD FirePro S7000 (FireGL V) 1. 03:00.0 AMD FirePro S7000 (FireGL...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
== Install the drivers ==
 +
 +
Download the relevant package from here the web. Unzip the folder and run the installer.
 +
 +
http://support.amd.com/en-us/download
 +
 +
 
== Check the cards are detected ==
 
== Check the cards are detected ==
  
Line 8: Line 15:
  
 
* - Default adapter
 
* - Default adapter
 +
</syntaxhighlight>
 +
 +
 +
== Install the SDK ==
 +
* Download from: http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
 +
* Again, fairly straight forward, extract and execute the install script.
 +
<syntaxhighlight>
 +
root@gpu4 AMDSDK]# tar zxvf ../AMD-APP-SDK-v2.9-lnx64.tgz
 +
AMD-APP-SDK-v2.9-RC-lnx64.tgz
 +
default-install_lnx_64.pl
 +
icd-registration.tgz
 +
Install-AMD-APP.sh
 +
ReadMe.txt
 +
[root@gpu4 AMDSDK]# ./Install-AMD-APP.sh
 +
===========================================================
 +
64-bit Operating System Found..
 +
 +
Starting Installation of AMD APPSDK v2.9 ....
 +
SDK package name is :AMD-APP-SDK-v2.9-RC-lnx64.tgz
 +
Checking Latest Version Info.....
 +
Continuing in background, pid 23478.
 +
......
 +
 +
**You are installing AMD APPSDK Version 2.9 ...
 +
**Latest Version Available : 2.8.1214.3
 +
Do you wish to continue installation of this version of SDK?
 +
Type 'Yes' to Continue installation of this version of APPSDK, Type 'No' to exit
 +
Enter :yes
 +
Continuing Installation...
 +
===============================================================
 +
Current directory path is  : /home/david/scratch/AMDSDK
 +
Untar command executed succesfully, The SDK package available
 +
Untar command executed succesfully, The ICD package available
 +
Copying files to /opt/AMDAPP/ ...
 +
SDK files copied successfully at /opt/AMDAPP/
 +
AMD Catalyst OpenCL Runtime is available hence skipping OpenCL CPU Runtime Installation
 +
Updating Environment variables...
 +
32-bit path is :/opt/AMDAPP/lib/x86
 +
64-bit path is :/opt/AMDAPP/lib/x86_64
 +
Environment variables updated successfully
 +
AMD APPSDK v2.9 installation  Completed
 +
>> Reboot required to reflect the changes
 +
===============================================================
 +
*****Please refer 'AMD_APPSDK_v2.9.log' in the same directory*****
 +
*****Refer 'README.txt' for FAQ/help in the same directory********
 +
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17:54, 4 March 2014

Install the drivers

Download the relevant package from here the web. Unzip the folder and run the installer.

http://support.amd.com/en-us/download


Check the cards are detected

[root@gpu4 AMD-firepro]# aticonfig --list-adapters

* 0. 02:00.0 AMD FirePro S7000 (FireGL V)
  1. 03:00.0 AMD FirePro S7000 (FireGL V)

* - Default adapter


Install the SDK

root@gpu4 AMDSDK]# tar zxvf ../AMD-APP-SDK-v2.9-lnx64.tgz 
AMD-APP-SDK-v2.9-RC-lnx64.tgz
default-install_lnx_64.pl
icd-registration.tgz
Install-AMD-APP.sh
ReadMe.txt
[root@gpu4 AMDSDK]# ./Install-AMD-APP.sh 
===========================================================
64-bit Operating System Found.. 
 
Starting Installation of AMD APPSDK v2.9 .... 
 SDK package name is :AMD-APP-SDK-v2.9-RC-lnx64.tgz
Checking Latest Version Info.....
Continuing in background, pid 23478.
......

 **You are installing AMD APPSDK Version 2.9 ...
 **Latest Version Available : 2.8.1214.3 
 Do you wish to continue installation of this version of SDK?
 Type 'Yes' to Continue installation of this version of APPSDK, Type 'No' to exit
 Enter :yes
 Continuing Installation...
===============================================================
Current directory path is  : /home/david/scratch/AMDSDK
Untar command executed succesfully, The SDK package available
Untar command executed succesfully, The ICD package available 
Copying files to /opt/AMDAPP/ ... 
SDK files copied successfully at /opt/AMDAPP/
AMD Catalyst OpenCL Runtime is available hence skipping OpenCL CPU Runtime Installation 
Updating Environment variables... 
32-bit path is :/opt/AMDAPP/lib/x86
64-bit path is :/opt/AMDAPP/lib/x86_64
Environment variables updated successfully
AMD APPSDK v2.9 installation  Completed
>> Reboot required to reflect the changes
===============================================================
*****Please refer 'AMD_APPSDK_v2.9.log' in the same directory*****
*****Refer 'README.txt' for FAQ/help in the same directory********