File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/module_basis/module_pw/test_gpu Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class PWTEST: public testing::Test
1414 if (rank_in_pool == 0 )
1515 {
1616 cout<<" \033 [32m" <<" ============================" <<" \033 [0m" <<endl;
17- cout<<" \033 [32m" <<" = PW MODULE TEST START =" <<" \033 [0m" <<endl;
17+ cout<<" \033 [32m" <<" = PW GPU MODULE TEST START =" <<" \033 [0m" <<endl;
1818 cout<<" \033 [32m" <<" ============================" <<" \033 [0m" <<endl;
1919 }
2020 }
@@ -23,7 +23,7 @@ class PWTEST: public testing::Test
2323 if (rank_in_pool == 0 )
2424 {
2525 cout<<" \033 [32m" <<" ============================" <<" \033 [0m" <<endl;
26- cout<<" \033 [32m" <<" = PW MODULE TEST END =" <<" \033 [0m" <<endl;
26+ cout<<" \033 [32m" <<" = PW GPU MODULE TEST END =" <<" \033 [0m" <<endl;
2727 cout<<" \033 [32m" <<" ============================" <<" \033 [0m" <<endl;
2828 }
2929 }
You can’t perform that action at this time.
0 commit comments