Skip to content

Commit

Permalink
style: format deepmd::print_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Dec 5, 2023
1 parent a138872 commit e6acacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/api_cc/src/common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1277,10 +1277,10 @@ void deepmd::print_summary(const std::string& pre) {
deepmd::get_env_nthreads(num_intra_nthreads, num_inter_nthreads);
std::cout << pre << "installed to: " + global_install_prefix << "\n";
std::cout << pre << "source: " + global_git_summ << "\n";
std::cout << pre << "source branch: " + global_git_branch << "\n";
std::cout << pre << "source branch: " + global_git_branch << "\n";
std::cout << pre << "source commit: " + global_git_hash << "\n";
std::cout << pre << "source commit at: " + global_git_date << "\n";
std::cout << pre << "supported model ver.:" + global_model_version << "\n";
std::cout << pre << "support model ver.: " + global_model_version << "\n";
#if defined(GOOGLE_CUDA)
std::cout << pre << "build variant: cuda"
<< "\n";
Expand Down

0 comments on commit e6acacf

Please sign in to comment.