Changes between Version 31 and Version 32 of Xen_GPU_cluster
- Timestamp:
- Mar 19, 2009, 4:18:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v31 v32 69 69 {{{ 70 70 Add: 71 include/usr/local/cuda/lib71 /usr/local/cuda/lib 72 72 }}} 73 73 rock@cloud:~$ sudo ldconfig [[BR]] 74 {{{75 /usr/local/cuda/lib:76 libcublasemu.so.2 -> libcublasemu.so.2.177 libcufftemu.so.2 -> libcufftemu.so.2.178 libcublas.so.2 -> libcublas.so.2.179 libcudart.so.2 -> libcudart.so.2.180 libcufft.so.2 -> libcufft.so.2.181 }}}82 74 83 75 == 1.2 NVIDIA Driver !HowTo !OnNoneXenKernel == … … 367 359 rock@cloud:~/opt/NVIDIA_CUDA_SDK/projects/bandwidthTest$ cd ../../bin/linux/release/ [[BR]] 368 360 rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./bandwidthTest [[BR]] 361 rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./deviceQuery [[BR]] 369 362 {{{ 370 363 Running on...... … … 392 385 Press ENTER to exit... 393 386 }}} 387 {{{ 388 There is 1 device supporting CUDA (Running on Xen + Lustre Kernel) 389 390 Device 0: "GeForce 9800 GT" 391 Major revision number: 1 392 Minor revision number: 1 393 Total amount of global memory: 1073414144 bytes 394 Number of multiprocessors: 14 395 Number of cores: 112 396 Total amount of constant memory: 65536 bytes 397 Total amount of shared memory per block: 16384 bytes 398 Total number of registers available per block: 8192 399 Warp size: 32 400 Maximum number of threads per block: 512 401 Maximum sizes of each dimension of a block: 512 x 512 x 64 402 Maximum sizes of each dimension of a grid: 65535 x 65535 x 1 403 Maximum memory pitch: 262144 bytes 404 Texture alignment: 256 bytes 405 Clock rate: 1.51 GHz 406 Concurrent copy and execution: Yes 407 }}} 394 408 395 409 Reference: [[BR]]