| 1 | = Xen GPU cluster = |
| 2 | == Hardware == |
| 3 | Machine Num: 9 [[BR]] |
| 4 | CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz [[BR]] |
| 5 | Memory: 6GB [[BR]] |
| 6 | Storage: 160GB [[BR]] |
| 7 | Video Card: NVIDIA GeForce 9800GT 1GB [[BR]] |
| 8 | OS: Ubuntu 8.04.2 with Kernel: 2.6.24-19-server x86_64 [[BR]] |
| 9 | |
| 10 | === Part1 - Basic Setting === |
| 11 | # NVIDIA CUDA driver # [[BR]] |
| 12 | rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/drivers/NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]] |
| 13 | # NVIDIA CUDA toolkit # [[BR]] |
| 14 | rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/toolkit/cudatoolkit_2.1_linux64_ubuntu8.04.run [[BR]] |
| 15 | # NVIDIA CUDA SDK # [[BR]] |
| 16 | rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/SDK/cuda-sdk-linux-2.10.1215.2015-3233425.run [[BR]] |
| 17 | rock@cloud:~$ sudo apt-get install autoconf automake build-essential gcc make libtool initramfs-tool [[BR]] |