Skip to content

Using CSC Taito GPU

HenglinShi edited this page Nov 1, 2017 · 18 revisions

Activating Your CSC Account

Login to CSC services using university authentications

https://sui.csc.fi/web/guest

Then input your university account and password, and login.

Activating your account

Login to Taito-GPU server

Using caffe 1

The CSC taito-GPU server has already provided

module purge module avail module avail ##e.g. module avail caffe module load caffe

This caffe was built with OpenCV 2.4.10 and Python 3.4.5. If you want build your own caffe based on Python 2.7

module purge module load python-env/2.7.10 python -V

Down load your own caffe and place it in the right place

How to use Nsight on Taito-GPU

Requirements: Putty, Xming

Configure Xming and starting Xming Server

Configure X11 forwarding for Putty

srun -n 1 -N 1 --gres=gpu:k80:1 --x11=first -p gpu nsight

Clone this wiki locally