![]() |
|
|
#3499 |
|
"Seth"
Apr 2019
22·3·52 Posts |
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 |
|
|
|
![]() |
| Thread Tools | |
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 |