config :
configure --prefix=/home/xecle --with-mpi-prefix=/home/xelce/mpich --enable-cuda=yes
make errors:
Code: Select all
make[3]: Leaving directory `/home/xecle/abinit-6.0.2/src/50_abitypes_defs'
Making all in 51_manage_cuda
make[3]: Entering directory `/home/xecle/abinit-6.0.2/src/51_manage_cuda'
I../../src/incs -I../../src/incs -c dev_spec.cu
make[3]: I../../src/incs: Command not found
make[3]: [dev_spec.o] Error 127 (ignored)
/home/xecle/mpich/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/xecle/abinit-6.0.2/src/mods -O2 -g -ffree-line-length-none -c -o m_initcuda.o m_initcuda.F90
I../../src/incs -I../../src/incs -c prt_utils_rec.cu
make[3]: I../../src/incs: Command not found
make[3]: [prt_utils_rec.o] Error 127 (ignored)
I../../src/incs -I../../src/incs -c rec_dens_calc.cu
make[3]: I../../src/incs: Command not found
make[3]: [rec_dens_calc.o] Error 127 (ignored)
I../../src/incs -I../../src/incs -c cuda_rec.cu
make[3]: I../../src/incs: Command not found
make[3]: [cuda_rec.o] Error 127 (ignored)
/home/xecle/mpich/bin/mpif90 -DHAVE_CONFIG_H -I. -I../.. -I../../src/incs -I../../src/incs -ffree-form -J/home/xecle/abinit-6.0.2/src/mods -O2 -g -ffree-line-length-none -c -o interfaces_51_manage_cuda.o interfaces_51_manage_cuda.F90
rm -f lib51_manage_cuda.a
ar rc lib51_manage_cuda.a dev_spec.o m_initcuda.o prt_utils_rec.o rec_dens_calc.o cuda_rec.o interfaces_51_manage_cuda.o
ar: dev_spec.o: No such file or directory
make[3]: *** [lib51_manage_cuda.a] Error 1
make[3]: Leaving directory `/home/xecle/abinit-6.0.2/src/51_manage_cuda'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/xecle/abinit-6.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xecle/abinit-6.0.2'
make: *** [all] Error 2
I had installed cudadriver-2.3 and cudatookit-2.3 on my computer . the display card of my computer is Quadro NVS 290 ,supporting cuda .
I can't fnd anything with google. so who can tell me what happend ?