Advertisement
Guest User

Espresso 5.0.2 cuda compilation error

a guest
Jul 7th, 2014
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. make[1]: Entering directory `/home/user/rpmbuild/BUILD/espresso-5.0.2/GPU/Modules'
  2. ( if test -x ../install/update_gpu_version ; then \
  3. ../install/update_gpu_version; \
  4. else if test ! -f ../include/gpu-version.h ; then \
  5. cat ../include/gpu-version.h.in > ../include/gpu-version.h ; fi ; fi )
  6. gfortran -O3 -g -fopenmp -x f95-cpp-input -fopenmp -D__GFORTRAN -D__STD_F95 -D__FFTW -D__OPENMP -I../include -I../../include -I/usr/local/cuda-6.0/include -I../iotk/src -I../../Modules -I/../../ELPA/ -I. -c cuda_mem_alloc.f90
  7. I../../include -I../include -I../../include -I/usr/local/cuda-6.0/include -D__GFORTRAN -D__STD_F95 -D__FFTW -D__OPENMP -c cuda_header.cu
  8. make[1]: I../../include: Command not found
  9. make[1]: [cuda_header.o] Error 127 (ignored)
  10. gfortran -O3 -g -fopenmp -x f95-cpp-input -fopenmp -D__GFORTRAN -D__STD_F95 -D__FFTW -D__OPENMP -I../include -I../../include -I/usr/local/cuda-6.0/include -I../iotk/src -I../../Modules -I/../../ELPA/ -I. -c cuda_env_para.f90
  11. I../../include -I../include -I../../include -I/usr/local/cuda-6.0/include -D__GFORTRAN -D__STD_F95 -D__FFTW -D__OPENMP -c cuda_init.cu
  12. make[1]: I../../include: Command not found
  13. make[1]: [cuda_init.o] Error 127 (ignored)
  14. cc -O3 -D__GFORTRAN -D__STD_F95 -D__FFTW -D__OPENMP -I../include -I../../include -I/usr/local/cuda-6.0/include -c fftw3_cuda.c
  15. ar ruv libqemodgpu.a cuda_mem_alloc.o cuda_header.o cuda_env_para.o cuda_init.o fftw3_cuda.o
  16. ar: creating libqemodgpu.a
  17. a - cuda_mem_alloc.o
  18. ar: cuda_header.o: No such file or directory
  19. make[1]: *** [libqemodgpu.a] Error 1
  20. make[1]: Leaving directory `/home/user/rpmbuild/BUILD/espresso-5.0.2/GPU/Modules'
  21. make: *** [gpu-mods] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement