Skip to content

Instantly share code, notes, and snippets.

@madratman
Created November 16, 2017 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madratman/a7489a18dd043ff42dbe465eb0902082 to your computer and use it in GitHub Desktop.
Save madratman/a7489a18dd043ff42dbe465eb0902082 to your computer and use it in GitHub Desktop.
No BS cluster instructions
  • Login to cluster ssh rohitgarg617@perceptron.ri.cmu.edu

Request a node (use any one of these) srun -w clamps -t 5-00:00 -p gpu --gres=gpu:1 --pty /bin/bash srun -w roberto -t 5-00:00 -p gpu --gres=gpu:1 --pty /bin/bash

  • to run your docker image: nvidia-docker run -it --rm --ipc=host -e CUDA_VISIBLE_DEVICES=`echo $CUDA_VISIBLE_DEVICES` -v /data/datasets:/data/datasets -v /storage2/datasets:/storage2/datasets -v /local:/local -v /home/$USER:/home/$USER -v /storage1:/storage1 nvidia/cuda:8.0-cudnn5-devel-ubuntu16.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment