From 7adc6cf966f3ffe2bfcbfb4fc75139e1ad957aed Mon Sep 17 00:00:00 2001 From: James E McClure Date: Tue, 1 May 2018 21:23:53 -0400 Subject: [PATCH] debugging color macro on summit --- tests/lbpm_color_macro_simulator.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/lbpm_color_macro_simulator.cpp b/tests/lbpm_color_macro_simulator.cpp index 6bcfbe84..beaac069 100644 --- a/tests/lbpm_color_macro_simulator.cpp +++ b/tests/lbpm_color_macro_simulator.cpp @@ -543,8 +543,11 @@ int main(int argc, char **argv) ScaLBL_Comm.RegularLayout(Map,&Velocity[2*Np],Averages->Vel_z); //........................................................................... - if (rank==0) printf("********************************************************\n"); - if (rank==0) printf("No. of timesteps: %i \n", timestepMax); + if (rank==0){ + printf("********************************************************\n"); + printf("No. of timesteps: %i \n", timestepMax); + fflush(stdout); + } //.......create and start timer............ double starttime,stoptime,cputime;