Clemens Heuberger on Wed, 26 Nov 1997 16:51:58 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
pari-2.0.alpha/linux-i586, make test-compat |
I have just compiled pari-2.0.alpha on a Pentium 200 running Linux (2.0.32). Do I have to worry about the following? > finanz:/home/cheub/pari/pari-2.0.alpha 78> make test-compat > cd o.linux-i586; make test-compat > make[1]: Entering directory `/home/cheub/pari/pari-2.0.alpha/o.linux-i586' > Running tests in compatibility mode... for gp-sta executable > PROBLEMS ARISED. See out.sta.diff > Running tests in compatibility mode... for gp-dyn executable > PROBLEMS ARISED. See out.dyn.diff > make[1]: Leaving directory `/home/cheub/pari/pari-2.0.alpha/o.linux-i586' where out.sta.diff reads e as follows: *** ../src/test/testout32 Fri Nov 14 02:21:01 1997 --- out.sta Wed Nov 26 16:41:26 1997 *************** *** 2738,2753 **** ? smallinitell([0,0,0,-17,0]) % = [0, 0, 0, -17, 0, 0, -34, 0, -289, 816, 0, 314432, 1728] ? smallpolred(x^4+576) ! % = [x - 1, x^2 - x + 1, x^2 + 1, x^4 - x^2 + 1]~ ? smallpolred2(x^4+576) % = [1 x - 1] - [-1/192*x^3 - 1/8*x + 1/2 x^2 - x + 1] - [-1/24*x^2 x^2 + 1] ! [-1/192*x^3 + 1/48*x^2 + 1/8*x x^4 - x^2 + 1] ? smith(matrix(5,5,j,k,random())) % = [1442459322553825252071178240, 2147483648, 2147483648, 1, 1] --- 2738,2753 ---- ? smallinitell([0,0,0,-17,0]) % = [0, 0, 0, -17, 0, 0, -34, 0, -289, 816, 0, 314432, 1728] ? smallpolred(x^4+576) ! % = [x - 1, x^2 + 1, x^4 - x^2 + 1, x^2 - x + 1]~ ? smallpolred2(x^4+576) % = [1 x - 1] [-1/24*x^2 x^2 + 1] ! [1/192*x^3 - 1/48*x^2 - 1/8*x x^4 - x^2 + 1] ! ! [-1/192*x^3 - 1/8*x + 1/2 x^2 - x + 1] ? smith(matrix(5,5,j,k,random())) % = [1442459322553825252071178240, 2147483648, 2147483648, 1, 1] *************** *** 2935,2940 **** ? getheap() % = [635, 127218] ? print("Total time spent: ",gettime()); ! Total time spent: 28551 ? \q ! Good bye! --- 2935,2942 ---- ? getheap() % = [635, 127218] ? print("Total time spent: ",gettime()); ! Total time spent: 30350 ? \q ! *** segmentation fault: bug in GP (please report). ! ! ? Good bye! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ and out.dyn.diff reads as follows *** ../src/test/testout32 Fri Nov 14 02:21:01 1997 --- out.dyn Wed Nov 26 16:41:59 1997 *************** *** 2738,2753 **** ? smallinitell([0,0,0,-17,0]) % = [0, 0, 0, -17, 0, 0, -34, 0, -289, 816, 0, 314432, 1728] ? smallpolred(x^4+576) ! % = [x - 1, x^2 - x + 1, x^2 + 1, x^4 - x^2 + 1]~ ? smallpolred2(x^4+576) % = [1 x - 1] - [-1/192*x^3 - 1/8*x + 1/2 x^2 - x + 1] - [-1/24*x^2 x^2 + 1] ! [-1/192*x^3 + 1/48*x^2 + 1/8*x x^4 - x^2 + 1] ? smith(matrix(5,5,j,k,random())) % = [1442459322553825252071178240, 2147483648, 2147483648, 1, 1] --- 2738,2753 ---- ? smallinitell([0,0,0,-17,0]) % = [0, 0, 0, -17, 0, 0, -34, 0, -289, 816, 0, 314432, 1728] ? smallpolred(x^4+576) ! % = [x - 1, x^2 + 1, x^4 - x^2 + 1, x^2 - x + 1]~ ? smallpolred2(x^4+576) % = [1 x - 1] [-1/24*x^2 x^2 + 1] ! [1/192*x^3 - 1/48*x^2 - 1/8*x x^4 - x^2 + 1] ! ! [-1/192*x^3 - 1/8*x + 1/2 x^2 - x + 1] ? smith(matrix(5,5,j,k,random())) % = [1442459322553825252071178240, 2147483648, 2147483648, 1, 1] *************** *** 2935,2940 **** ? getheap() % = [635, 127218] ? print("Total time spent: ",gettime()); ! Total time spent: 28551 ? \q ! Good bye! --- 2935,2942 ---- ? getheap() % = [635, 127218] ? print("Total time spent: ",gettime()); ! Total time spent: 30250 ? \q ! *** segmentation fault: bug in GP (please report). ! ! ? Good bye! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ =============================================================================== Clemens Heuberger Institut fuer Mathematik (A) Technische Universitaet Graz Steyrergasse 30/II A-8010 Graz Austria cheub@weyl.math.tu-graz.ac.at ===============================================================================