| Rich Winkel on Tue, 12 Oct 2004 21:58:47 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| FreeBSD bench test problem |
Hi, after grabbing the latest version (pari-2.1.5) and trying to install
it under freebsd 4.10-release, I have two problems to report:
1) In Ofreebsd-ix86/paricfg.h, on line 43:
#define DL_DFLT_NAME "libpari.2.1.5"
should be
#define DL_DFLT_NAME "libpari.so.2.1.5"
2) Doing a "make bench" produces:
cd Ofreebsd-ix86; make bench
* Testing objets for gp-sta..TIME=0 for gp-dyn..TIME=2
* Testing analyz for gp-sta..TIME=72 for gp-dyn..TIME=70
* Testing number for gp-sta..TIME=49 for gp-dyn..TIME=48
* Testing polyser for gp-sta..TIME=17 for gp-dyn..TIME=16
* Testing linear for gp-sta..TIME=20 for gp-dyn..TIME=18
* Testing elliptic for gp-sta..TIME=57 for gp-dyn..TIME=58
* Testing sumiter for gp-sta..TIME=108 for gp-dyn..TIME=106
* Testing graph for gp-sta..TIME=28 for gp-dyn..TIME=29
* Testing program for gp-sta..BUG [65] for gp-dyn..TIME=48
* Testing trans for gp-sta..TIME=187 for gp-dyn..TIME=188
* Testing nfields for gp-sta..TIME=924 for gp-dyn..TIME=937
+++ [BUG] Total bench for gp-sta is 787
+++ Total bench for gp-dyn is 770
PROBLEMS WERE NOTED. The following files list them in diff format:
Directory: /usr/home/rich/c/parigp/pari-2.1.5/Ofreebsd-ix86
program-sta.dif
program-sta.dif contains:
*** ../src/test/32/program Tue Feb 15 11:09:12 2000
--- gp.out Tue Oct 12 14:29:33 2004
***************
*** 109,118 ****
400 1.632424285532931448171405619
? install(addii,GG)
? addii(1,2)
! 3
? kill(addii)
? getheap
! [21, 2993]
? print("Total time spent: ",gettime);
! Total time spent: 1138
? \q
--- 109,118 ----
400 1.632424285532931448171405619
? install(addii,GG)
? addii(1,2)
! *** bug in GP (Segmentation Fault), please report
? kill(addii)
? getheap
! [20, 2986]
? print("Total time spent: ",gettime);
! Total time spent: 65
? \q
I'm stuck. Can anyone help?
Thanks,
Rich