Skip to content

Commit 60818e7

Browse files
committed
Update help text about worktodo.txt
1 parent 08cacb5 commit 60818e7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Args.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,12 @@ and should be able to run.
115115
116116
117117
Worktodo:
118-
PRPLL keeps the active task in a per-worker file work-0.txt, work-1.txt etc in the local directory.
119-
These per-worker files are supplied from the local worktodo.txt or the global worktodo.txt file
120-
if -pool is used. In turn, the worktodo.txt files can be supplied with work through the primenet.py script,
118+
PRPLL keeps the active tasks in per-worker files worktodo-0.txt, worktodo-1.txt etc in the local directory.
119+
These per-worker files are supplied from the global worktodo.txt file if -pool is used.
120+
In turn the global worktodo.txt can be supplied through the primenet.py script,
121121
either the one located at gpuowl/tools/primenet.py or https://download.mersenne.ca/primenet.py
122122
123-
It is also possible to manually add exponents by adding lines of the form "PRP=118063003" to worktodo.txt
124-
or work-<N>.txt
123+
It is also possible to manually add exponents by adding lines of the form "PRP=118063003" to worktodo-<N>.txt
125124
126125
127126
The configuration options listed below can be passed on the command line or can be put in a file

0 commit comments

Comments
 (0)