Changes between Version 31 and Version 32 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 19, 2009, 4:18:46 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v31 v32  
    6969{{{
    7070Add:
    71 include /usr/local/cuda/lib
     71/usr/local/cuda/lib
    7272}}}
    7373rock@cloud:~$ sudo ldconfig [[BR]]
    74 {{{
    75 /usr/local/cuda/lib:
    76         libcublasemu.so.2 -> libcublasemu.so.2.1
    77         libcufftemu.so.2 -> libcufftemu.so.2.1
    78         libcublas.so.2 -> libcublas.so.2.1
    79         libcudart.so.2 -> libcudart.so.2.1
    80         libcufft.so.2 -> libcufft.so.2.1
    81 }}}
    8274
    8375== 1.2 NVIDIA Driver !HowTo !OnNoneXenKernel ==
     
    367359rock@cloud:~/opt/NVIDIA_CUDA_SDK/projects/bandwidthTest$ cd ../../bin/linux/release/ [[BR]]
    368360rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./bandwidthTest [[BR]]
     361rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./deviceQuery [[BR]]
    369362{{{
    370363Running on......
     
    392385Press ENTER to exit...
    393386}}}
     387{{{
     388There is 1 device supporting CUDA (Running on Xen + Lustre Kernel)
     389
     390Device 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}}}
    394408
    395409Reference: [[BR]]