xref: /petsc/src/benchmarks/results/performance_medium.m (revision 0f55b88d1ac75fa99e70a53aff055236a607e7f1)
161753077SBarry Smith
261753077SBarry Smithfigure (1)
361753077SBarry Smith
4*73f4d377SMatthew KnepleyY = [ 37 21 30 17 15   11 7 16 18 4 1];
561753077SBarry Smithbar(Y);
6*73f4d377SMatthew Knepleyaxis([0 12 0 90])
761753077SBarry Smithylabel('MFlops');
861753077SBarry Smithtitle('Iterative Solve: GMRES(30) with ILU(0)');
961753077SBarry Smith
1061753077SBarry Smithtext(1,22,'IBM SP2','Rotation',90)
11*73f4d377SMatthew Knepleytext(2,22,'SGI PowerChallenge','Rotation',90)
12*73f4d377SMatthew Knepleytext(3,22,'Cray T3E','Rotation',90)
13*73f4d377SMatthew Knepleytext(4,22,'IBM SP1','Rotation',90)
14*73f4d377SMatthew Knepleytext(5,22,'SGI Indigo 2','Rotation',90)
15*73f4d377SMatthew Knepleytext(6,22,'166 MH Pentium','Rotation',90)
16*73f4d377SMatthew Knepleytext(7,22,'Cray T3D','Rotation',90)
17*73f4d377SMatthew Knepleytext(8,22,'DEC Alpha (old)','Rotation',90)
18*73f4d377SMatthew Knepleytext(9,22,'Convex HP Exemplar','Rotation',90)
19*73f4d377SMatthew Knepleytext(10,22,'Sun Sparc5','Rotation',90)
20*73f4d377SMatthew Knepleytext(11,22,'Paragon','Rotation',90)
2161753077SBarry Smith
2261753077SBarry Smithfigure(2)
2361753077SBarry Smith
24*73f4d377SMatthew KnepleyY = [ 82 44 58  30 24   21 17 27 57 7 3 ];
2561753077SBarry Smithbar(Y);
26*73f4d377SMatthew Knepleyaxis([0 12 0 90])
2761753077SBarry Smithylabel('MFlops');
2861753077SBarry Smithtitle('Matrix-vector Product');
2961753077SBarry Smith
3061753077SBarry Smithtext(1,22,'IBM SP2','Rotation',90)
31*73f4d377SMatthew Knepleytext(2,22,'SGI PowerChallenge','Rotation',90)
32*73f4d377SMatthew Knepleytext(3,22,'Cray T3E','Rotation',90)
33*73f4d377SMatthew Knepleytext(4,22,'IBM SP1','Rotation',90)
34*73f4d377SMatthew Knepleytext(5,22,'SGI Indigo 2','Rotation',90)
35*73f4d377SMatthew Knepleytext(6,22,'166 MH Pentium','Rotation',90)
36*73f4d377SMatthew Knepleytext(7,22,'Cray T3D','Rotation',90)
37*73f4d377SMatthew Knepleytext(8,22,'DEC Alpha (old)','Rotation',90)
38*73f4d377SMatthew Knepleytext(9,22,'Convex HP Exemplar','Rotation',90)
39*73f4d377SMatthew Knepleytext(10,22,'Sun Sparc5','Rotation',90)
40*73f4d377SMatthew Knepleytext(11,22,'Paragon','Rotation',90)