mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Software (https://www.mersenneforum.org/forumdisplay.php?f=10)
-   -   mprime removing P-1 assignments from worktodo (https://www.mersenneforum.org/showthread.php?t=26272)

ZFR 2020-12-04 22:49

mprime removing P-1 assignments from worktodo
 
I've decided to start doing P-1 from GPU72 for one of my workers on mprime. I got 5 assigments to start with.

I copied them into mprime's worktodo, like so:

[CODE]
[Worker #2]
PRP=6454DA42AE2840B263C5099D043E5A81,1,2,111049441,-1,76,0
Pfactor=N/A,1,2,107608939,-1,77,2
Pfactor=N/A,1,2,107610803,-1,77,2
Pfactor=N/A,1,2,107613101,-1,77,2
Pfactor=N/A,1,2,107615887,-1,77,2
Pfactor=N/A,1,2,107621821,-1,77,2
[/CODE]

The PRP is one I'm just finishing.

The problem is, today morning I looked at my worktodo, and found out that 2 of those assignments were removed.


[CODE]
[Worker #2]
PRP=6454DA42AE2840B263C5099D043E5A81,1,2,111049441,-1,76,0
Pfactor=N/A,1,2,107608939,-1,77,2
Pfactor=N/A,1,2,107610803,-1,77,2
Pfactor=N/A,1,2,107613101,-1,77,2
[/CODE]

I thought I made a mistake when pasting, so I re-added them. However, I checked again now and they're gone.

Am I doing something wrong?

Uncwilly 2020-12-04 23:13

[QUOTE=ZFR;565294]I thought I made a mistake when pasting, so I re-added them. However, I checked again now and they're gone.

Am I doing something wrong?[/QUOTE]
What is your "DaysOfWork" setting in your prime.txt (also in the menus under "Options" -> "Preferences" as "Days of work to queue up:")

Prime95 2020-12-05 00:30

See UnreserveDays in undoc.txt

ixfd64 2020-12-05 01:22

Seems to be related to this issue: [url]https://mersenneforum.org/showthread.php?t=23198[/url]

ZFR 2020-12-05 08:13

[QUOTE=Prime95;565297]See UnreserveDays in undoc.txt[/QUOTE]

Thanks. I used

UnreserveExponents=100

and this seems to have solved it.


All times are UTC. The time now is 11:33.

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