-
Notifications
You must be signed in to change notification settings - Fork 4
Using CSC Taito GPU

Then input your university account and password, and login.
In your dashborad

Click the Sign Up in the red box. After submitting your application, the "Add Service" icon will disappear. Then you are able to login to the CSC server.
Open you putty

Then click Open and give the authentication information you just signed up
Various software has been prepared by the server and well packed so that you can use them easily. e.g.
module avail #list available packages on the server
module avail <Module Name> #list special packages on the server, e.g. module avail caffe
module load <Module Name> # Load a package, e.g.
module load caffeFor example, if you put
module availin the terminal, you will get

You can see caffe has already been installed.
If you want to clean packages have been loaded, you can use
module purge #Clean all loaded packageif you want to load a specific package, you can use
module load caffewhich caffe #to check the caffe you have loaded.This caffe was built with OpenCV 2.4.10 and Python 3.4.5. But you can build your own caffe if you want to use Python 2.7. We will talk about this later.
Load python environment
module load python-env/2.7.10Check right python has been loaded
python -VDown load your own caffe and place it in the right place
Modifying the Makefile.config

make all -j32
make pycaffeRequirements: Putty, Xming


Then you connect the Taito-GPU server with Putty again. Then put following command in the terminal
srun -N 1 -n 1 --mem-per-cpu=32000 -t72:00:00 --gres=gpu:p100:1 -p gpu --x11=first /appl/opt/cuda/9.0/bin/nsightThen a Nsight window will appear on your screen.
Please refer following link https://research.csc.fi/taito-disk-environment