From: Kirby Collins (kcollins@rsn.hp.com)
Date: Tue Feb 26 2002 - 10:34:33 CST
Stream results for a 1 cell, 4 processor HP rp7410:
----------------------------------------------
Double precision appears to have 16 digits of accuracy
Assuming 8 bytes per DOUBLE PRECISION word
----------------------------------------------
Array size = 53477820
Offset = 0
The total memory requirement is 1224 MB
You are running each test 10 times
-- The *best* time for each test is used *EXCLUDING* the first and last iterations ---------------------------------------------------- Your clock granularity/precision appears to be 2 microseconds ---------------------------------------------------- Function Rate (MB/s) Avg time Min time Max time Copy: 1584.3581 0.5403 0.5401 0.5411 Scale: 1546.8676 0.5534 0.5531 0.5537 Add: 1667.7356 0.7701 0.7696 0.7713 Triad: 1658.5119 0.7743 0.7739 0.7752 ---------------------------------------------------- Solution Validates! ----------------------------------------------------system configuration: --------------------- one cell, 4 750MHz PA-8700 cpus fully populated with 16 512MB DIMMs (8GB total).
HP-UX 11i TCOE B.11.11.0203 Fortran90 B.11.01.48
modifications to stream source file: ------------------------------------
diff ORIG/stream_d.f stream_d.f 63c63 < PARAMETER (n=2000000,offset=0,ndim=n+offset,ntimes=10) --- > PARAMETER (n=53477820,offset=0,ndim=n+offset,ntimes=10) 88c88 < * COMMON a,b,c --- > COMMON a,b,c
compiled for parallel execution as follows: -------------------------------------------
cc +O3 +DA2.0W +DS2.0 +Odataprefetch -Wl,+pd,L -c second_wall.c f90 -o stream_d.mp +Onoopenmp +extend_source +autodbl4 +O3 +DA2.0W +DS2.0 +noppu -Wl,+pd,L -Wl,-a,archive +Oparallel stream_d.f second_wall.o stream_d.f program STREAM external function REALSIZE external subroutine CONFUSE external function CHECKTICK external subroutine CHECKSUMS
413 Lines Compiled
This archive was generated by hypermail 2.1.4 : Sun Mar 24 2002 - 09:03:48 CST