mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
Thread Tools
Unread 2021-08-06, 21:07   #3499
SethTro
 
SethTro's Avatar
 
"Seth"
Apr 2019

22·3·52 Posts
Default

Math is hard


Code:
$ cat worktodo.txt
 Factor=N/A,960477823,66,67
Factor=N/A,960477823,67,68


 $ ./mfaktc.exe
 mfaktc v0.21 (64bit built)

...

got assignment: exp=960477823 bit_min=66 bit_max=67 (0.02 GHz-days)
Starting trial factoring M960477823 from 2^66 to 2^67 (0.02 GHz-days)
 k_min =  38411594760
 k_max =  76823196254
Using GPU kernel "barrett76_mul32_gs"
M960477823 has a factor: 147602823780943516039
found 1 factor for M960477823 from 2^66 to 2^67 [mfaktc 0.21 barrett76_mul32_gs]

WARNING: ignoring line 1 in "worktodo.txt"! Reason: doesn't begin with Factor=
WARNING: ignoring line 2 in "worktodo.txt"! Reason: doesn't begin with Factor=
got assignment: exp=960477823 bit_min=67 bit_max=68 (0.03 GHz-days)
Starting trial factoring M960477823 from 2^67 to 2^68 (0.03 GHz-days)
 k_min =  76823194140
 k_max =  153646392509
M960477823 has a factor: 147602823780943516039
found 1 factor for M960477823 from 2^67 to 2^68 [mfaktc 0.21 barrett76_mul32_gs]

$ python -c 'import math; print(math.log2(147602823780943516039))'
67.00028221952357
SethTro is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
The P-1 factoring CUDA program firejuggler GPU Computing 753 2020-12-12 18:07
gr-mfaktc: a CUDA program for generalized repunits prefactoring MrRepunit GPU Computing 32 2020-11-11 19:56
mfaktc 0.21 - CUDA runtime wrong keisentraut Software 2 2020-08-18 07:03
World's second-dumbest CUDA program fivemack Programming 112 2015-02-12 22:51

All times are UTC. The time now is 22:30.


Fri Aug 6 22:30:13 UTC 2021 up 14 days, 16:59, 1 user, load averages: 3.26, 3.27, 3.21

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

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.