piantado / GPUropolis

MCMC for compositional spaces using CUDA GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make failed

andyyuan78 opened this issue · comments

ubgpu@ubgpu:/github/GPUropolis$ make
nvcc -m64 -gencode arch=compute_30,code=sm_30 -use_fast_math -I/usr/local/cuda/lib64 -I. -I/usr/local/cuda/samples/common/inc/ -o main.o -c src/main.cu
In file included from src/main.cu:18:0:
src/cuPrintf.cu:57:36: fatal error: sm_11_atomic_functions.h: No such file or directory
#include <sm_11_atomic_functions.h>
^
compilation terminated.
make: *** [main.o] Error 1
ubgpu@ubgpu:
/github/GPUropolis$