GPUs on Grid5000: Difference between revisions

From Grid5000
Jump to navigation Jump to search
Line 12: Line 12:
* A basic knowledge of Grid'5000 is require, we suggest you to read [[Getting Started]] tutorial first.
* A basic knowledge of Grid'5000 is require, we suggest you to read [[Getting Started]] tutorial first.
* Information about hardware information and GPUs availability can be found on [[Special:G5KHardware]].
* Information about hardware information and GPUs availability can be found on [[Special:G5KHardware]].
= Compiling examples =
export PATH=$PATH:/usr/local/cuda-5.0/bin
export LD_LIBRARY_PATH=/usr/local/cuda-5.0/lib64:/usr/local/cuda-5.0/lib

Revision as of 15:51, 2 December 2013


Purpose

This page presents how to use GPUs on Grid'5000 and how to install your own NVIDIA drivers and CUDA installation.

In this tutorial, we will first compile and use CUDA examples and in the second part, we will install NVIDIA drivers and compile CUDA 5 from a simple wheezy-x64-base environment.

Pre-requisite

  • A basic knowledge of Grid'5000 is require, we suggest you to read Getting Started tutorial first.
  • Information about hardware information and GPUs availability can be found on Special:G5KHardware.

Compiling examples

export PATH=$PATH:/usr/local/cuda-5.0/bin export LD_LIBRARY_PATH=/usr/local/cuda-5.0/lib64:/usr/local/cuda-5.0/lib