Changes between Version 34 and Version 35 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 19, 2009, 6:08:03 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v34 v35  
    379379
    380380== 3.2 NVIDIA CUDA Example ==
    381 '''In this case, We have to use "gcc-4.1" & "g++-4.1" instead of "gcc-4.3" to avoid getting stdio error.'''[[BR]]
    382 ---> /usr/include/bits/stdio2.h(35): error: identifier "__builtin_va_arg_pack" is undefined [[BR]]
    383 
    384 CUDA compiled example PATH: /usr/local/NVIDIA_CUDA_SDK/bin/linux/release [[BR]]
    385 
    386 For example: [[BR]]
    387 Choose an example from /opt/NVIDIA_CUDA_SDK/projects [[BR]]
    388 rock@cloud:~$ cd /opt/NVIDIA_CUDA_SDK/projects/bandwidthTest/ [[BR]]
    389 rock@cloud:~/opt/NVIDIA_CUDA_SDK/projects/bandwidthTest$ sudo make [[BR]]
    390 rock@cloud:~/opt/NVIDIA_CUDA_SDK/projects/bandwidthTest$ cd ../../bin/linux/release/ [[BR]]
    391 rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./bandwidthTest [[BR]]
    392 rock@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./deviceQuery [[BR]]
     381
     382'''Important:'''[[BR]]
     383In this case, We have to use "gcc-4.1" & "g++-4.1" instead of "gcc-4.3" to avoid getting stdio error.[[BR]]
     384{{{
     385/usr/include/bits/stdio2.h(...): error: identifier "__builtin_va_arg_pack" is undefined
     386}}}
     387
     388Example !HowTo : [[BR]]
     389rider@cloud:~/opt/NVIDIA_CUDA_SDK$ sudo make [[BR]]
     390rider@cloud:~/opt/NVIDIA_CUDA_SDK$ cd ./bin/linux/release/
     391rider@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./bandwidthTest [[BR]]
     392rider@cloud:~/opt/NVIDIA_CUDA_SDK/bin/linux/release$ ./deviceQuery [[BR]]
     393
     394### Demo Example ###
    393395{{{
    394396Running on......