File: build_with_combblas.patch

package info (click to toggle)
superlu-dist 9.2.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,440 kB
  • sloc: ansic: 173,245; cpp: 7,264; sh: 5,677; f90: 854; python: 566; makefile: 455; fortran: 51; csh: 9
file content (39 lines) | stat: -rw-r--r-- 1,519 bytes parent folder | download
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"