close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 6, 2009, 7:15:43 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v3 v4  
    11= Xen GPU cluster =
    22== 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]]
     3||Node|| 9 nodes[[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
     9== Software ==
     10||OS|| Ubuntu 8.04.2 with Kernel: 2.6.24-23-server x86_64 [[BR]]
    911
    1012=== Part1 - Basic Environment ===
     
    1517# NVIDIA CUDA SDK # [[BR]]
    1618rock@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 libxi6 libxi-dev libxmu6 libxmu-dev linux-kernel-devel linux-headers-2.6.24-19-server [[BR]]
    18 rock@cloud:~$ sudo ln -sf /usr/src/linux-headers-2.6.24-19 /usr/src/linux [[BR]]
     19rock@cloud:~$ sudo apt-get install autoconf automake build-essential gcc make libtool initramfs-tool libxi6 libxi-dev libxmu6 libxmu-dev linux-kernel-devel linux-headers-2.6.24-23-server [[BR]]
     20rock@cloud:~$ sudo ln -sf /usr/src/linux-headers-2.6.24-23 /usr/src/linux [[BR]]
    1921rock@cloud:~/nvidia/cuda$ sudo sh NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]]
    2022rock@cloud:~$ sudo mkdir /opt/cuda [[BR]]