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 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Index: superlu-dist/SRC/double/dHWPM_CombBLAS.hpp
===================================================================
--- superlu-dist.orig/SRC/double/dHWPM_CombBLAS.hpp 2025-11-14 10:14:26.798964949 +0100
+++ superlu-dist/SRC/double/dHWPM_CombBLAS.hpp 2025-11-14 10:14:26.798793272 +0100
@@ -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/complex16/zHWPM_CombBLAS.hpp
===================================================================
--- superlu-dist.orig/SRC/complex16/zHWPM_CombBLAS.hpp 2025-11-14 10:14:26.798964949 +0100
+++ superlu-dist/SRC/complex16/zHWPM_CombBLAS.hpp 2025-11-14 10:14:26.798954801 +0100
@@ -23,7 +23,7 @@
#define zHWPM_CombBLAS_h
#include "CombBLAS/CombBLAS.h"
-#include "ApproxWeightPerfectMatching.h"
+#include "BipartiteMatchings/ApproxWeightPerfectMatching.h"
#include "superlu_zdefs.h"
Index: superlu-dist/SRC/single/sHWPM_CombBLAS.hpp
===================================================================
--- superlu-dist.orig/SRC/single/sHWPM_CombBLAS.hpp 2025-11-14 10:14:26.750665390 +0100
+++ superlu-dist/SRC/single/sHWPM_CombBLAS.hpp 2025-11-14 10:14:59.480911497 +0100
@@ -24,7 +24,7 @@
#define sHWPM_CombBLAS_hpp
#include "CombBLAS/CombBLAS.h"
-#include "ApproxWeightPerfectMatching.h"
+#include "BipartiteMatchings/ApproxWeightPerfectMatching.h"
#include "superlu_sdefs.h"
|