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 c6db80a commit d8a10d5Copy full SHA for d8a10d5
source/module_base/tool_quit.cpp
@@ -47,10 +47,10 @@ void QUIT(void)
47
48
ModuleBase::Global_File::close_all_log(GlobalV::MY_RANK);
49
50
- if (GlobalV::MY_RANK==0)
51
- {
52
- ModuleBase::Memory::print_all( GlobalV::ofs_running ) ;
53
- }
+ //if (GlobalV::MY_RANK==0)
+ //{
+ // ModuleBase::Memory::print_all( GlobalV::ofs_running ) ;
+ //}
54
std::cout<<" See output information in : "<<GlobalV::global_out_dir<<std::endl;
55
#endif
56
0 commit comments