Auto Commit

This commit is contained in:
2020-03-30 18:04:50 -06:00
parent 3016d769dd
commit 65f63a2ac7

View File

@@ -22,7 +22,7 @@ std::vector<double> MakePermutationMatrix::MakePermutation(std::vector<City> sou
offset = totalNumPermutations/size;
std::cout << "offset: "<<offset <<std::endl;
}
MPI_Bcast(&offset, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_Bcast(&offset, 1, MPI_LONG_LONG_INT, 0, MPI_COMM_WORLD);
//return vector should be the size of number of processors as they are going to only return their own smallest.