From e0aa35b32ac11c3aa7d83265d317bb939750478a Mon Sep 17 00:00:00 2001 From: James E McClure Date: Thu, 12 Nov 2015 10:55:59 -0500 Subject: [PATCH] Removed debugging statement --- tests/lbpm_color_simulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lbpm_color_simulator.cpp b/tests/lbpm_color_simulator.cpp index d0f6ad36..c1801d4b 100644 --- a/tests/lbpm_color_simulator.cpp +++ b/tests/lbpm_color_simulator.cpp @@ -746,7 +746,7 @@ int main(int argc, char **argv) writeIDMap(ID_map_struct(),0,id_map_filename); AnalysisWaitIdStruct work_ids; while (timestep < timestepMax && err > tol ) { - if ( rank==0 ) { printf("Running timestep %i (%i MB)\n",timestep+1,(int)(Utilities::getMemoryUsage()/1048576)); } + //if ( rank==0 ) { printf("Running timestep %i (%i MB)\n",timestep+1,(int)(Utilities::getMemoryUsage()/1048576)); } PROFILE_START("Update"); //*************************************************************************