Auto Commit

This commit is contained in:
2020-03-30 12:49:16 -06:00
parent 522ac0c8f9
commit 7a1858efa9

View File

@@ -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<double> costs;
if(rank){