[petsc-dev] SF broken in master !
Barry Smith
bsmith at mcs.anl.gov
Tue Oct 14 21:43:50 CDT 2014
and yet it is not broke in next. I thought that was impossible!
******* Testing: testexamples_C *******
44,47c44,47
< 0: 4001 2000 2002 3002 4002
< 0: 1001 3000
< 0: 2001 4000
< 0: 3001 1000
---
> 0: 4002 0 0 0 0
> 0: 3000 0
> 0: 4000 0
> 0: 1000 0
/home/balay/petsc.clone/src/vec/is/sf/examples/tutorials
Possible problem with ex1_4_basic, diffs above
=========================================
49,52c49,52
< 0: 4100 2000
< 0: 1100 3000 1200
< 0: 2100 4000 1201
< 0: 3100 1000 1202
---
> 0: 4000 2000
> 0: 1000 3000 1000
> 0: 2000 4000 1000
> 0: 3000 1000 1000
/home/balay/petsc.clone/src/vec/is/sf/examples/tutorials
Possible problem with ex1_5_basic, diffs above
=========================================
48c48
< [0] 0 <- (3,1)
---
> [0] 0 <- (3,0)
51c51
< [1] 0 <- (0,1)
---
> [1] 0 <- (0,0)
53c53
< [1] 2 <- (0,2)
---
> [1] 2 <- (0,0)
55c55
< [2] 0 <- (1,1)
---
> [2] 0 <- (1,0)
57c57
< [2] 2 <- (0,3)
---
> [2] 2 <- (0,0)
59c59
< [3] 0 <- (2,1)
---
> [3] 0 <- (2,0)
61c61
< [3] 2 <- (0,4)
---
> [3] 2 <- (0,0)
66,75c66,70
< [0] Number of roots=2, leaves=5, remote ranks=3
< [0] 0 <- (3,1)
< [0] 1 <- (1,0)
< [0] 2 <- (1,2)
< [0] 3 <- (2,2)
< [0] 4 <- (3,2)
< [1] Number of roots=3, leaves=2, remote ranks=2
< [1] 0 <- (0,1)
< [1] 1 <- (2,0)
< [2] Number of roots=3, leaves=2, remote ranks=2
---
> [0] Number of roots=2, leaves=1, remote ranks=1
> [0] 0 <- (2,2)
> [1] Number of roots=3, leaves=1, remote ranks=1
> [1] 0 <- (2,0)
> [2] Number of roots=3, leaves=1, remote ranks=1
77,80c72,73
< [2] 1 <- (3,0)
< [3] Number of roots=3, leaves=2, remote ranks=2
< [3] 0 <- (2,1)
< [3] 1 <- (0,0)
---
> [3] Number of roots=3, leaves=1, remote ranks=1
> [3] 0 <- (0,0)
/home/balay/petsc.clone/src/vec/is/sf/examples/tutorials
Possible problem with ex1_7_basic, diffs above
=========================================
More information about the petsc-dev
mailing list