File: build_with_combblas.patch

package info (click to toggle)
superlu-dist 8.2.1%2Bdfsg1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,576 kB
  • sloc: ansic: 132,713; sh: 3,073; f90: 827; cpp: 505; makefile: 431; fortran: 51; csh: 9
file content (26 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (3)
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"