Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/module_basis/module_ao/parallel_orbitals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,10 @@ int Parallel_Orbitals::set_nloc_wfc_Eij(
}
else
{
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",
"The number of columns of the 2D process grid exceeds the number of bands. "
"Try launching the calculation with fewer MPI processes."
);
}
}
int col_b_bands = block / dim1;
Expand Down
Loading