diff --git a/HW10/main.cpp b/HW10/main.cpp index 9549ad2..f1bdd75 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) } MPI_Bcast(&flatMatrix[0], flatMatrix.size(), MPI_DOUBLE, 0, MPI_COMM_WORLD); MPI_Bcast(&serializedCity[0], serializedCity.size(), MPI_INT, 0, MPI_COMM_WORLD); - std::cout << "IM HERE 2" << std::endl; + std::cout << "Rank: " << rank << " IM HERE 2" << std::endl; std::vector costs; if(rank){