1 parent ec9ee62 commit c218aa6Copy full SHA for c218aa6
1 file changed
source/module_deepks/test/nnr.cpp
@@ -212,7 +212,7 @@ void test_deepks::folding_nnr(const Test_Deepks::K_Vectors &kv)
212
213
if(nu<0)continue;
214
int iic;
215
- if(GlobalV::KS_SOLVER=="genelpa" || GlobalV::KS_SOLVER=="scalapack_gvx" || ks_solver=="cusolver") // save the matrix as column major format
+ if(GlobalV::KS_SOLVER=="genelpa" || GlobalV::KS_SOLVER=="scalapack_gvx" || GlobalV::KS_SOLVER=="cusolver") // save the matrix as column major format
216
{
217
iic=mu+nu*ParaO.nrow;
218
}
0 commit comments