Difference between revisions of "GPU: Hardware Locality"

From Define Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
Configure, make , make install. These have the usual command line options.
 
Configure, make , make install. These have the usual command line options.
 +
 +
<syntaxhighlight>
 +
./configure --prefix=$HOME --enable-libpci --enable-plugins=nvml
 +
make
 +
make install
 +
</syntaxhighlight>
  
 
== Sample Output Image ==
 
== Sample Output Image ==
  
 
[[File:Hwloc.png]]
 
[[File:Hwloc.png]]

Revision as of 15:14, 19 April 2013

Installation

Pre requisites

  • Cairo
  • Cairo-devel
  • nvml
  • pciaccess / libpci / libpci-devel
  • pci utils / pciutils-devel (not in centos repos)

Install

Configure, make , make install. These have the usual command line options.

./configure --prefix=$HOME --enable-libpci --enable-plugins=nvml
make
make install

Sample Output Image

Hwloc.png