Igor Schein on Thu, 3 Jun 1999 13:43:06 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: elltors


On Thu, Jun 03, 1999 at 06:13:40PM +0100, Prof. J. E. Cremona wrote:
> Thanks for the patch, Igor, which fixed the compilation.  Now I get
> three problems with "make bench".  This is on a DEC alpha with EV6
> processor running DEC unix (OSF1 V4.0).  (NB this is a different
> machine from the alpha listed in the MACHINES file with my initials!).
> 
> * Testing objets        for gp-sta..TIME=16     for gp-dyn..TIME=16
> * Testing analyz        for gp-sta..TIME=376    for gp-dyn..TIME=393
> * Testing number        for gp-sta..TIME=442    for gp-dyn..TIME=456
> * Testing polyser       for gp-sta..TIME=67     for gp-dyn..TIME=74
> * Testing linear        for gp-sta..TIME=76     for gp-dyn..TIME=86
> * Testing elliptic      for gp-sta..BUG [262]   for gp-dyn..BUG [290]

The benches hasn't been updated.

it's trying to do elltors(ellinit([a,b,c,d,e],1)), which can't
be done now as Karim indicated.  It should be changed to 
elltors(ellinit([a,b,c,d,e])).

Igor