#13137: upgrade MPIR to 2.6.0
-------------------------------------------------------------------------+--
Reporter: jhpalmieri |
Owner: tbd
Type: enhancement |
Status: needs_review
Priority: major |
Milestone: sage-5.6
Component: packages |
Resolution:
Keywords: mpir spkg |
Work issues:
Report Upstream: N/A |
Reviewers: Jeroen Demeyer
Authors: John Palmieri, Jean-Pierre Flori, Karl-Dieter Crisman |
Merged in:
Dependencies: #13755 |
Stopgaps:
-------------------------------------------------------------------------+--
Comment (by leif):
Replying to [comment:100 jpflori]:
> Or maybe under heavy load, the thresholds get chosen so that code is
called on value ranges it is not meant for and boom (but only on Os X and
Cygwin, if that was to be true on Linuces I guess we would have seen it
before).
I just did
{{{
#!sh
for ((r=1;r<=100;r=r+1)); do
tune/tune > src/tuning.c && make && test/test -quick nuss_mul || break
done
}}}
on bsd.math, with an older version of Sage (but GCC 4.6.3) though, and
also zn_poly-0.9.'''p5''' (not sure whether that matters...).
Since "unfortunately" the sysload happened to be low, I started building
Sage in parallel during the 50th run, but that didn't "help" either. 8-)
I'll probably retry with the `.p9`...
Ceterum censeo we should open another ticket for the zn_poly issue.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13137#comment:101>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.