Fedora Linux Support Community & Resources Center
  #1  
Old 5th August 2008, 02:35 PM
Elektrey Offline
Registered User
 
Join Date: Aug 2008
Posts: 5
Fedora Super Pi Results

Post your results for super pi to 1M digits
Post yout total time and your processor and speed.

time = 33.102
Processor: Intel Dual Core Pentium 1.46Ghz

Once I get 2GB it will go faster
__________________
Compaq Presario C714NR | 1GB DDR2 RAM | 256MB VRAM (Shared) | Intel Pentium Dual Core 1.46Ghz x64 Processor (Merom-based) | Altec Lansing HD Audio | 1280x800 HD Display | BCM4311 Network Card | X3100 Gfx Card

http://picasion.com/pic2/c45d55460cd...8790de6893.gif

Last edited by Elektrey; 5th August 2008 at 10:50 PM.
Reply With Quote
  #2  
Old 5th August 2008, 05:08 PM
LDC's Avatar
LDC Offline
Registered User
 
Join Date: Mar 2008
Posts: 986
how do I do that?
__________________
Money couldn't buy friends, but you get a better class of enemy.

Linux Registered User #476391
Reply With Quote
  #3  
Old 5th August 2008, 09:27 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
Quote:
Originally Posted by LDC
how do I do that?
You download Super PI and run it under Wine.



27 secs for 1 million digits, Core2 Duo T7250 @2Ghz, 2GB ram

Beat that

Last edited by sideways; 5th August 2008 at 09:30 PM.
Reply With Quote
  #4  
Old 5th August 2008, 10:51 PM
Elektrey Offline
Registered User
 
Join Date: Aug 2008
Posts: 5
sideways: There IS a linux one, wine would take up a bunch of ram so it would be quicker in linux.
__________________
Compaq Presario C714NR | 1GB DDR2 RAM | 256MB VRAM (Shared) | Intel Pentium Dual Core 1.46Ghz x64 Processor (Merom-based) | Altec Lansing HD Audio | 1280x800 HD Display | BCM4311 Network Card | X3100 Gfx Card

http://picasion.com/pic2/c45d55460cd...8790de6893.gif
Reply With Quote
  #5  
Old 5th August 2008, 11:48 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,616
You can get the Linux version here: ftp://pi.super-computing.org/Linux/

I couldn't figure out how to get exactly 1 million digits; the super_pi program seems to take a parameter N and then calculates pi to 2^N decimal places. So I used N=20, which gives slightly more than 1 million decimal places (1,048,576 to be exact):
Code:
$ ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Tue Aug 5 18:38:40 EDT 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.502 Sec.
 I= 1 L=       0        Time=       1.671 Sec.
 I= 2 L=       0        Time=       1.932 Sec.
 I= 3 L=       1        Time=       1.936 Sec.
 I= 4 L=       2        Time=       1.935 Sec.
 I= 5 L=       5        Time=       1.938 Sec.
 I= 6 L=      10        Time=       1.932 Sec.
 I= 7 L=      21        Time=       1.940 Sec.
 I= 8 L=      43        Time=       1.927 Sec.
 I= 9 L=      87        Time=       1.933 Sec.
 I=10 L=     174        Time=       1.937 Sec.
 I=11 L=     349        Time=       1.939 Sec.
 I=12 L=     698        Time=       1.933 Sec.
 I=13 L=    1396        Time=       1.938 Sec.
 I=14 L=    2794        Time=       1.929 Sec.
 I=15 L=    5588        Time=       1.931 Sec.
 I=16 L=   11176        Time=       1.922 Sec.
 I=17 L=   22353        Time=       1.897 Sec.
 I=18 L=   44707        Time=       1.868 Sec.
 I=19 L=   89415        Time=       1.753 Sec.
 End of main loop
 End of calculation.    Time=      38.232 Sec.
 End of data output.    Time=       0.172 Sec.
 Total calculation(I/O) time=      38.404(       0.966) Sec.
 ------ Ended super_pi run : Tue Aug 5 18:39:20 EDT 2008
My machine is an AMD64 3700+ @2.1GHz (not dual-core) with 1GB DDR RAM. So I guess 38.4 sec isn't too bad for a single-core CPU.
Reply With Quote
  #6  
Old 6th August 2008, 12:21 AM
algej Offline
Registered User
 
Join Date: Jul 2005
Posts: 108
Code:
$ ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Tue Aug 5 18:58:58 EDT 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.265 Sec.
 I= 1 L=       0        Time=       0.753 Sec.
 I= 2 L=       0        Time=       0.853 Sec.
 I= 3 L=       1        Time=       0.853 Sec.
 I= 4 L=       2        Time=       0.855 Sec.
 I= 5 L=       5        Time=       0.854 Sec.
 I= 6 L=      10        Time=       0.852 Sec.
 I= 7 L=      21        Time=       0.854 Sec.
 I= 8 L=      43        Time=       0.853 Sec.
 I= 9 L=      87        Time=       0.881 Sec.
 I=10 L=     174        Time=       0.860 Sec.
 I=11 L=     349        Time=       0.855 Sec.
 I=12 L=     698        Time=       0.858 Sec.
 I=13 L=    1396        Time=       0.853 Sec.
 I=14 L=    2794        Time=       0.848 Sec.
 I=15 L=    5588        Time=       0.859 Sec.
 I=16 L=   11176        Time=       0.841 Sec.
 I=17 L=   22353        Time=       0.825 Sec.
 I=18 L=   44707        Time=       0.798 Sec.
 I=19 L=   89415        Time=       0.743 Sec.
 End of main loop
 End of calculation.    Time=      16.861 Sec.
 End of data output.    Time=       0.105 Sec.
 Total calculation(I/O) time=      16.966(       0.821) Sec.
 ------ Ended super_pi run : Tue Aug 5 18:59:15 EDT 2008
My machine has 2 x E5345 @ 2.33Ghz Xeon (8 cores, 8 GB RAM). Too bad it's single-threaded.
Reply With Quote
  #7  
Old 6th August 2008, 12:35 AM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
ok, cool, I didn't know there was a lInux version (slightly unusual to convert the fortran to c and then optimise, wouldn't it be easier to just write it in c)

I wouldn't think the wine overhead would be a big deal, but this one is quicker (21.8 secs don't beat algej though)

Code:
]$ ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Wed Aug 6 00:30:47 BST 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.318 Sec.
 I= 1 L=       0        Time=       0.963 Sec.
 I= 2 L=       0        Time=       1.102 Sec.
 I= 3 L=       1        Time=       1.101 Sec.
 I= 4 L=       2        Time=       1.102 Sec.
 I= 5 L=       5        Time=       1.101 Sec.
 I= 6 L=      10        Time=       1.100 Sec.
 I= 7 L=      21        Time=       1.104 Sec.
 I= 8 L=      43        Time=       1.103 Sec.
 I= 9 L=      87        Time=       1.104 Sec.
 I=10 L=     174        Time=       1.101 Sec.
 I=11 L=     349        Time=       1.099 Sec.
 I=12 L=     698        Time=       1.103 Sec.
 I=13 L=    1396        Time=       1.100 Sec.
 I=14 L=    2794        Time=       1.100 Sec.
 I=15 L=    5588        Time=       1.097 Sec.
 I=16 L=   11176        Time=       1.091 Sec.
 I=17 L=   22353        Time=       1.074 Sec.
 I=18 L=   44707        Time=       1.043 Sec.
 I=19 L=   89415        Time=       0.980 Sec.
 End of main loop
 End of calculation.    Time=      21.742 Sec.
 End of data output.    Time=       0.133 Sec.
 Total calculation(I/O) time=      21.875(       1.023) Sec.
 ------ Ended super_pi run : Wed Aug 6 00:31:10 BST 2008
Super Pi is single threaded, to really benchmark you should launch as many instances as you have cores, but this is just for a bit of fun right?
Reply With Quote
  #8  
Old 6th August 2008, 12:55 AM
pete_1967 Online
Clueless in a Cuckooland
 
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,922
Code:
[00:53:49 @mainlinux Pi]$ ./pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Wed Aug 6 00:54:01 BST 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.306 Sec.
 I= 1 L=       0        Time=       0.998 Sec.
 I= 2 L=       0        Time=       1.159 Sec.
 I= 3 L=       1        Time=       1.154 Sec.
 I= 4 L=       2        Time=       1.156 Sec.
 I= 5 L=       5        Time=       1.155 Sec.
 I= 6 L=      10        Time=       1.157 Sec.
 I= 7 L=      21        Time=       1.154 Sec.
 I= 8 L=      43        Time=       1.155 Sec.
 I= 9 L=      87        Time=       1.158 Sec.
 I=10 L=     174        Time=       1.154 Sec.
 I=11 L=     349        Time=       1.168 Sec.
 I=12 L=     698        Time=       1.157 Sec.
 I=13 L=    1396        Time=       1.155 Sec.
 I=14 L=    2794        Time=       1.153 Sec.
 I=15 L=    5588        Time=       1.151 Sec.
 I=16 L=   11176        Time=       1.144 Sec.
 I=17 L=   22353        Time=       1.128 Sec.
 I=18 L=   44707        Time=       1.099 Sec.
 I=19 L=   89415        Time=       1.024 Sec.
 End of main loop
 End of calculation.    Time=      22.791 Sec.
 End of data output.    Time=       0.145 Sec.
 Total calculation(I/O) time=      22.936(       0.613) Sec.
 ------ Ended super_pi run : Wed Aug 6 00:54:24 BST 2008
__________________
A Drink is Not Just For Christmas - SaskyCom :thumb:


“Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime” so now go and...
RTFM FIRST: http://docs.fedoraproject.org/ & http://rute.2038bug.com/index.html.gz
Reply With Quote
  #9  
Old 6th August 2008, 04:00 PM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
Okay I got 42 seconds on AMD Athlon64 2800+
Code:
 ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Wed Aug 6 20:28:42 IST 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.600 Sec.
 I= 1 L=       0        Time=       1.864 Sec.
 I= 2 L=       0        Time=       2.132 Sec.
 I= 3 L=       1        Time=       2.128 Sec.
 I= 4 L=       2        Time=       2.124 Sec.
 I= 5 L=       5        Time=       2.128 Sec.
 I= 6 L=      10        Time=       2.120 Sec.
 I= 7 L=      21        Time=       2.128 Sec.
 I= 8 L=      43        Time=       2.124 Sec.
 I= 9 L=      87        Time=       2.120 Sec.
 I=10 L=     174        Time=       2.124 Sec.
 I=11 L=     349        Time=       2.120 Sec.
 I=12 L=     698        Time=       2.124 Sec.
 I=13 L=    1396        Time=       2.116 Sec.
 I=14 L=    2794        Time=       2.124 Sec.
 I=15 L=    5588        Time=       2.112 Sec.
 I=16 L=   11176        Time=       2.104 Sec.
 I=17 L=   22353        Time=       2.080 Sec.
 I=18 L=   44707        Time=       2.028 Sec.
 I=19 L=   89415        Time=       1.892 Sec.
 End of main loop
 End of calculation.    Time=      41.975 Sec.
 End of data output.    Time=       0.204 Sec.
 Total calculation(I/O) time=      42.179(       0.900) Sec.
 ------ Ended super_pi run : Wed Aug 6 20:29:24 IST 2008
__________________
Robot Nite - Designated device drivers drink free
Reply With Quote
  #10  
Old 6th August 2008, 08:11 PM
YeOK's Avatar
YeOK Offline
Registered User
 
Join Date: Apr 2006
Location: North West UK.
Age: 32
Posts: 510
Code:
./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Wed Aug 6 20:10:56 BST 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.902 Sec.
 I= 1 L=       0        Time=       1.287 Sec.
 I= 2 L=       0        Time=       1.350 Sec.
 I= 3 L=       1        Time=       1.347 Sec.
 I= 4 L=       2        Time=       1.341 Sec.
 I= 5 L=       5        Time=       1.336 Sec.
 I= 6 L=      10        Time=       1.337 Sec.
 I= 7 L=      21        Time=       1.339 Sec.
 I= 8 L=      43        Time=       1.338 Sec.
 I= 9 L=      87        Time=       1.336 Sec.
 I=10 L=     174        Time=       1.347 Sec.
 I=11 L=     349        Time=       1.342 Sec.
 I=12 L=     698        Time=       1.336 Sec.
 I=13 L=    1396        Time=       1.336 Sec.
 I=14 L=    2794        Time=       1.334 Sec.
 I=15 L=    5588        Time=       1.334 Sec.
 I=16 L=   11176        Time=       1.327 Sec.
 I=17 L=   22353        Time=       1.308 Sec.
 I=18 L=   44707        Time=       1.274 Sec.
 I=19 L=   89415        Time=       1.188 Sec.
 End of main loop
 End of calculation.    Time=      27.092 Sec.
 End of data output.    Time=       0.129 Sec.
 Total calculation(I/O) time=      27.221(       0.816) Sec.
 ------ Ended super_pi run : Wed Aug 6 20:11:23 BST 2008
AMD X2 4800+ @ 2500.
__________________
He who asks a question is a fool for a minute; he who does not remains a fool forever.
Reply With Quote
  #11  
Old 8th August 2008, 03:27 PM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
On AMD Athlon X2 4800+
Code:
./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Fri Aug 8 19:56:40 IST 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.430 Sec.
 I= 1 L=       0        Time=       1.340 Sec.
 I= 2 L=       0        Time=       1.523 Sec.
 I= 3 L=       1        Time=       1.521 Sec.
 I= 4 L=       2        Time=       1.526 Sec.
 I= 5 L=       5        Time=       1.521 Sec.
 I= 6 L=      10        Time=       1.521 Sec.
 I= 7 L=      21        Time=       1.523 Sec.
 I= 8 L=      43        Time=       1.522 Sec.
 I= 9 L=      87        Time=       1.521 Sec.
 I=10 L=     174        Time=       1.523 Sec.
 I=11 L=     349        Time=       1.522 Sec.
 I=12 L=     698        Time=       1.520 Sec.
 I=13 L=    1396        Time=       1.521 Sec.
 I=14 L=    2794        Time=       1.521 Sec.
 I=15 L=    5588        Time=       1.516 Sec.
 I=16 L=   11176        Time=       1.509 Sec.
 I=17 L=   22353        Time=       1.492 Sec.
 I=18 L=   44707        Time=       1.452 Sec.
 I=19 L=   89415        Time=       1.353 Sec.
 End of main loop
 End of calculation.    Time=      30.079 Sec.
 End of data output.    Time=       0.139 Sec.
 Total calculation(I/O) time=      30.218(       0.848) Sec.
 ------ Ended super_pi run : Fri Aug 8 19:57:10 IST 2008
I'm dissapointed
__________________
Robot Nite - Designated device drivers drink free
Reply With Quote
  #12  
Old 8th August 2008, 06:55 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Code:
./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Fri Aug 8 13:50:26 EDT 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.349 Sec.
 I= 1 L=       0        Time=       1.070 Sec.
 I= 2 L=       0        Time=       1.222 Sec.
 I= 3 L=       1        Time=       1.223 Sec.
 I= 4 L=       2        Time=       1.223 Sec.
 I= 5 L=       5        Time=       1.222 Sec.
 I= 6 L=      10        Time=       1.222 Sec.
 I= 7 L=      21        Time=       1.222 Sec.
 I= 8 L=      43        Time=       1.222 Sec.
 I= 9 L=      87        Time=       1.222 Sec.
 I=10 L=     174        Time=       1.222 Sec.
 I=11 L=     349        Time=       1.225 Sec.
 I=12 L=     698        Time=       1.219 Sec.
 I=13 L=    1396        Time=       1.220 Sec.
 I=14 L=    2794        Time=       1.218 Sec.
 I=15 L=    5588        Time=       1.216 Sec.
 I=16 L=   11176        Time=       1.211 Sec.
 I=17 L=   22353        Time=       1.191 Sec.
 I=18 L=   44707        Time=       1.157 Sec.
 I=19 L=   89415        Time=       1.080 Sec.
 End of main loop
 End of calculation.    Time=      24.106 Sec.
 End of data output.    Time=       0.147 Sec.
 Total calculation(I/O) time=      24.253(       0.966) Sec.
 ------ Ended super_pi run : Fri Aug 8 13:50:51 EDT 2008
AMD 9850BE 4GB DDR2 1066

I must say I am a bit disappointed also. Too bad it isnt multi-threaded.
Reply With Quote
  #13  
Old 8th August 2008, 08:01 PM
pete_1967 Online
Clueless in a Cuckooland
 
Join Date: Mar 2006
Location: Here now, elsewhere tomorrow.
Posts: 3,922
Quote:
Originally Posted by JN4OldSchool

AMD 9850BE 4GB DDR2 1066

I must say I am a bit disappointed also. Too bad it isnt multi-threaded.
Makes an interesting comparison to my 9950 especially considering that we got the systems at the same time.
__________________
A Drink is Not Just For Christmas - SaskyCom :thumb:


“Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime” so now go and...
RTFM FIRST: http://docs.fedoraproject.org/ & http://rute.2038bug.com/index.html.gz
Reply With Quote
  #14  
Old 8th August 2008, 08:12 PM
JN4OldSchool Offline
"Sean The Terrible" -- The forum(er) Vista® rep
 
Join Date: Nov 2005
Posts: 8,823
Quote:
Originally Posted by pete_1967
Makes an interesting comparison to my 9950 especially considering that we got the systems at the same time.
If the test were more definitive I would overclock it briefly to see if that helped. As it is I turned OFF compiz-fusion and got WORSE results! I cant figure that one out. But they are all within tenths of a second difference, so it is close.
Reply With Quote
  #15  
Old 9th August 2008, 01:18 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,616
Interesting that I consistently get a slightly faster time when using F9 x86_64:
Code:
$ ./super_pi 20
 Version 2.0 of the super_pi for Linux OS
 Fortran source program was translated into C program with version 19981204 of
 f2c, then generated C source program was optimized manually.
 pgcc 3.2-3 with compile option of "-fast -tp px -Mbuiltin -Minline=size:1000 -Mnoframe -Mnobounds -Mcache_align -Mdalign -Mnoreentrant" was used for the
 compilation.
 ------ Started super_pi run : Fri Aug 8 15:58:51 EDT 2008
 Start of PI calculation up to 1048576 decimal digits
 End of initialization. Time=       0.458 Sec.
 I= 1 L=       0        Time=       1.510 Sec.
 I= 2 L=       0        Time=       1.740 Sec.
 I= 3 L=       1        Time=       1.747 Sec.
 I= 4 L=       2        Time=       1.741 Sec.
 I= 5 L=       5        Time=       1.740 Sec.
 I= 6 L=      10        Time=       1.747 Sec.
 I= 7 L=      21        Time=       1.738 Sec.
 I= 8 L=      43        Time=       1.737 Sec.
 I= 9 L=      87        Time=       1.747 Sec.
 I=10 L=     174        Time=       1.743 Sec.
 I=11 L=     349        Time=       1.734 Sec.
 I=12 L=     698        Time=       1.746 Sec.
 I=13 L=    1396        Time=       1.737 Sec.
 I=14 L=    2794        Time=       1.733 Sec.
 I=15 L=    5588        Time=       1.736 Sec.
 I=16 L=   11176        Time=       1.726 Sec.
 I=17 L=   22353        Time=       1.704 Sec.
 I=18 L=   44707        Time=       1.671 Sec.
 I=19 L=   89415        Time=       1.563 Sec.
 End of main loop
 End of calculation.    Time=      34.377 Sec.
 End of data output.    Time=       0.167 Sec.
 Total calculation(I/O) time=      34.544(       1.145) Sec.
 ------ Ended super_pi run : Fri Aug 8 15:59:26 EDT 2008
This is on the same machine (AMD64 3700+ @2.1GHz) as the one I used before (I got about 38.4 sec in 32-bit F7).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Super/Win key not working with Fedora 11 apocalypse Using Fedora 17 8th December 2010 05:38 PM
Super/Win key not working with Fedora 11 apocalypse Using Fedora 0 8th October 2009 06:51 PM
FC6: Laptop is super hot and super fast how do I scale my speed DMD EOL (End Of Life) Versions 4 29th October 2006 06:15 PM


Current GMT-time: 23:24 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat