Skip to content

Commit

Permalink
Fixing cuda...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed May 21, 2024
1 parent e88eaf1 commit 2ef1cd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Nwpw/pspw/lib/psp/Pseudopotential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,11 @@ void Pseudopotential::v_nonlocal_fion(double *psi, double *Hpsi,
}
jend = ii;

//std::cout << "GERb inprjdot ii=" << ii << " nn=" << nn << " nprjall=" << nprjall << std::endl;
mypneb->cc_pack_inprjdot(1, nn, nprjall, psi, prjtmp, sw1);
//std::cout << "GERb inprjdot sw1=";
//for (auto k=0; k<(nn*nprjall); ++k) std::cout << sw1[k] << " "; std::cout << std::endl;

//parall->Vector_SumAll(1, nn*nprjall, sw1);
if (move)
{
Expand Down

0 comments on commit 2ef1cd2

Please sign in to comment.