File: tmp

package info (click to toggle)
lapack 3.0.20000531a-28
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 61,920 kB
  • ctags: 46,200
  • sloc: fortran: 584,835; perl: 8,226; makefile: 2,331; awk: 71; sh: 45
file content (140 lines) | stat: -rw-r--r-- 4,385 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
 Tests of the REAL LAPACK routines 
 LAPACK VERSION 3.0, released June 30, 1999 

 The following parameter values will be used:
    M   :       0     1     2     3     5    10    50
    N   :       0     1     2     3     5    10    50
    NRHS:       1     2    15
    NB  :       1     3     3     3    20
    NX  :       1     0     5     9     1

 Routines pass computational tests if test ratio is less than   30.00

 Relative machine underflow is taken to be    0.117549E-37
 Relative machine overflow  is taken to be    0.340282E+39
 Relative machine precision is taken to be    0.596046E-07


 SGE routines passed the tests of the error exits

 All tests for SGE routines passed the threshold (  3653 tests run)

 SGE drivers passed the tests of the error exits

 All tests for SGE drivers  passed the threshold (  4866 tests run)

 SGB routines passed the tests of the error exits

 All tests for SGB routines passed the threshold ( 28938 tests run)

 SGB drivers passed the tests of the error exits

 All tests for SGB drivers  passed the threshold ( 30969 tests run)

 SGT routines passed the tests of the error exits

 All tests for SGT routines passed the threshold (  2694 tests run)

 SGT drivers passed the tests of the error exits

 All tests for SGT drivers  passed the threshold (  2033 tests run)

 SPO routines passed the tests of the error exits

 All tests for SPO routines passed the threshold (  1628 tests run)

 SPO drivers passed the tests of the error exits

 All tests for SPO drivers  passed the threshold (  1910 tests run)

 SPP routines passed the tests of the error exits

 All tests for SPP routines passed the threshold (  1332 tests run)

 SPP drivers passed the tests of the error exits

 All tests for SPP drivers  passed the threshold (  1910 tests run)

 SPB routines passed the tests of the error exits

 All tests for SPB routines passed the threshold (  3458 tests run)

 SPB drivers passed the tests of the error exits

 All tests for SPB drivers  passed the threshold (  4750 tests run)

 SPT routines passed the tests of the error exits

 All tests for SPT routines passed the threshold (   953 tests run)

 SPT drivers passed the tests of the error exits

 All tests for SPT drivers  passed the threshold (   788 tests run)

 SSY routines passed the tests of the error exits

 All tests for SSY routines passed the threshold (  1624 tests run)

 SSY drivers passed the tests of the error exits

 All tests for SSY drivers  passed the threshold (  1072 tests run)

 SSP routines passed the tests of the error exits

 All tests for SSP routines passed the threshold (  1404 tests run)

 SSP drivers passed the tests of the error exits

 All tests for SSP drivers  passed the threshold (  1072 tests run)

 STR routines passed the tests of the error exits

 All tests for STR routines passed the threshold (  7672 tests run)

 STP routines passed the tests of the error exits

 All tests for STP routines passed the threshold (  7392 tests run)

 STB routines passed the tests of the error exits

 All tests for STB routines passed the threshold ( 19888 tests run)

 SQR routines passed the tests of the error exits

 All tests for SQR routines passed the threshold ( 28784 tests run)

 SRQ routines passed the tests of the error exits

 All tests for SRQ routines passed the threshold ( 28784 tests run)

 SLQ routines passed the tests of the error exits

 All tests for SLQ routines passed the threshold ( 28784 tests run)

 SQL routines passed the tests of the error exits

 All tests for SQL routines passed the threshold ( 28784 tests run)

 SQP routines passed the tests of the error exits

 All tests for SQP routines passed the threshold (   882 tests run)

 All tests for SQ3 routines passed the threshold (  4410 tests run)

 STZ routines passed the tests of the error exits

 All tests for STZ routines passed the threshold (   504 tests run)

 SLS routines passed the tests of the error exits

 All tests for SLS drivers  passed the threshold ( 65268 tests run)

 All tests for SEQ routines passed the threshold

 End of tests
 Total time used =        64.18 seconds

./xlintsts exited with status 0 T
../debian/trun: line 38:  3171 Terminated              while true; do
    [ -e foo ] || break; touch foo1 -t $(date +%Y%m%d%H%M.%S -d "$T seconds ago"); [ foo -ot foo1 ] && kill -15 $j >/dev/null 2>&1 && break; sleep 1;
done