debugging color macro on summit

This commit is contained in:
James E McClure
2018-05-01 21:23:53 -04:00
parent b9f27d9a27
commit 7adc6cf966

View File

@@ -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;