Skip to content

Commit e2d3a60

Browse files
committed
Merge branch 'publicGithubDevelop' of https://bitbucket.org/dftfedevelopers/dftfe into BFGSPreconOpt
2 parents f5c98e1 + d14b6e0 commit e2d3a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dft/initBoundaryConditions.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ namespace dftfe
406406
std::min(d_dftParamsPtr->chebyWfcBlockSize, d_numEigenValues);
407407

408408
d_basisOperationsPtrDevice->createScratchMultiVectors(1, 3);
409-
d_basisOperationsPtrDevice->createScratchMultiVectors(BVec, 2);
409+
d_basisOperationsPtrDevice->createScratchMultiVectors(
410+
BVec, d_dftParamsPtr->overlapComputeCommunCheby ? 4 : 2);
410411
}
411412
#endif
412413

0 commit comments

Comments
 (0)