xref: /petsc/src/benchmarks/results/performance_arco1.m (revision 630df2a83e05333aebf9d5fe6fc6f1969e1ca069)
1
2figure (1)
3
4Y = [ 88 64 40 30 31 31 21 16 12 15 15 12 6 4];
5bar(Y);
6axis([0 15 0 110])
7ylabel('MFlops');
8title('Iterative Solve: GMRES(30) with ILU(0)');
9
10text(1,22,'IBM SP2 Superchip, 4 memory cards','Rotation',90)
11text(2,22,'IBM SP2','Rotation',90)
12text(3,22,'SGI PowerChallenge','Rotation',90)
13text(4,22,'Cray T3E','Rotation',90)
14text(5,22,'200 MH Pentium-Pro NT-MDS','Rotation',90)
15text(6,22,'IBM SP1','Rotation',90)
16text(7,22,'SGI Indigo 2','Rotation',90)
17text(8,22,'200 MH Pentium NT-Gnu','Rotation',90)
18text(9,22,'166 MH Pentium Freebsd','Rotation',90)
19text(10,22,'Cray T3D','Rotation',90)
20text(11,22,'DEC Alpha (old)','Rotation',90)
21text(12,22,'Convex HP Exemplar','Rotation',90)
22text(13,22,'Sun Sparc5','Rotation',90)
23text(14,22,'Paragon','Rotation',90)
24
25figure(2)
26
27Y = [ 109 70 50 36 35 27 23 18 17 17 14 14 7 6];
28bar(Y);
29axis([0 15 0 110])
30ylabel('MFlops');
31title('Matrix-vector Product');
32
33text(1,22,'IBM SP2 Superchip, 4 memory cards','Rotation',90)
34text(2,22,'IBM SP2','Rotation',90)
35text(3,22,'SGI PowerChallenge','Rotation',90)
36text(4,22,'Cray T3E','Rotation',90)
37text(5,22,'200 MH Pentium-Pro NT-MDS','Rotation',90)
38text(6,22,'IBM SP1','Rotation',90)
39text(7,22,'SGI Indigo 2','Rotation',90)
40text(8,22,'200 MH Pentium-Pro NT-Gnu','Rotation',90)
41text(9,22,'166 MH Pentium Freebsd','Rotation',90)
42text(10,22,'Cray T3D','Rotation',90)
43text(11,22,'DEC Alpha (old)','Rotation',90)
44text(12,22,'Convex HP Exemplar','Rotation',90)
45text(13,22,'Sun Sparc5','Rotation',90)
46text(14,22,'Paragon','Rotation',90)
47