From 20854cb44896df80e368e27dbdb23c1c010437c1 Mon Sep 17 00:00:00 2001 From: James McClure Date: Wed, 8 Jul 2015 16:15:09 -0400 Subject: [PATCH] Parallel version of lbpm_random_pp now available --- tests/lbpm_random_pp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lbpm_random_pp.cpp b/tests/lbpm_random_pp.cpp index d9fbfca3..ad48a734 100644 --- a/tests/lbpm_random_pp.cpp +++ b/tests/lbpm_random_pp.cpp @@ -180,7 +180,7 @@ int main(int argc, char **argv) MPI_Bcast(&sizeY,1,MPI_INT,0,MPI_COMM_WORLD); MPI_Bcast(&sizeZ,1,MPI_INT,0,MPI_COMM_WORLD); - if (rank==0) printf("Broadcast block at %i,%i,%i \n",x,y,z); + //if (rank==0) printf("Broadcast block at %i,%i,%i \n",x,y,z); for (k=z;k