Changes between Version 9 and Version 10 of Xen_GPU_cluster


Ignore:
Timestamp:
Feb 10, 2009, 4:08:54 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v9 v10  
    11= Xen GPU cluster =
     2
    23== Hardware ==
    34||Node|| 9 nodes[[BR]]
    45||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]]
     6||Memory|| 6GB/node [[BR]]
     7||Storage|| 160GB/node [[BR]]
     8||Video Card|| NVIDIA !GeForce 9800GT 1GB/node [[BR]]
    89
    910== Software ==
    1011||OS|| Ubuntu 8.04.2 with Kernel: 2.6.24-23-server x86_64 [[BR]]
    11 == Part 1 ==
    12 === 1.1 - Basic Environment ===
     12
     13= Part 1 Build essential environment =
     14== 1.1 - Basic Environment ==
    1315# NVIDIA CUDA driver # [[BR]]
    1416rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/drivers/NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]]
     
    7880}}}
    7981
    80 === 1.2 NVIDIA Driver Solution ===
     82== 1.2 NVIDIA Driver !HowTo ==
    8183# Rock said that the unknown identification of the VGA device might be the "pciids" problem. [[BR]]
    8284Sol1: [[BR]]
     
    234236OpenGL version string: 2.1.2 NVIDIA 180.22
    235237}}}
     238
     239
     240== 1.3 NVIDIA GPU !StatusCheck ==
     241rock@cloud:~$ sudo nvidia-xconfig -query-gpu-info [[BR]]
     242{{{
     243# GPU Status check
     244Number of GPUs: 1
     245
     246GPU #0:
     247  Name      : GeForce 9800 GT
     248  PCI BusID : PCI:1:0:0
     249
     250  Number of Display Devices: 1
     251
     252  Display Device 0 (CRT-0):
     253     EDID Name             : ViewSonic VA721
     254     Minimum HorizSync     : 30.000 kHz
     255     Maximum HorizSync     : 82.000 kHz
     256     Minimum VertRefresh   : 50 Hz
     257     Maximum VertRefresh   : 85 Hz
     258     Maximum PixelClock    : 140.000 MHz
     259     Maximum Width         : 1280 pixels
     260     Maximum Height        : 1024 pixels
     261     Preferred Width       : 1280 pixels
     262     Preferred Height      : 1024 pixels
     263     Preferred VertRefresh : 60 Hz
     264     Physical Width        : 340 mm
     265     Physical Height       : 270 mm
     266}}}
     267rock@cloud:~$ sudo nvidia-smi [[BR]]
     268{{{
     269Gpus found in probe:
     270Found Gpuid 0x1000
     271Attaching all probed Gpus...OK
     272Getting unit information...OK
     273Getting all static information..
     274}}}
     275
     276
     277= Part 2 CUDA !HowTo =
     278== 2.1 NVIDIA CUDA Example ==