Durian GPGPU Server

Getting started with the Durian GPGPU from Lambda Systems.

This page needs improvement.

The CS and Mathematics departments subscribe to Google Apps for Your

GPGPU Server

  1. After you log in the server, please run the following command to install the SDK in your home directory:

    $ cp_gpusdk
    

    This will result in a folder being created in ~/NVIDIA_GPU_Computing_SDK,

  2. Compiling the examples:

    $ cd ~/NVIDIA_GPU_Computing_SDK/C
    $ make
    
  3. Run the deviceQuery demo to see the GPGPU device(s).

    ::: literalinclude devicequery.txt :::

  4. See http://developer.download.nvidia.com/compute/cuda/3_2/docs/Getting_Started_Linux.pdf for additional details.


Last modified December 27, 2021: a bit more reorg (7d545a0)