Changes between Version 40 and Version 41 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 23, 2009, 5:35:13 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v40 v41  
    412412# Build your own cuda project or cuda example running test. Reference: Chapter3: 3.3 - Running CUDA Example on Xen [[BR]]
    413413
     414# Example:Device Bandwidth [[BR]]
     415rider@cuda:/usr/local/NVIDIA_CUDA_SDK/bin/linux/release$ sudo ./bandwidthTest  [[BR]]
     416
     417{{{
     418(Running on Xen_VirtualMachine)
     419Device 0: "GeForce 9800 GT"
     420Quick Mode
     421Host to Device Bandwidth for Pageable memory
     422.
     423Transfer Size (Bytes)   Bandwidth(MB/s)
     424 33554432               31999998.0
     425
     426Quick Mode
     427Device to Host Bandwidth for Pageable memory
     428.
     429Transfer Size (Bytes)   Bandwidth(MB/s)
     430 33554432               320000000.0
     431
     432Quick Mode
     433Device to Device Bandwidth
     434.
     435Transfer Size (Bytes)   Bandwidth(MB/s)
     436 33554432               640000000.0
     437
     438&&&& Test PASSED
     439}}}
     440
     441
     442# Example:Device Query [[BR]]
     443rider@cuda:/usr/local/NVIDIA_CUDA_SDK/bin/linux/release$ sudo ./deviceQuery [[BR]]
     444
     445{{{
     446(Running on Xen_VirtualMachine)
     447Device 0: "GeForce 9800 GT"
     448  Major revision number:                         0
     449  Minor revision number:                         0
     450  Total amount of global memory:                 6385920 bytes
     451  Number of multiprocessors:                     11007
     452  Number of cores:                               88056
     453  Total amount of constant memory:               6385872 bytes
     454  Total amount of shared memory per block:       3236702400 bytes
     455  Total number of registers available per block: 6385904
     456  Warp size:                                     0
     457  Maximum number of threads per block:           0
     458  Maximum sizes of each dimension of a block:    0 x 6385808 x 0
     459  Maximum sizes of each dimension of a grid:     0 x 0 x 2
     460  Maximum memory pitch:                          3234490924 bytes
     461  Texture alignment:                             3236702608 bytes
     462  Clock rate:                                    0.00 GHz
     463  Concurrent copy and execution:                 Yes
     464}}}
    414465
    415466== 3.3 Running CUDA Example on Xen ==