From 89f2b065153b004985fd884268969d1c227242d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Wed, 9 Oct 2024 14:58:29 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sam Reeve <6740307+streeve@users.noreply.github.com> --- input/in.lb | 2 +- src/cabanamd_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input/in.lb b/input/in.lb index 928bec0..9d84391 100644 --- a/input/in.lb +++ b/input/in.lb @@ -1,4 +1,4 @@ -# Example using Lennard-Jones potential +# Example for exercising load balancing (not intended to be physical) units lj atom_style atomic diff --git a/src/cabanamd_impl.h b/src/cabanamd_impl.h index fd8e95d..b49b951 100644 --- a/src/cabanamd_impl.h +++ b/src/cabanamd_impl.h @@ -659,7 +659,7 @@ void CbnMD::print_summary( std::ofstream &out, int step, { log( out, "\n#Timestep Temperature PotE ETot Time Atomsteps/s " #ifdef CabanaMD_ENABLE_LB - "LBImbalance Exchanged" + "LB-Imbalance MPI-Exchanged" #endif ); }