mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Prime Sierpinski Project

Reply
 
Thread Tools
Old 2007-09-30, 14:28   #23
KriZp
 
KriZp's Avatar
 
Feb 2007

33·5 Posts
Default

After switching to Fedora 7 x86_64 running sr2sieve 1.5.19, I get around 730 kp/s on my athlon64 and 780 kp/s per core on my Opteron, compared to 500 kp/s and 520 kp/s respectively with jjsieveSSE2 in windows XP 32 bit.
KriZp is offline   Reply With Quote
Old 2007-10-02, 22:22   #24
VJS
 
VJS's Avatar
 
Dec 2004

13×23 Posts
Default

720 to 935 switching to linux???

That's crazy!!!

I'm currently getting 915 on each of my 4 processors q6600 at 3.3Ghz.

That would mean that switching to linux would yeild almost 1200 kps???

Humm... might try a dual boot.
VJS is offline   Reply With Quote
Old 2007-10-02, 23:54   #25
KriZp
 
KriZp's Avatar
 
Feb 2007

33·5 Posts
Default

Quote:
Originally Posted by VJS View Post
720 to 935 switching to linux???
Switching from 32 bit windows to 64 bit linux that is. It would be interesting to know the performance on 64 bit windows.

version 1.6.4 on 64 bit linux is slightly faster than 1.5.19, 800 vs 780 kp/s on my Opteron 165@2.7GHz and 760 vs 730 kp/s on the 2.5GHz Athlon64.
Good job Geoff!
KriZp is offline   Reply With Quote
Old 2007-10-03, 12:08   #26
mgpower0
 
mgpower0's Avatar
 
Feb 2007

11 Posts
Default

Quote:
Originally Posted by VJS View Post
720 to 935 switching to linux???

That's crazy!!!

I'm currently getting 915 on each of my 4 processors q6600 at 3.3Ghz.

That would mean that switching to linux would yeild almost 1200 kps???

Humm... might try a dual boot.
Should give it a go thats running llrnet on the second core too. Running two sieve clients it runs at around the 950 mark

Put it this way, 64bit linux will handle anything I can throw at it, at the moment I am running psp sieve (at a respectable 902kp/s) I have an llrnet client running for riesel, am running muon1 in a windows 32bit VM and also have 4 EON clients running and i am still surfing and posting on this rig.

Last fiddled with by hhh on 2007-10-03 at 14:13
mgpower0 is offline   Reply With Quote
Old 2007-11-09, 22:20   #27
Lennart
 
Lennart's Avatar
 
"Lennart"
Jun 2007

25×5×7 Posts
Default

C2Q 2.4Ghz v1.5.21 sr2sieve Win64XP 1239-1245 000 p/sec/core
C2Q 2.4Ghz v1.6.4 sr2sieve Win64XP 1044 000 p/sec/core
C2Q 2.4Ghz v1.6.6 sr2sieve Win64XP 1208 000 p/sec/core

==================================================
C2Q 2.4Ghz v1.6.9sr2sieve Win64XP 1475 000 p/sec/core
==============================================



==================================================
C2Q 2.4Ghz v1.6.10sr2sieve Win64XP 1475 000 p/sec/core
==============================================


Lennart
Lennart is offline   Reply With Quote
Old 2007-11-12, 02:51   #28
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

115710 Posts
Default

For those testing the speed of the x86-64 version, speed might start to reduce as the sieve depth nears 2^51 (about 2250T). This is caused by the increasing number of corrections required as the SSE2 floating point operations approach their limits of precision. Beyond the depth of 2250T the program will switch over to using the higher precision x87 FPU and speeds will start to increase again.

On some x86-64 machines it might even be worthwhile turning off the SSE2 optimisations before the sieve depth reaches 2250T. This can be tested by using the --no-sse2 switch and checking whether p/sec speed increases. On my Core 2 Duo the break-even point seems to be about 1500T-1800T.

This doesn't apply to the x86 version, it always uses the x87 FPU and its speed should steadily increase as the sieve depth increases.
geoff is offline   Reply With Quote
Old 2007-11-26, 00:36   #29
umccullough
 
Jan 2007

7 Posts
Default

For the hell of it, I threw Ubuntu 7.10 x86-64 on my Core2Duo E6750 and I'm getting ~1460 kp/sec/core on SoB/PSP combined sieve - niiiice.

Looks like Linux64 is about to become more popular on my machines.

Last fiddled with by umccullough on 2007-11-26 at 00:38
umccullough is offline   Reply With Quote
Old 2008-01-19, 08:59   #30
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

2×5×283 Posts
Default

sr2sieve-1.7.5 is out...
em99010pepe is offline   Reply With Quote
Old 2008-01-24, 13:49   #31
VJS
 
VJS's Avatar
 
Dec 2004

13·23 Posts
Default

Any speed advantages???

I havn't seen a change report from version to version but I'm always happy with the result.
VJS is offline   Reply With Quote
Old 2008-01-25, 02:18   #32
geoff
 
geoff's Avatar
 
Mar 2003
New Zealand

13×89 Posts
Default

Quote:
Originally Posted by VJS View Post
Any speed advantages???
For this project, older pentium 4's (Prescott and earlier) should gain up to 15% from version 1.7.6 compared to version 1.6.18, but results are a bit mixed on other machines. Any comparisons with version 1.6.18, especially on 32-bit machines, would be welcome.

(Beware that 1.7.x versions currently use elapsed time instead of CPU time, so for a direct comparison run version 1.6.18 it is necessary to use the -e switch or else to make sure that nothing else is running on the same CPU).
geoff is offline   Reply With Quote
Old 2008-01-25, 05:44   #33
VJS
 
VJS's Avatar
 
Dec 2004

13×23 Posts
Default

Thanks Geoff,

On a dual or quad core CPU is there any reason to believe that specifiying affinities to particular CPU core for each instance is superior to simply running them with no affinities?
Or identifying half the cache for core2duo's for each instance etc...

Thanks, sometimes it's just easier to ask then try it. :-)

Last fiddled with by VJS on 2008-01-25 at 05:47
VJS is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
srsieve/sr2sieve enhancements rogue Software 300 2021-03-18 20:31
32-bit of sr1sieve and sr2sieve for Win pepi37 Software 5 2013-08-09 22:31
sr2sieve question SaneMur Information & Answers 2 2011-08-21 22:04
How to use sr2sieve nuggetprime Riesel Prime Search 40 2007-12-03 06:01
Sr2sieve on PPC/Linux BlisteringSheep Sierpinski/Riesel Base 5 172 2007-07-06 21:29

All times are UTC. The time now is 16:10.


Fri Jul 16 16:10:58 UTC 2021 up 49 days, 13:58, 1 user, load averages: 1.74, 1.91, 1.84

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.