1 2figure (1) 3 4Y = [65 62 56 50 47 33 30 30 25 ]; 5bar(Y); 6axis([0 10 0 150]) 7ylabel('MFlops'); 8title('Iterative Solve: GMRES(30) with ILU(0). Matrix: cfd.2.10, N=122880, NZ=4134400'); 9 10text(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90) 11text(2,22,'IBM SP Superchip, 2 memory cards','Rotation',90) 12text(3,22,'IBM SP2','Rotation',90) 13text(4,22,'CRAY T3E','Rotation',90) 14text(5,22,'SGI Origin 2000','Rotation',90) 15text(6,22,'NT Pentium PRO 200Mhz','Rotation',90) 16text(7,22,'IBM SP1','Rotation',90) 17text(8,22,'Sun Ultra 2 UPA/SBus (168MHz)','Rotation',90) 18text(9,22,'SGI PowerChallenge','Rotation',90) 19 20% print -dps performance_cfd_2_10_1.ps 21 22figure(2) 23 24Y = [138 87 100 57 53 39 36 32 28 ]; 25bar(Y); 26axis([0 10 0 150]) 27ylabel('MFlops'); 28title('Matrix-vector Product Matrix: cfd.2.10, N=122880, NZ=4134400'); 29 30text(1,22,'IBM SP Superchip, 4 memory cards','Rotation',90) 31text(2,22,'IBM SP Superchip, 2 memory cards','Rotation',90) 32text(3,22,'IBM SP2','Rotation',90) 33text(4,22,'CRAY T3E','Rotation',90) 34text(5,22,'SGI Origin 2000','Rotation',90) 35text(6,22,'NT Pentium PRO 200Mhz ','Rotation',90) 36text(7,22,'IBM SP1','Rotation',90) 37text(8,22,'Sun Ultra 2 UPA/SBus (168MHz)','Rotation',90) 38text(9,22,'SGI PowerChallenge','Rotation',90) 39 40% print -dps performance_cfd_2_10_2.ps 41