Author |
Message |
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
If you are an owner of a RTX3080/90 card and can run mfaktc pls post the results running in standalone:
run mfaktc.exe --perftest |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
At the moment the current mfaktc version is not running on RTX3080/90, trying to get a cuda11 version for testing. |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
A linux version is ready for testing in standalone, the cuda11 lib is also in the zip file.
Pls try to run it on RTX3080/90 and older cards with
./mfaktc.exe --perftest
http://srbase.my-firewall.org/sr5/download/mfaktc-linux64-cuda11.zip |
|
|
DeleteNullVolunteer developer Volunteer tester Send message
Joined: 29 Nov 14 Posts: 83 Credit: 374,914,522 RAC: 4,221 |
~/mfakt/compile/mfaktc-master> ./mfaktc.exe --perftest
mfaktc v0.21 (64bit built)
Compiletime options
THREADS_PER_BLOCK 256
SIEVE_SIZE_LIMIT 32kiB
SIEVE_SIZE 193154bits
SIEVE_SPLIT 250
MORE_CLASSES enabled
Runtime options
SievePrimes 25000
SievePrimesAdjust 1
SievePrimesMin 5000
SievePrimesMax 100000
NumStreams 3
CPUStreams 3
GridSize 3
GPU Sieving enabled
GPUSievePrimes 82486
GPUSieveSize 64Mi bits
GPUSieveProcessSize 16Ki bits
Checkpoints enabled
CheckpointDelay 30s
WorkFileAddDelay 600s
Stages enabled
StopAfterFactor bitlevel
PrintMode full
V5UserID (none)
ComputerID (none)
AllowSleep no
TimeStampInResults no
CUDA version info
binary compiled for CUDA 11.10
CUDA runtime version 11.10
CUDA driver version 11.10
CUDA device info
name GeForce RTX 3080
compute capability 8.6
max threads per block 1024
max shared memory per MP 102400 byte
number of multiprocessors 68
clock rate (CUDA cores) 1815MHz
memory clock rate: 9501MHz
memory bus width: 320 bit
Automatic parameters
threads per grid 557056
GPUSievePrimes (adjusted) 82486
GPUsieve minimum exponent 1055144
running a simple selftest...
Selftest statistics
number of tests 107
successfull tests 107
selftest PASSED!
ERROR: get_next_assignment(): no valid assignment found in "worktodo.txt"
which value shall worktodo.txt have? |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
which value shall worktodo.txt have?
like this
Factor=F6BFE22870DA6C12B533D0AA79950000,219111587,70,71 |
|
|
DeleteNullVolunteer developer Volunteer tester Send message
Joined: 29 Nov 14 Posts: 83 Credit: 374,914,522 RAC: 4,221 |
o.k., thanks. With this number the result is:
no factor for M219111587 from 2^70 to 2^71 [mfaktc 0.21 barrett76_mul32_gs]
tf(): total time spent: 19.759s |
|
|
|
Will there be a windows (test) version soon? |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
Will there be a windows (test) version soon?
yes |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
http://srbase.my-firewall.org/sr5/download/mfaktc-linux64-cuda11.zip -->Linux cuda11.0
http://srbase.my-firewall.org/sr5/download/mfaktc_3xxx_11.1.zip -->Linux cuda11.1 |
|
|
|
Will there be a windows (test) version soon?
yes
Any estimate? |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
Will there be a windows (test) version soon?
yes
Any estimate?
not yet, the windows version failed to run, still looking for a workaround |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
There is a new win version to test, give it a try.
http://srbase.my-firewall.org/sr5/download/mfaktc-0.2.1.win.cuda11.2.zip |
|
|
|
mfaktc-win-64.exe -h:
The code execution cannot proceed because cudart64_110.dll was not found.
____________
|
|
|
|
mfaktc-win-64.exe -h:
The code execution cannot proceed because cudart64_110.dll was not found.
After installing Visual Studio (as requested by cuda_11.2.2_461.33_win10) and installing cuda_11.2.2_461.33_win10, it works!!
Also copied the example form the README.txt into the worktodo.txt:
Factor=bla,66362159,64,68
Factor=bla,3321932839,50,71
This is processed on the RTX 3090 FE:
found 2 factors for M3321932839 from 2^50 to 2^71 [mfaktc 0.21 75bit_mul32_gs]
tf(): total time spent: 5.128s
The next test:
Factor=F6BFE22870DA6C12B533D0AA79950000,219111587,70,71
no factor for M219111587 from 2^70 to 2^71 [mfaktc 0.21 barrett76_mul32_gs]
tf(): total time spent: 20.004s
Ready to go? |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
mfaktc-win-64.exe -h:
The code execution cannot proceed because cudart64_110.dll was not found.
Is the file included in the driver installation or toolkit? |
|
|
|
mfaktc-win-64.exe -h:
The code execution cannot proceed because cudart64_110.dll was not found.
Is the file included in the driver installation or toolkit?
The file is in cuda_11.2.2_461.33_win10, but Visual studio was needed for it's installation (according a warning) |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
mfaktc-win-64.exe -h:
The code execution cannot proceed because cudart64_110.dll was not found.
Is the file included in the driver installation or toolkit?
The file is in cuda_11.2.2_461.33_win10, but Visual studio was needed for it's installation (according a warning)
You mean the visual c++ runtime? From the forum it was compiled on VS2012 maybe the files are needed to run. |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
Windows Version + plan_class are done. Lets see how its working with wrapper from mfakto
Update:
The first wrapper doesnt match with the one in download folder, gave some download errors, fixed in v16
Update2:
Doesnt work, same error, need more testing with wrapper.
Update3:
The v12 cuda app is using an older wrapper, will setup this with v15
Update4:
added min_nvidia_compcap to plan_class_spec because of older cards with latest drivers and toolkit (doesnt work with cuda11.2 app)
Special Thx to lolapus who has compiled the app! |
|
|
|
All tasks error out within 3 seconds on my RTX 3090 (TF v0.15 (cuda112)):
<core_client_version>7.16.11</core_client_version>
<![CDATA[
<message>
(unknown error) - exit code 195 (0xc3)</message>
<stderr_txt>
09:25:56 (12840): wrapper (7.5.26012): starting
09:25:56 (12840): wrapper: running mfaktc-win-64.exe ()
09:25:58 (12840): mfaktc-win-64.exe exited; CPU time 0.015625
09:25:58 (12840): app exit status: 0xc0000135
09:25:58 (12840): called boinc_finish(195)
</stderr_txt>
]]> |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,692,321 RAC: 42,320 |
All tasks error out within 3 seconds on my RTX 3090 (TF v0.15 (cuda112)):
7.16.11
(unknown error) - exit code 195 (0xc3)
09:25:56 (12840): wrapper (7.5.26012): starting
09:25:56 (12840): wrapper: running mfaktc-win-64.exe ()
09:25:58 (12840): mfaktc-win-64.exe exited; CPU time 0.015625
09:25:58 (12840): app exit status: 0xc0000135
09:25:58 (12840): called boinc_finish(195)
]]>
Can you pls test it in standalone:
http://srbase.my-firewall.org/sr5/download/mfaktctest.zip
extract to a folder, run only one of the wrapper files |
|
|