On Jul 4, 5:46 am, David Harvey <[EMAIL PROTECTED]> wrote:
>
> I can't see anything odd with GMP happening in the logs (but that
> doesn't mean much...)
>
> Daryl, could we try a more direct timing GMP test, to help figure out
> if GMP is possibly the problem. Could you try running
>
> sage: x = ZZ.random_element(2^10000000)
> sage: time y = x * x
>
> in both builds and compare the output?
>
> david
[EMAIL PROTECTED] ~]$ /home/daryl/sage-3.0.1/sage
----------------------------------------------------------------------
| SAGE Version 3.0.1, Release Date: 2008-05-05 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: x=ZZ.random_element(2^10000000)
sage: time y=x*x
CPU times: user 0.44 s, sys: 0.02 s, total: 0.46 s
Wall time: 0.46
sage: quit
Exiting SAGE (CPU time 0m0.49s, Wall time 0m32.99s).
[EMAIL PROTECTED] ~]$ /home/daryl/sage-3.0.2/sage
----------------------------------------------------------------------
| SAGE Version 3.0.2, Release Date: 2008-05-24 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: x=ZZ.random_element(2^10000000)
sage: time y=x*x
CPU times: user 0.86 s, sys: 0.02 s, total: 0.88 s
Wall time: 0.88 s
sage: quit
Exiting SAGE (CPU time 0m0.91s, Wall time 0m25.65s).
[EMAIL PROTECTED] ~]$
-Daryl
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---