198166b15SBarry Smith 298166b15SBarry Smithfigure (1) 398166b15SBarry Smith 4*dd69a1ecSSatish BalayY = [65 62 56 50 47 33 30 30 25 ]; 598166b15SBarry Smithbar(Y); 698166b15SBarry Smithaxis([0 10 0 150]) 798166b15SBarry Smithylabel('MFlops'); 898166b15SBarry Smithtitle('Iterative Solve: GMRES(30) with ILU(0). Matrix: cfd.2.10, N=122880, NZ=4134400'); 998166b15SBarry Smith 1098166b15SBarry Smithtext(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90) 1198166b15SBarry Smithtext(2,22,'IBM SP Superchip, 2 memory cards','Rotation',90) 1298166b15SBarry Smithtext(3,22,'IBM SP2','Rotation',90) 1398166b15SBarry Smithtext(4,22,'CRAY T3E','Rotation',90) 1498166b15SBarry Smithtext(5,22,'SGI Origin 2000','Rotation',90) 1598166b15SBarry Smithtext(6,22,'NT Pentium PRO 200Mhz','Rotation',90) 1698166b15SBarry Smithtext(7,22,'IBM SP1','Rotation',90) 17*dd69a1ecSSatish Balaytext(8,22,'Sun Ultra 2 UPA/SBus (168MHz)','Rotation',90) 18*dd69a1ecSSatish Balaytext(9,22,'SGI PowerChallenge','Rotation',90) 1998166b15SBarry Smith 20269e6025SBarry Smith% print -dps performance_cfd_2_10_1.ps 2198166b15SBarry Smith 2298166b15SBarry Smithfigure(2) 2398166b15SBarry Smith 24*dd69a1ecSSatish BalayY = [138 87 100 57 53 39 36 32 28 ]; 2598166b15SBarry Smithbar(Y); 2698166b15SBarry Smithaxis([0 10 0 150]) 2798166b15SBarry Smithylabel('MFlops'); 2898166b15SBarry Smithtitle('Matrix-vector Product Matrix: cfd.2.10, N=122880, NZ=4134400'); 2998166b15SBarry Smith 3098166b15SBarry Smithtext(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90) 3198166b15SBarry Smithtext(2,22,'IBM SP Superchip, 2 memory cards','Rotation',90) 3298166b15SBarry Smithtext(3,22,'IBM SP2','Rotation',90) 3398166b15SBarry Smithtext(4,22,'CRAY T3E','Rotation',90) 3498166b15SBarry Smithtext(5,22,'SGI Origin 2000','Rotation',90) 3598166b15SBarry Smithtext(6,22,'NT Pentium PRO 200Mhz ','Rotation',90) 3698166b15SBarry Smithtext(7,22,'IBM SP1','Rotation',90) 37*dd69a1ecSSatish Balaytext(8,22,'Sun Ultra 2 UPA/SBus (168MHz)','Rotation',90) 38*dd69a1ecSSatish Balaytext(9,22,'SGI PowerChallenge','Rotation',90) 3998166b15SBarry Smith 40269e6025SBarry Smith% print -dps performance_cfd_2_10_2.ps 41