On Feb 5, 2008 1:18 PM, Kate <[EMAIL PROTECTED]> wrote:
>
> When I build sage-2.10.1 (using gcc-4.2.2) on my itanium-Linux
> box, 'make check' gives
>
> sage -t  devel/sage-main/sage/graphs/graph_generators.py    *** ***
> Error: TIMED OUT! *** ***
> *** *** Error: TIMED OUT! *** ***
>
> If I edit local/bin/sage-doctest and increase TIMEOUT to 240 (from
> 180), then when
> I run 'make check" I get
>
> sage -t  devel/sage-main/sage/graphs/graph_generators.py
>          [138.8 s]
>
> Q1. Since 138.8 < 180, why was the original TIMEOUT not sufficient?

That's really odd.  Could you do

$ time sage -t  devel/sage-main/sage/graphs/graph_generators.py

and report the output? Here's what happens on a certain 2.6Ghz core 2 duo mac:

D-69-91-159-216:d was$ time sage -t sage-main/sage/graphs/graph_generators.py
sage -t  sage-main/sage/graphs/graph_generators.py
         [38.7 s]

----------------------------------------------------------------------
All tests passed!
Total time for all tests: 38.7 seconds

real    0m38.775s
user    0m34.011s
sys     0m2.156s
D-69-91-159-216:d was$


>
> Q2. Should I be worried that I had to raise TIMEOUT to 240?

No, I don't think you should be worried.    Itaniums are slow.

 -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to