This will result in failure of non-MPI code when users want to read wavefunctions in LCAO gamma only calculation.
Describe the solution you'd like
This is so because the function WF_Local::distri_lowf_new () at line 313 in src_io/wf_local.cpp has no non-MPI codes. The above function is called by WF_local::read_lowf() at line 316 when reading LOWF files. The non-MPI codes should be added to support non-MPI abacus.
Additional context
Add any other context or screenshots about the feature request here.
Background
This will result in failure of non-MPI code when users want to read wavefunctions in LCAO gamma only calculation.
Describe the solution you'd like
This is so because the function WF_Local::distri_lowf_new () at line 313 in src_io/wf_local.cpp has no non-MPI codes. The above function is called by WF_local::read_lowf() at line 316 when reading LOWF files. The non-MPI codes should be added to support non-MPI abacus.
Additional context
Add any other context or screenshots about the feature request here.