Closed 343333333 closed 2 years ago
ok , i figure it out.
i forget to tell the complier the
-D CUDA_ARCH=compute_xy and -D CUDA_CODE=sm_xy
is. for V100 the calculate ability is 70.
so i set the value :
-D CUDA_ARCH=compute_70 -D CUDA_CODE=sm_70
now it works well.
i compile the programm like the site http://jdftx.org/Supercomputers.html in "Compiling on TACC" and it seems to work well on cpu version of jdftx. but when i turn to the gpu version something went wrong. my environment variable is:
here is the log:
it seems that the mission is stopped when it loads "Setting up pseudopotentials" the here is the out file 2603377.txt
i look up the internet and it says that my gpu's computing power is too low. So, do you have any ideas or solutions? thx