Blame view

fvn_sparse/UMFPACK/Tcov/DO.linux 978 Bytes
422234dc3   daniau   git-svn-id: https...
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
  #
  #
  
  # ILP32, no BLAS, test for int overflow
  ./DO 1 di
  ./DO 1 dl
  ./DO 1 zi
  ./DO 1 zl
  
  # ILP32, Goto BLAS, do not test for int overflow
  ./DO 2 di
  ./DO 2 dl
  ./DO 2 zi
  ./DO 2 zl
  
  # ILP32, no BLAS, test for int overflow, no reciprocal
  ./DO 5 di
  ./DO 5 dl
  ./DO 5 zi
  ./DO 5 zl
  
  # ILP32, Goto BLAS, do not test for int overflow.  No timers
  ./DO 6 di
  ./DO 6 dl
  ./DO 6 zi
  ./DO 6 zl
  
  # ILP32, no BLAS, test for int overflow, no divide-by-zero
  ./DO 7 di
  ./DO 7 dl
  ./DO 7 zi
  ./DO 7 zl
  
  # ILP32, Goto BLAS, do not test for int overflow.  No divide-by-zero
  ./DO 8 di
  ./DO 8 dl
  ./DO 8 zi
  ./DO 8 zl
  
  
  # ILP32, no BLAS, test for int overflow.  Optimizations turned on
  ./DO 1g di run
  ./DO 1g dl run
  ./DO 1g zi run
  ./DO 1g zl run
  
  # ILP32, Goto BLAS, do not test for int overflow.  Optimizations turned on
  ./DO 2g di run
  ./DO 2g dl run
  ./DO 2g zi run
  ./DO 2g zl run
  
  # coverage summary, include lines not tested by the above 24 coverage tests
  ./covall | awk -f cover.awk > cover.out
  cat cover.out