Fortran Bench Mark Tests machine= spp.yukawa.kyoto-u.ac.jp compile with [ f77 +Oall ] Date = Sat Jul 4 00:12:47 JST 1998 ------------------------------------------------------------------------------ (1) program = matvec.f MULTIPLY 1023*1023 REAL MATRIX TO VECTOR 3* 2000 TIMES. LARGEST EIGENVALUES= 1023.93053 1022.12165 1021.00563 360.73u 0.46s 6:01.33 99.9% ------------------------------------------------------------------------------ (2) program = matvecz.f MULTIPLY 723* 723 COMPLEX MATRIX TO VECTOR 3* 1000 TIMES LARGEST EIGENVALUES= 723.98791 722.12717 720.97077 259.01u 0.39s 4:19.51 99.9% ------------------------------------------------------------------------------ (3) program = jacobi11.f DIMENSION= 11 #JACOBI ROT CYC= 5* 200000 EMIN= -.663815 EMAX= 10.309197 152.87u 0.21s 2:33.22 99.9% ------------------------------------------------------------------------------ (4) program = jacobi1h.f DIMENSION=101 #JACOBI ROT CYC= 5* 200 EMIN= -3.859769 EMAX= 104.276991 45.79u 0.08s 0:45.92 99.8% ------------------------------------------------------------------------------ (5) program = leqs4h.f DIM= 401 #INV= 78 RESULTS: .9989295956 .9989933805 .9982736386 35.29u 0.03s 0:35.38 99.8% ------------------------------------------------------------------------------ (6) program = leqs1k.f DIM= 1001 #INV= 5 RESULTS: .9983222082 .9999235137 1.0001292085 147.43u 0.22s 2:27.73 99.9% ------------------------------------------------------------------------------ (7) program = intosc.f DIM= 1001 #INV= 5 RESULTS: .9983222082 .9999235137 1.0001292085 140.55u 0.09s 2:20.79 99.8% ------------------------------------------------------------------------------ (8) program = osc.f I( 1000000000)= 9861.8410 I( 1000000001)= 9426.5602 33.48u 0.13s 0:33.67 99.8% ------------------------------------------------------------------------------ (9) program = intpi3.f PI= 50893811591411064*120/(8*N**5+15*N**3), N= 3000 349.87u 0.26s 5:50.26 99.9% ------------------------------------------------------------------------------ (10) program = pi3.f N= 1500 PI= 3.141594622 123.12u 0.11s 2:03.28 99.9% ------------------------------------------------------------------------------ (11) program = runge.f 4TH-ORDER RUNGE-KUTTA FOR POTENTIAL=LOG(R). INITIAL R= 1.0 .0 V= .0 1.5 TIME= 200000000* .00050 R= 1.95711 -1.69674 V= .29953 .50675 117.09u 0.11s 1:57.28 99.9% ------------------------------------------------------------------------------ (12) program = intgl4.f #PTS= 200**4 A= .1000 S= 3.244281965 285.82u 0.24s 4:46.12 99.9% ------------------------------------------------------------------------------ (13) program = mathfnc1.f INTEGRAL[ .1 .9: 100000000 STEPS](SIN(X)+SQRT(COS(X)))DX= 1.111225554 93.14u 0.05s 1:33.23 99.9% ------------------------------------------------------------------------------ (14) program = mathfnc2.f INTEGRAL[ .1 .9: 100000000 STEPS]ATAN2(EXP(X),LOG(X+1))DX= 1.081785145 183.09u 0.14s 3:03.30 99.9% ------------------------------------------------------------------------------ (15) program = permute1.f INT*4 ARRAY_SIZE= 1024 #PERMUTATIONS/ARRAY_SIZE= 262144 A= 149 293 506 728 569 228 413 551 883 676 36.91u 0.08s 0:37.05 99.8% ------------------------------------------------------------------------------ (16) program = permute2.f INT*4 ARRAY_SIZE= 32768 #PERMUTATIONS/ARRAY_SIZE= 8192 A= 149 293 16365 22125 2429 5407 28746 12182 14590 11825 39.62u 0.07s 0:39.76 99.8% ------------------------------------------------------------------------------ (17) program = permute3.f INT*4 ARRAY_SIZE= 1048576 #PERMUTATIONS/ARRAY_SIZE= 256 A= 149 293 524435 178798 836951 263828 662616 351174 26552 147396 197.90u 0.06s 3:18.05 99.9% matvec.f: MAIN matvec: matvc1: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (matvec.o) was detected. The linked output may not run on a PA 1.x system. matvecz.f: MAIN mtvcz: mtvcz1: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (matvecz.o) was detected. The linked output may not run on a PA 1.x system. jacobi11.f: MAIN jacob1: jacob2: jacobi: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (jacobi11.o) was detected. The linked output may not run on a PA 1.x system. jacobi1h.f: MAIN jacob1: jacob2: jacobi: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (jacobi1h.o) was detected. The linked output may not run on a PA 1.x system. leqs4h.f: MAIN leqs1: leqs2: sleqs: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (leqs4h.o) was detected. The linked output may not run on a PA 1.x system. leqs1k.f: MAIN leqs1: leqs2: sleqs: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (leqs1k.o) was detected. The linked output may not run on a PA 1.x system. intosc.f: MAIN intosc: intos1: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (intosc.o) was detected. The linked output may not run on a PA 1.x system. f77: Signal 4 (illegal instruction) while linking intosc.f osc.f: MAIN osc: osc1: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (osc.o) was detected. The linked output may not run on a PA 1.x system. intpi3.f: MAIN intpi3: intpi: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (intpi3.o) was detected. The linked output may not run on a PA 1.x system. pi3.f: MAIN pi3: pi3a: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (pi3.o) was detected. The linked output may not run on a PA 1.x system. runge.f: MAIN runge: runge1: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (runge.o) was detected. The linked output may not run on a PA 1.x system. intgl4.f: MAIN intgl4: intg4a: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (intgl4.o) was detected. The linked output may not run on a PA 1.x system. mathfnc1.f: MAIN mthf1a: mthf1b: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (mathfnc1.o) was detected. The linked output may not run on a PA 1.x system. mathfnc2.f: MAIN mthf2a: mthf2b: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (mathfnc2.o) was detected. The linked output may not run on a PA 1.x system. permute1.f: MAIN permut: perm: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (permute1.o) was detected. The linked output may not run on a PA 1.x system. permute2.f: MAIN permut: perm: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (permute2.o) was detected. The linked output may not run on a PA 1.x system. permute3.f: MAIN permut: perm: /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (permute3.o) was detected. The linked output may not run on a PA 1.x system.