From 216515e85261f36d7c205949e2b24fdd05daa934 Mon Sep 17 00:00:00 2001 From: bbod Date: Sun, 29 Mar 2020 17:54:31 -0600 Subject: [PATCH] added finalize --- HW10/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW10/main.cpp b/HW10/main.cpp index f2d555c..5000607 100644 --- a/HW10/main.cpp +++ b/HW10/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char* argv[]) } } } - + MPI_Finalize(); // //Make permutations // auto perms = MakePermutationMatrix::GetLowestCost(cities, rank, size, matrix); return 0;