Skip to content

Commit 5341205

Browse files
add some hint about error (#4100)
1 parent 6604653 commit 5341205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/global_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void ModuleBase::Global_File::make_dir_out(
6868
}
6969
else
7070
{
71-
std::cout << " PROC " << rank << " CAN NOT MAKE THE DIR !!! " << std::endl;
71+
std::cout << " PROC " << rank << " Please delete the file named by OUT.suffix !!! " << std::endl;
7272
make_dir = 0;
7373
}
7474
}

0 commit comments

Comments
 (0)