Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
knikhil1995 committed Apr 15, 2024
1 parent d84415e commit 6c6dfd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dft/initBoundaryConditions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ namespace dftfe
std::min(d_dftParamsPtr->chebyWfcBlockSize, d_numEigenValues);

d_basisOperationsPtrDevice->createScratchMultiVectors(1, 3);
d_basisOperationsPtrDevice->createScratchMultiVectors(BVec, 2);
d_basisOperationsPtrDevice->createScratchMultiVectors(
BVec, d_dftParamsPtr->overlapComputeCommunCheby ? 4 : 2);
}
#endif

Expand Down

0 comments on commit 6c6dfd7

Please sign in to comment.