forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
Describe the Bug
When running abacus-gpu version in abacus-develop/examples/01a_Si_diamond_pw_scf, the following message appears.
In File /root/abacus-develop/source/src_pw/hamilt_pw.cu : CUDA API failed at line 1558 with error: invalid argument (1)It may be fixed like this:
if(m == 1)
{
CHECK_CUDA(cudaFree(ps));
}=== To ==>
if(m != 1)
{
CHECK_CUDA(cudaFree(ps));
}Metadata
Metadata
Assignees
Labels
No labels