@@ -71,6 +71,10 @@ void WARNING_QUIT(const std::string &file,const std::string &description,int ret
7171 std::cout << " ---------------------------------------------------------" << std::endl;
7272 std::cout << " !NOTICE! " << std::endl;
7373 std::cout << " ---------------------------------------------------------" << std::endl;
74+ std::cout << " For detailed manual of ABACUS, please see the website" << std::endl;
75+ std::cout << " https://abacus.deepmodeling.com" << std::endl;
76+ std::cout << " For any questions, propose issues on the website" << std::endl;
77+ std::cout << " https://github.com/deepmodeling/abacus-develop/issues" << std::endl;
7478
7579#else
7680 std::cout << " " << std::endl;
@@ -81,6 +85,10 @@ void WARNING_QUIT(const std::string &file,const std::string &description,int ret
8185 std::cout << " " << description << std::endl;
8286 std::cout << " CHECK IN FILE : " << PARAM.globalv .global_out_dir << " warning.log" << std::endl;
8387 std::cout << " " << std::endl;
88+ std::cout << " For detailed manual of ABACUS, please see the website" << std::endl;
89+ std::cout << " https://abacus.deepmodeling.com" << std::endl;
90+ std::cout << " For any questions, propose issues on the website" << std::endl;
91+ std::cout << " https://github.com/deepmodeling/abacus-develop/issues" << std::endl;
8492 std::cout << " ---------------------------------------------------------" << std::endl;
8593 std::cout << " !NOTICE! " << std::endl;
8694 std::cout << " ---------------------------------------------------------" << std::endl;
@@ -93,6 +101,10 @@ void WARNING_QUIT(const std::string &file,const std::string &description,int ret
93101 GlobalV::ofs_running << " " << description << std::endl;
94102 GlobalV::ofs_running << " CHECK IN FILE : " << PARAM.globalv .global_out_dir << " warning.log" << std::endl;
95103 GlobalV::ofs_running << std::endl;
104+ GlobalV::ofs_running << " For detailed manual of ABACUS, please see the website" << std::endl;
105+ GlobalV::ofs_running << " https://abacus.deepmodeling.com" << std::endl;
106+ GlobalV::ofs_running << " For any questions, propose issues on the website" << std::endl;
107+ GlobalV::ofs_running << " https://github.com/deepmodeling/abacus-develop/issues" << std::endl;
96108 GlobalV::ofs_running << " ---------------------------------------------------------" << std::endl;
97109 GlobalV::ofs_running << " NOTICE " << std::endl;
98110 GlobalV::ofs_running << " ---------------------------------------------------------" << std::endl;
0 commit comments