![]() |
|
|
#1673 |
|
"Viliam Furík"
Jul 2018
Martin, Slovakia
23A16 Posts |
|
|
|
|
|
|
#1674 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
3×5×227 Posts |
Especially when debugging, it's very useful to open a command prompt first at the location of the file you're trying to run and then run it from the command prompt rather than just double-clicking the executable, that way you can see what output it is giving.
|
|
|
|
|
|
#1675 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31·173 Posts |
Quote:
Use the readme that comes included with the software. Read it. Understand it. Follow its plain directions. Mfaktc: Code:
################################
# 3.1 Running mfaktc (Windows) #
################################
Similar to Linux (read above!).
Open a command window and run 'mfaktc.exe -h'.
####################################################################
# 4 How to get work and report results from/to the Primenet server #
####################################################################
Getting work:
Step 1) go to http://www.mersenne.org/ and login with your username and
password
Step 2) on the menu on the left click "Manual Testing" and then
"Assignments"
Step 3) choose the number of assignments by choosing
"Number of CPUs (cores) you need assignments for (maximum 12)"
and "Number of assignments you want for each core"
Step 4) Change "Preferred work type" to "Trial factoring"
Step 5) click the button "Get Assignments"
Step 6) copy&paste the "Factor=..." lines directly into the worktodo.txt
in your mfaktc directory
Code:
Open a terminal window and run 'mfakto -h' for possible parameters. You may also want to check mfakto.ini for additional settings. mfakto typically fetches work from worktodo.txt as specified in the INI file. See section 3 on how to obtain assignments and report results. A typical worktodo.txt file looks like this: -- begin example -- Factor=[assignment ID],66362159,64,68 Factor=[assignment ID],3321932899,76,77 -- end example -- Code:
########################################
# 3 Getting work and reporting results #
########################################
You must have a PrimeNet account to participate. Simply visit the GIMPS website
at https://mersenne.org to create one. Once you've signed up, you can get
assignments in several ways.
From the GIMPS website:
Step 1) log in to the GIMPS website with your username and password
Step 2) on the menu bar, select Manual Testing > Assignments
Step 3) open the link to the manual GPU assignment request form
Step 4) enter the number of assignments or GHz-days you want
Step 5) click "Get Assignments"
Code:
Once you have your assignments, copy the "Factor=..." lines directly into
your worktodo.txt file. Start mfakto, sit back and let it do its job.
Running mfakto is also a great way to stress test your GPU. ;-)
Use the mfakto or mfaktc reference info. "Create a worktodo file and put some assignments in there. Start with few, in case your gpu or igp does not work out. Get the type you plan to run the most. Get them from https://www.mersenne.org/manual_gpu_assignment/" "Create a Windows batch file or Linux shell script with a short name. Set the device number there. Consider redirecting console output to a file or employing a good tee program." Stop wasting other people's time, and apply some of your own intelligence and time. Last fiddled with by kriesel on 2021-06-30 at 20:40 |
|
|
|
|
|
|
#1676 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
23·1,223 Posts |
And MISFIT can handle all of the work filling a worktodo and submitting results.
https://www.mersenneforum.org/forumdisplay.php?f=103 Last fiddled with by Uncwilly on 2021-06-30 at 21:10 |
|
|
|
|
|
#1677 | |
|
Jun 2021
2916 Posts |
Quote:
![]() This is what I got if you find something else that happened. Code:
got assignment: exp=219633173 bit_min=73 bit_max=74 (8.71 GHz-days) Starting trial factoring M219633173 from 2^73 to 2^74 (8.71Ghz-days) Using GPU kernel "[Just to be safe, censored.]" Edit: No lines for around 30 minutes. Does it only make a line when you finish a tf assignment/1 bitlevel? Last fiddled with by birtwistlecaleb on 2021-06-30 at 22:03 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gpuOwL: an OpenCL program for Mersenne primality testing | preda | GpuOwl | 2718 | 2021-07-06 18:30 |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3497 | 2021-06-05 12:27 |
| LL with OpenCL | msft | GPU Computing | 433 | 2019-06-23 21:11 |
| OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
| Program to TF Mersenne numbers with more than 1 sextillion digits? | Stargate38 | Factoring | 24 | 2011-11-03 00:34 |