File: dodiff

package info (click to toggle)
suitesparse 1%3A7.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 254,920 kB
  • sloc: ansic: 1,134,743; cpp: 46,133; makefile: 4,875; fortran: 2,087; java: 1,826; sh: 996; ruby: 725; python: 495; asm: 371; sed: 166; awk: 44
file content (103 lines) | stat: -rwxr-xr-x 4,630 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#!/bin/bash

# SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2025, All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

echo "======================================================================="
echo "02 and 04:"
echo "======================================================================="
diff *suba*02* *suba*04*
diff ../jit_kernels/template/*suba*02* ../jit_kernels/template/*suba*04*
diff template/*suba*02* template/*suba*04*

echo "======================================================================="
echo "01 and 03:"
echo "======================================================================="
diff *suba*01* *suba*03*
diff ../jit_kernels/template/*suba*01* ../jit_kernels/template/*suba*03*
diff template/*suba*01* template/*suba*03*

echo "======================================================================="
echo "05 and 07:"
echo "======================================================================="
diff *suba*05.c* *suba*07*
diff ../jit_kernels/template/*suba*05.c ../jit_kernels/template/*suba*07*
diff template/*suba*05_*.c* template/*suba*07*

echo "======================================================================="
echo "09 and 11:"
echo "======================================================================="
diff *suba*09* *suba*11*
diff ../jit_kernels/template/*suba*09* ../jit_kernels/template/*suba*11*
diff template/*suba*09* template/*suba*11*

echo "======================================================================="
echo "13 and 15:"
echo "======================================================================="
diff *suba*13* *suba*15*
diff ../jit_kernels/template/*suba*13* ../jit_kernels/template/*suba*15*
diff template/*suba*13* template/*suba*15*

echo "======================================================================="
echo "13 and 17:"
echo "======================================================================="
diff *suba*13* *suba*17*
diff ../jit_kernels/template/*suba*13* ../jit_kernels/template/*suba*17*
diff template/*suba*13* template/*suba*17*

echo "======================================================================="
echo "13 and 19:"
echo "======================================================================="
diff *suba*13* *suba*19*
diff ../jit_kernels/template/*suba*13* ../jit_kernels/template/*suba*19*
diff template/*suba*13* template/*suba*19*

echo "======================================================================="
echo "15 and 19:"
echo "======================================================================="
diff *suba*15* *suba*19*
diff ../jit_kernels/template/*suba*15* ../jit_kernels/template/*suba*19*
diff template/*suba*15* template/*suba*19*

echo "======================================================================="
echo "15 and 17:"
echo "======================================================================="
diff *suba*15* *suba*17*
diff ../jit_kernels/template/*suba*15* ../jit_kernels/template/*suba*17*
diff template/*suba*15* template/*suba*17*

echo "======================================================================="
echo "17 and 19:"
echo "======================================================================="
diff *suba*17* *suba*19*
diff ../jit_kernels/template/*suba*17* ../jit_kernels/template/*suba*19*
diff template/*suba*17* template/*suba*19*

echo "======================================================================="
echo "06s/14 and 10/18:"
echo "======================================================================="
diff *suba*06s* *suba*10*
diff ../jit_kernels/template/*suba*06s* ../jit_kernels/template/*suba*10*
diff template/*suba*06s* template/*suba*10*

echo "======================================================================="
echo "10/18 and 12/20:"
echo "======================================================================="
diff *suba*10* *suba*12*
diff ../jit_kernels/template/*suba*10* ../jit_kernels/template/*suba*12*
diff template/*suba*10* template/*suba*12*

echo "======================================================================="
echo "06s/14 and 12/20:"
echo "======================================================================="
diff *suba*06s* *suba*12*
diff ../jit_kernels/template/*suba*06s* ../jit_kernels/template/*suba*12*
diff template/*suba*06s* template/*suba*12*

echo "======================================================================="
echo "06s/14 and 08s/16:"
echo "======================================================================="
diff *suba*06s* *suba*08s*
diff ../jit_kernels/template/*suba*06s* ../jit_kernels/template/*suba*08s*
diff template/*suba*06s* template/*suba*08s*