Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[root@cld-dfa-gpu-04]# yum -y group install "Development Tools"
[root@cld-dfa-gpu-04]# git clone https://github.com/NVIDIA/cuda-samples.git
[root@cld-dfa-gpu-04]# yum -y group install "Development Tools"
[root@cld-dfa-gpu-04]# cd cuda-samples/Samples/0_Introduction/simpleP2P; make; cd
[root@cld-dfa-gpu-04]# cd cuda-samples/Samples/5_Domain_Specific/p2pBandwidthLatencyTest; make; cd

...