From ba9a80267a7b4615368c19deaba5bd701c66e333 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 12:55:38 -0600 Subject: [PATCH] Auto Commit --- HW10/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW10/main.cpp b/HW10/main.cpp index f1bdd75..2493f58 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char* argv[]) std::cout << cities[i].GetName() << " "; } std::cout << std::endl; - + std::cout << "HERE RANK 1" << std::endl; } MPI_Bcast(&flatMatrix[0], flatMatrix.size(), MPI_DOUBLE, 0, MPI_COMM_WORLD); MPI_Bcast(&serializedCity[0], serializedCity.size(), MPI_INT, 0, MPI_COMM_WORLD);