Search:

Type: Posts; User: mklasson

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,004

    The developers would be me and Paul. Your link...

    The developers would be me and Paul.

    Your link looks interesting... I was under the impression that you could no longer download ICC-Linux for free, but it seems I was wrong. I'll have a look.
    ...
  2. Replies
    3
    Views
    2,004

    Hi, memory latency and things like that no...

    Hi,

    memory latency and things like that no doubt makes a difference, yes. The difference between OSs on the same machine is due to, as you say, compiler optimization differences and to some extent...
  3. Thread: top speed

    by mklasson
    Replies
    32
    Views
    8,882

    I rewrote the timing routines in conjunction with...

    I rewrote the timing routines in conjunction with the bsd port, so that may explain the more stable rate. It shouldn't be any faster though, so if it is then it's quite likely just an artifact of the...
  4. Replies
    19
    Views
    5,624

    Nah, stats.txt is just there for kicks,...

    Nah, stats.txt is just there for kicks, statistics, and debugging.

    "# tested" is the number of k and p values that were processed. For SOB the k count is 11 times the p count. "#tested p : 10"...
  5. Replies
    708
    Views
    161,995

    sobistrator v1.18 *Please upgrade*

    Would everyone using sobistrator v1.15 or v1.16 please upgrade to the new v1.18?

    I made a bit of a screwup there, so B2 at RieselSieve is getting all your factors. :) Luckily he's forwarding them...
  6. Replies
    708
    Views
    161,995

    Hi Deoje, Are you sure you didn't...

    Hi Deoje,


    Are you sure you didn't accidentally input a higher number for the end of the range? That would explain why it hasn't stopped. You can look at the "pmax=*" line (first or second line)...
  7. Replies
    43
    Views
    7,871

    Congratulations! Here's to hoping this will...

    Congratulations!

    Here's to hoping this will give the project a little boost,
    Mikael
  8. Replies
    708
    Views
    161,995

    Hi Washuu, if the Celeron is a PIV Celeron...

    Hi Washuu,

    if the Celeron is a PIV Celeron then it's because the FPU on PIVs is really slow, and proth_sieve makes heavy use of the FPU when doing modular multiplication.

    As for NBeGon, it was...
  9. Thread: P-1 factorer

    by mklasson
    Replies
    385
    Views
    111,931

    Yes, that matters. The reason hc_grove's bounds...

    Yes, that matters. The reason hc_grove's bounds didn't need to be so high is that the bounds only had to be sufficient for a 19-digit factor (and an 18-digit one).

    The chance that a set of small...
  10. Thread: P-1 factorer

    by mklasson
    Replies
    385
    Views
    111,931

    But that's not really what the P-1 algorithm...

    But that's not really what the P-1 algorithm found. Rather it found two factors (simultaneously, since the bounds covered both):
    1695263162018308849-1:
    2^4 * 3^4 * 7^2 * 157 * 317 * 2237 * 239779...
  11. Thread: P-1 factorer

    by mklasson
    Replies
    385
    Views
    111,931

    Congratulations, but that factor isn't prime (Mr....

    Congratulations, but that factor isn't prime (Mr. Killjoy here). :)

    261252098359999236987971694398316499 =
    1695263162018308849 * 154107105146414851
  12. Replies
    8
    Views
    979

    I think the sumout error is what you get when...

    I think the sumout error is what you get when your processor fails due to overclocking or similar phenomena. Try lowering the clock a bit if you have oc'ed it.
  13. Replies
    10
    Views
    1,044

    dunno... a wild guess is 40%, but that's just...

    dunno... a wild guess is 40%, but that's just that -- a wild guess. Don't put any weight whatsoever in it. I just replied so you wouldn't feel ignored... :) I don't know enough about the amd64...
  14. Replies
    10
    Views
    1,044

    You're better off waiting then, at least as far...

    You're better off waiting then, at least as far as my client coding goes.
  15. Replies
    10
    Views
    1,044

    I'm very curious to see how an amd64 optimized...

    I'm very curious to see how an amd64 optimized siever would perform... It certainly feels as if it could be Speedy. Feel like buying me one too? ;)
  16. Replies
    171
    Views
    47,298

    MikeH, saaaay, what's up with -17K under...

    MikeH,
    saaaay, what's up with -17K under "Other"?

    Score breakdown
    Total New factors ( %) Score change ( %) Other ( %)
    Daily change last 1...
  17. Replies
    708
    Views
    161,995

    larsivi, you'll probably see your new factors...

    larsivi,

    you'll probably see your new factors again if you press refresh.

    I'm not sure, but I think I fixed that some time ago... At least I don't have the same problem in the version I'm...
  18. Replies
    171
    Views
    47,298

    Thanks! :D

    Thanks! :D
  19. Replies
    171
    Views
    47,298

    MikeH, very nice! I seem a bit unlucky though......

    MikeH,
    very nice! I seem a bit unlucky though... Good thing the active window starts moving again soon. *rubbing hands* :)
  20. Replies
    708
    Views
    161,995

    Yes. How much depends on which k is killed.

    Yes. How much depends on which k is killed.
  21. Thread: P-1 factorer

    by mklasson
    Replies
    385
    Views
    111,931

    That factor is incorrect. Bug in sbfactor?

    That factor is incorrect. Bug in sbfactor?
  22. Replies
    708
    Views
    161,995

    Yes, you have to calculate bigger powers as p...

    Yes, you have to calculate bigger powers as p (and the order of 2 in Z_p) increases. The overall rate doesn't seem terribly affected though -- the effect is offset somewhat by the diminishing density...
  23. Replies
    708
    Views
    161,995

    Mystwalker, the complexity of the...

    Mystwalker,

    the complexity of the Silver-Pohlig-Hellman discrete log algorithm is O(sqrt(q)), where q is the biggest prime factor of p-1. That gives you the full DL though, which we're not really...
  24. Replies
    708
    Views
    161,995

    Ooookay. That sounds a bit odd to me, but, aaah,...

    Ooookay. That sounds a bit odd to me, but, aaah, congratulations! :D Are you sure you haven't changed anything else?

    Keroberts1,
    just enjoy your new blazing speed. ;)

    Mikael
  25. Replies
    708
    Views
    161,995

    proth_sieve v0.37 *IMPORTANT*

    I just put up a new proth_sieve v0.37. There was a bug in v0.36 that could cause it to miss factors (something like 1 in 400 factors). I'm very, very, very sorry about that. :( I used to sieve 257...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4