Changes between Version 9 and Version 10 of Xen_GPU_cluster
- Timestamp:
- Feb 10, 2009, 4:08:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v9 v10 1 1 = Xen GPU cluster = 2 2 3 == Hardware == 3 4 ||Node|| 9 nodes[[BR]] 4 5 ||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]] 8 9 9 10 == Software == 10 11 ||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 == 13 15 # NVIDIA CUDA driver # [[BR]] 14 16 rock@cloud:~/nvidia/cuda$ wget http://developer.download.nvidia.com/compute/cuda/2_1/drivers/NVIDIA-Linux-x86_64-180.22-pkg2.run [[BR]] … … 78 80 }}} 79 81 80 == = 1.2 NVIDIA Driver Solution ===82 == 1.2 NVIDIA Driver !HowTo == 81 83 # Rock said that the unknown identification of the VGA device might be the "pciids" problem. [[BR]] 82 84 Sol1: [[BR]] … … 234 236 OpenGL version string: 2.1.2 NVIDIA 180.22 235 237 }}} 238 239 240 == 1.3 NVIDIA GPU !StatusCheck == 241 rock@cloud:~$ sudo nvidia-xconfig -query-gpu-info [[BR]] 242 {{{ 243 # GPU Status check 244 Number of GPUs: 1 245 246 GPU #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 }}} 267 rock@cloud:~$ sudo nvidia-smi [[BR]] 268 {{{ 269 Gpus found in probe: 270 Found Gpuid 0x1000 271 Attaching all probed Gpus...OK 272 Getting unit information...OK 273 Getting all static information.. 274 }}} 275 276 277 = Part 2 CUDA !HowTo = 278 == 2.1 NVIDIA CUDA Example ==