Auto Commit

This commit is contained in:
2020-03-30 12:52:08 -06:00
parent 5abe1d0013
commit 98ab01bad0

View File

@@ -48,7 +48,7 @@ int main(int argc, char* argv[])
} }
MPI_Bcast(&flatMatrix[0], flatMatrix.size(), MPI_DOUBLE, 0, MPI_COMM_WORLD); MPI_Bcast(&flatMatrix[0], flatMatrix.size(), MPI_DOUBLE, 0, MPI_COMM_WORLD);
MPI_Bcast(&serializedCity[0], serializedCity.size(), MPI_INT, 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<double> costs; std::vector<double> costs;
if(rank){ if(rank){