Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!veritas!amdcad!mozart.amd.com!proton!tim From: tim@proton.amd.com (Tim Olson) Newsgroups: comp.benchmarks Subject: Re: Sun weirdness. Message-ID: <1990Dec18.144117.25312@mozart.amd.com> Date: 18 Dec 90 14:41:17 GMT References: <605@mephisto.edu> Sender: usenet@mozart.amd.com (Usenet News) Reply-To: tim@amd.com (Tim Olson) Distribution: usa Organization: Advanced Micro Devices, Austin, TX Lines: 59 In article <605@mephisto.edu> juan@burdell.gatech.edu (Juan Orlandini) writes: | | Can anyone tell me why the following program takes only .9 user seconds | an .1 sys seconds on a sun 4/370 and 5.0 user seconds and 39.0 sys seconds | on sparc 1's (1, 1+, IPC)? | | ---------------------------- cut here ----------------------------- | #include | | main() | { | int num_times,row1,col2,col1,num_cols1,num_cols2,num_rows; | float mat1[4][4],mat2[4][4],res[4][4]; | float temp; | | num_rows = 4; | num_cols1 = 4; | num_cols2 = 4; | for(num_times=0;num_times<10000;num_times++) | { | for(row1=0;row1