Giter Site home page Giter Site logo

cuda_deployment_tutorial's Introduction

Deploying CUDA

Scripts to generate Debian-based CUDA-enabled containers linked together with the SLURM job manager. Tutorial given at GPU Technology Conference 2014. See the slides for a detailed explanation. Markdown source for the slides is included.

Note that these scripts do not constitute a production configuration, but rather serve as a reference for building small scale CUDA clusters and running CUDA applications within LXC containers.

Requirements

  • Firewalled test machine
  • CUDA hardware
  • CUDA installed at /usr/local/cuda
  • Access as root

Quickstart

As root, on a preferably firewalled machine ,

./host_install.sh
./host_ready.sh
./install_cuda_node 0
./install_cuda_node 1
./install_cuda_node 2
./install_cuda_node 3
(cd /usr/local/cuda/samples/0_Simple/matrixMul && make)
ssh -i id_rsa [email protected]    # or use password reported by install_cuda_node
srun /usr/local/cuda/samples/0_Simple/matrixMul/matrixMul

If during install_cuda_node, ssh requests a password, ensure that the cloned repository directory is owned by root and has permissions 700.

cuda_deployment_tutorial's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.