Skip to content

Commit

Permalink
nscf vself bins solve to go via CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Mar 15, 2024
1 parent 96a4306 commit 64bc9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dft/solveNSCF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace dftfe
computing_timer.enter_subsection("Nuclear self-potential solve");
computingTimerStandard.enter_subsection("Nuclear self-potential solve");
#ifdef DFTFE_WITH_DEVICE
if (d_dftParamsPtr->useDevice)
if (d_dftParamsPtr->useDevice and false)
d_vselfBinsManager.solveVselfInBinsDevice(
d_basisOperationsPtrElectroHost,
d_baseDofHandlerIndexElectro,
Expand Down

0 comments on commit 64bc9b6

Please sign in to comment.