1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Index: superlu-dist/SRC/dHWPM_CombBLAS.hpp
===================================================================
--- superlu-dist.orig/SRC/dHWPM_CombBLAS.hpp 2022-07-06 09:49:01.928317819 +0200
+++ superlu-dist/SRC/dHWPM_CombBLAS.hpp 2022-07-06 09:49:01.920317739 +0200
@@ -24,7 +24,7 @@
#define dHWPM_CombBLAS_hpp
#include "CombBLAS/CombBLAS.h"
-#include "ApproxWeightPerfectMatching.h"
+#include "BipartiteMatchings/ApproxWeightPerfectMatching.h"
#include "superlu_ddefs.h"
Index: superlu-dist/SRC/zHWPM_CombBLAS.hpp
===================================================================
--- superlu-dist.orig/SRC/zHWPM_CombBLAS.hpp 2022-07-06 09:49:01.928317819 +0200
+++ superlu-dist/SRC/zHWPM_CombBLAS.hpp 2022-07-06 09:49:01.920317739 +0200
@@ -23,7 +23,7 @@
#define zHWPM_CombBLAS_h
#include "CombBLAS/CombBLAS.h"
-#include "ApproxWeightPerfectMatching.h"
+#include "BipartiteMatchings/ApproxWeightPerfectMatching.h"
#include "superlu_zdefs.h"
|