Guest User

Untitled

a guest
Nov 9th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. root@ubuntu:~/mygpu# ls
  2. compare.cu gpu-burn gpu_burn-0.6.tar.gz gpu_burn-drv.cpp Makefile
  3. root@ubuntu:~/mygpu# make
  4. PATH=.:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games /usr/local/cuda/bin/nvcc -arch=compute_20 -ptx compare.cu -o compare.ptx
  5. /bin/sh: 1: /usr/local/cuda/bin/nvcc: not found
  6. Makefile:10: recipe for target 'drv' failed
  7. make: *** [drv] Error 127
  8. root@ubuntu:~/mygpu#
Add Comment
Please, Sign In to add comment