Changes between Version 32 and Version 33 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 19, 2009, 5:29:06 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v32 v33  
    353353= Part 3 CUDA !HowTo =
    354354== 3.1 NVIDIA CUDA Example ==
     355'''In this case, We have to use "gcc-4.1" & "g++-4.1" instead of "gcc-4.3" to avoid getting stdio error.'''[[BR]]
     356---> /usr/include/bits/stdio2.h(35): error: identifier "__builtin_va_arg_pack" is undefined [[BR]]
     357
     358CUDA compiled example PATH: /usr/local/NVIDIA_CUDA_SDK/bin/linux/release [[BR]]
     359
    355360For example: [[BR]]
    356361Choose an example from /opt/NVIDIA_CUDA_SDK/projects [[BR]]