From e41b34920c07b2d3ad2815cc819623941997f669 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 5 Jun 2015 15:27:52 -0400 Subject: [PATCH] updated TestBlobAnalyze --- tests/TestBlobAnalyze.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/TestBlobAnalyze.cpp b/tests/TestBlobAnalyze.cpp index 36fd9b70..18b18599 100644 --- a/tests/TestBlobAnalyze.cpp +++ b/tests/TestBlobAnalyze.cpp @@ -239,6 +239,7 @@ int main(int argc, char **argv) Averages.ComputeLocalBlob(); Averages.Reduce(); + if (rank==0) printf("Writing blobs \n"); if (rank==0){ FILE *PHASE; PHASE = fopen("Phase.00000","wb"); @@ -246,6 +247,7 @@ int main(int argc, char **argv) fclose(PHASE); } + if (rank==0) printf("Sorting averages \n"); // Blobs.Set(Averages.BlobAverages.NBLOBS); int dimx = (int)Averages.BlobAverages.size(0); int dimy = (int)Averages.BlobAverages.size(1);