From a9acf3e8b5954321c175dbc6875931963934e09c Mon Sep 17 00:00:00 2001 From: bbod Date: Sun, 29 Mar 2020 17:56:20 -0600 Subject: [PATCH] yep --- HW10/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/HW10/main.cpp b/HW10/main.cpp index 5000607..e232b16 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -32,6 +32,7 @@ int main(int argc, char* argv[]) //MPI_Bcast(&matrix[0][0], citiesSize*citiesSize, MPI_DOUBLE, 0, MPI_COMM_WORLD); if(rank){ + std::cout << "Process "<< rank << " has value " << citiesSize << "as size of city" << std::endl; for(int i = 0; i < citiesSize; i++){ for(int j = 0; j < citiesSize; j++) { std::cout<<"Process " << rank << " has value " << matrix[i][j] << std::endl;