Pensavo di aver trovato i sorgenti invece era una versione già compilata (con le opzioni "-O3 -ffast-math -finline-limit=1000") per Mac OS X.
La versione che ho usato io è scaricabile da qui:
ftp://pi.super-computing.org/pub/exe...uper_pi.tar.gz
Mi posti il link ai sorgenti please?
Con questa versione il mio G4@1250 con bus a 100MHz ha impiegato 83.760 secondi.
Codice:
sawtooth:/test/super_pi root# ./super_pi 20
Version 2.0 of the super_pi for Mac OS/X
------ Started super_pi run : Wed Oct 27 22:03:42 CEST 2004
Start of PI calculation up to 1048576 decimal digits
End of initialization. Time= 0.840 Sec.
I= 1 L= 0 Time= 3.610 Sec.
I= 2 L= 0 Time= 4.210 Sec.
I= 3 L= 1 Time= 4.220 Sec.
I= 4 L= 2 Time= 4.180 Sec.
I= 5 L= 5 Time= 4.240 Sec.
I= 6 L= 10 Time= 4.240 Sec.
I= 7 L= 21 Time= 4.250 Sec.
I= 8 L= 43 Time= 4.240 Sec.
I= 9 L= 87 Time= 4.230 Sec.
I=10 L= 174 Time= 4.220 Sec.
I=11 L= 349 Time= 4.220 Sec.
I=12 L= 698 Time= 4.240 Sec.
I=13 L= 1396 Time= 4.230 Sec.
I=14 L= 2794 Time= 4.230 Sec.
I=15 L= 5588 Time= 4.190 Sec.
I=16 L= 11176 Time= 4.180 Sec.
I=17 L= 22353 Time= 4.160 Sec.
I=18 L= 44707 Time= 4.090 Sec.
I=19 L= 89415 Time= 3.970 Sec.
End of main loop
End of calculation. Time= 83.420 Sec.
End of data output. Time= 0.340 Sec.
Total calculation(I/O) time= 83.760( 4.390) Sec.
------ Ended super_pi run : Wed Oct 27 22:05:08 CEST 2004
Omni Probabilmente la tua versione era compilata con opzioni diverse e il tuo Mac ha un bus a 133MHz. Per 250MHZ in più 5 secondi in meno mi sembrano pochi... poi magari mi sbaglio.
Ma questo super-pi è usato spesso per fare benchmark su PC?