Skip to content

Commit 705246c

Browse files
committed
Update parallel_kpoints.cpp
1 parent b7e76fd commit 705246c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/src_parallel/parallel_kpoints.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ void Parallel_Kpoints::init_pools(void)
6363
#ifdef __MPI
6464
void Parallel_Kpoints::divide_pools(void)
6565
{
66-
ModuleBase::TITLE("Parallel_Kpoints", "divide_pools");
6766
if (GlobalV::NPROC < GlobalV::KPAR)
6867
{
6968
std::cout<<"\n NPROC=" << GlobalV::NPROC << " KPAR=" << GlobalV::KPAR;
70-
std::cout<<"Error : Too many stogroups !"<<std::endl;
69+
std::cout<<"Error : Too many pools !"<<std::endl;
7170
exit(0);
7271
}
7372

0 commit comments

Comments
 (0)