mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Cunningham Tables (https://www.mersenneforum.org/forumdisplay.php?f=51)
-   -   3+ table Discussion (https://www.mersenneforum.org/showthread.php?t=4420)

JHansen 2005-04-14 15:25

[QUOTE=R.D. Silverman]Send them after I finish the Unix port? Or send the Windows version?///[/QUOTE]

I was looking for the windows version. :rolleyes:

--
Cheers,
Jes

R.D. Silverman 2005-04-20 15:17

[QUOTE=JHansen]I was looking for the windows version. :rolleyes:

--
Cheers,
Jes[/QUOTE]

Hi,

I sent the code and the binaries. Do you have any feedback? Any problems? :question: :question:

JHansen 2005-04-20 16:31

[QUOTE=R.D. Silverman]I sent the code and the binaries. Do you have any feedback? Any problems? :question: :question:[/QUOTE]
I only recieved the code. There was no binaries attacted in the mail you sent me.

I had a friend help me try to compile the code, but we had no luck. We used Metroweks 7.0 to compile, but got these errors:

[CODE]Error : illegal implicit conversion from 'unsigned int[2]' to
'int *'
asmmpp.c line 300 divrem_asm(r,a[i],b,x);

Error : illegal implicit conversion from 'unsigned int[150]' to
'int *'
asmmpp.c line 489 mpcopy(input,junk1);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 781 square(a,junkc);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 824 square(result,temp1);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 829 square(result,temp1);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 961 square(temp1,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1424 square(xi,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1427 square(x2i,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1430 square(x2i,temp);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 131 mul_single_precI(a[1],b,x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 141 mul_single_precI(a[2],b,x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 317 mul_single_prec_asm(a[1],b,x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 327 mul_single_prec_asm(a[2],b,x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 361 mul_single_prec_asm(a[1],a[1],x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 372 mul_single_prec_asm(a[1],a[2],x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 373 mul_single_prec_asm(a[2],a[2],x22);

+ lots and lots of more of the same....
[/CODE]

My friend also said that there was little hope of compiling the code, since a lot of it is non-standard (i.e. non-unix, I guess :rolleyes: ) code.

Could you re-send the binary and the sample inputs, please :question:

--
Best regards,
Jes Hansen

R.D. Silverman 2005-04-21 12:35

[QUOTE=JHansen]I only recieved the code. There was no binaries attacted in the mail you sent me.

I had a friend help me try to compile the code, but we had no luck. We used Metroweks 7.0 to compile, but got these errors:

[CODE]Error : illegal implicit conversion from 'unsigned int[2]' to
'int *'
asmmpp.c line 300 divrem_asm(r,a[i],b,x);

Error : illegal implicit conversion from 'unsigned int[150]' to
'int *'
asmmpp.c line 489 mpcopy(input,junk1);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 781 square(a,junkc);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 824 square(result,temp1);

Error : illegal implicit conversion from 'int *' to
'unsigned int *'
asmmpp.c line 829 square(result,temp1);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 961 square(temp1,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1424 square(xi,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1427 square(x2i,temp);

Error : illegal implicit conversion from 'int[150]' to
'unsigned int *'
asmmpp.c line 1430 square(x2i,temp);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 131 mul_single_precI(a[1],b,x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 141 mul_single_precI(a[2],b,x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 317 mul_single_prec_asm(a[1],b,x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 327 mul_single_prec_asm(a[2],b,x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 361 mul_single_prec_asm(a[1],a[1],x1);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 372 mul_single_prec_asm(a[1],a[2],x21);

Error : illegal implicit conversion from 'int[2]' to
'unsigned int *'
int64.c line 373 mul_single_prec_asm(a[2],a[2],x22);

+ lots and lots of more of the same....
[/CODE]

My friend also said that there was little hope of compiling the code, since a lot of it is non-standard (i.e. non-unix, I guess :rolleyes: ) code.

Could you re-send the binary and the sample inputs, please :question:

--
Best regards,
Jes Hansen[/QUOTE]


The lines given above do compile under the Sparc C compiler. I believe
Solaris qualifies as Unix. C is not C++. It is not supposed to be strongly
typed. There is no reason why one should not be able to pass an
signed int to an unsigned int and vice-versa.

I already sent the binaries. The mail did not bounce. I just sent them again.

JHansen 2005-04-21 19:02

[QUOTE=R.D. Silverman]I already sent the binaries. The mail did not bounce. I just sent them again.[/QUOTE]

You first mail contained the following files: 163.set, lrange.dat, 737.set, nfsl.dat, callqs.c, mpdim.h, clockticks.c, functions.h, setup.dsp, alphad.h, lattice.dsp, alphag.h, basic.h, 64aux.c, newset.c, int64.c, basic2.c, basic.c, newmpp.c, lpqs.c, asmmpp.c, latticev22.c.

No binaries as far as I can see. :question:

I haven't recieved your second mail. Could you please try again or try jesh AT mail DOT dk ? :question: :unsure:

--
Best regards,
Jes Hansen

akruppa 2005-05-15 18:11

Here is the factorisation of 3,424+ c156 with SNFS:

[CODE]
Probable prime factor 1 has 58 digits:
1143472587826871098584068464034179620956699328397935002321
Probable prime factor 2 has 99 digits:
732033695730396234463835677672412999987388556190269939346190255227442809340817557330640494411685249
[/CODE]

Alex

akruppa 2005-06-19 14:05

Factors of 3,485+
 
Probable prime factor 1 has 79 digits:
2261326016862042466642129611025196517199337771814425126851286138924310369069241
Probable prime factor 2 has 74 digits:
27541676396773727812323951318988846019722180150493778108865109045202198511

Not an ECM miss. :smile:

Alex

PS: by SNFS.


All times are UTC. The time now is 08:15.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.