mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2018-10-30, 09:00   #1
SELROC
 

25·3·41 Posts
Default mprime from git

On the mprime repository on github https://github.com/rudimeier/mprime/


the PRP worktype is not implemented:


#define PRIMENET_WORK_TYPE_PRP 150 /* Unimplmented */


Question: what look like the data structure to communicate with primenet for a PRP work unit?
  Reply With Quote
Old 2018-10-30, 10:02   #2
M344587487
 
M344587487's Avatar
 
"Composite as Heck"
Oct 2017

3×52×11 Posts
Default

That mirror is 2 years out of date. The latest sources might be useful: https://www.mersenne.org/download/


mlucas includes a python script that handles communicating with primenet for LL. A little modification will make it work for PRP in theory, but unless something's changed in the last 6 months I seem to recall the request is acknowledged by the server but an exponent is not returned (you have to log on to mersenne.org and check your manual exponent list).
M344587487 is offline   Reply With Quote
Old 2018-10-30, 10:16   #3
SELROC
 

5·491 Posts
Default

Quote:
Originally Posted by M344587487 View Post
That mirror is 2 years out of date. The latest sources might be useful: https://www.mersenne.org/download/


mlucas includes a python script that handles communicating with primenet for LL. A little modification will make it work for PRP in theory, but unless something's changed in the last 6 months I seem to recall the request is acknowledged by the server but an exponent is not returned (you have to log on to mersenne.org and check your manual exponent list).

Yes. That was the status when I tried out the procedure with the python script, exponents have been assigned on the primenet page but not returned to the program as response.


Effectively the up-to-date source has PRP implemented I think. There is a last issue with HTTP vs. HTTPS ...

Last fiddled with by SELROC on 2018-10-30 at 10:27
  Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mprime Unregistered Information & Answers 3 2011-08-05 09:17
mprime 257 bug? programmeryh Software 4 2008-11-13 15:23
ECM using gmp-ecm and mprime on a P4 geoff Factoring 60 2004-12-02 07:16
mprime talcum Software 6 2004-08-04 18:25
Problem with mprime (Fixed with mprime -d) antiroach Software 2 2004-07-19 04:07

All times are UTC. The time now is 17:40.


Sun Aug 1 17:40:51 UTC 2021 up 9 days, 12:09, 0 users, load averages: 2.39, 1.81, 1.57

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

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.