Skip to content

Commit

Permalink
Updated PrimeNet program to version 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Aug 3, 2024
1 parent 73831b2 commit d51ed5c
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 276 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Options:
results files from the GIMPS program. Provide once for
each worker. It automatically sets the --cpu-num
option for each directory.
-i WORKTODO_FILE, --workfile=WORKTODO_FILE
-i WORKTODO_FILE, --work-file=WORKTODO_FILE
Work file filename, Default: “worktodo.txt”
-r RESULTS_FILE, --resultsfile=RESULTS_FILE
-r RESULTS_FILE, --results-file=RESULTS_FILE
Results file filename, Default: “results.txt”
-L LOGFILE, --logfile=LOGFILE
Log file filename, Default: “primenet.log”
-l LOCALFILE, --localfile=LOCALFILE
-l LOCALFILE, --local-file=LOCALFILE
Local configuration file filename, Default:
“local.ini”
--archive-proofs=ARCHIVE_DIR
Expand Down Expand Up @@ -114,15 +114,20 @@ Options:
to use the same worktype for all workers or once for
each worker to use different worktypes. Not all
worktypes are supported by all the GIMPS programs.
--cert-work Get PRP proof certification work, Default: none. Not
yet supported by any of the GIMPS programs.
--cert-work-limit=CERT_CPU_LIMIT
PRP proof certification work limit in percentage of
CPU or GPU time, Default: 10%. Requires the --cert-
work option.
--min-exp=MIN_EXP Minimum exponent to get from PrimeNet (2 -
999,999,999)
--max-exp=MAX_EXP Maximum exponent to get from PrimeNet (2 -
999,999,999)
-g, --gpuowl, --prpll
Get assignments for GpuOwl or PRPLL instead of Mlucas.
--cudalucas=CUDALUCAS
Get assignments for CUDALucas instead of Mlucas.
Provide the CUDALucas output filename as the argument.
PRPLL is not yet fully supported.
--cudalucas Get assignments for CUDALucas instead of Mlucas.
--num-workers=NUM_WORKERS
Number of workers (CPU Cores/GPUs), Default: 1
-c CPU, --cpu-num=CPU
Expand Down
Loading

0 comments on commit d51ed5c

Please sign in to comment.