From 7a1858efa9bb3ea9f048766354f7a66bae879e10 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 12:49:16 -0600 Subject: [PATCH] Auto Commit --- HW10/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HW10/main.cpp b/HW10/main.cpp index 7068b23..2cf2408 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -46,10 +46,9 @@ int main(int argc, char* argv[]) std::cout << std::endl; } - std::cout << "here" << std::endl; MPI_Bcast(&flatMatrix[0], flatMatrix.size(), MPI_DOUBLE, 0, MPI_COMM_WORLD); - std::cout << "here2" << std::endl; MPI_Bcast(&serializedCity[0], serializedCity.size(), MPI_INT, 0, MPI_COMM_WORLD); + std::cout << "here" << std::endl; std::vector costs; if(rank){