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 ); }