We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec2919 commit 48788b8Copy full SHA for 48788b8
source/module_basis/module_ao/parallel_orbitals.cpp
@@ -247,7 +247,10 @@ int Parallel_Orbitals::set_nloc_wfc_Eij(
247
}
248
else
249
{
250
- ModuleBase::WARNING_QUIT("Parallel_Orbitals::set_nloc_wfc_Eij", "some processor has no bands-row-blocks.");
+ ModuleBase::WARNING_QUIT("Parallel_Orbitals::set_nloc_wfc_Eij",
251
+ "The number of columns of the 2D process grid exceeds the number of bands. "
252
+ "Try launching the calculation with fewer MPI processes."
253
+ );
254
255
256
int col_b_bands = block / dim1;
0 commit comments