mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2017-11-16, 21:39   #1
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

23·67 Posts
Default Force FFT-size to be used

Hey,

I'm trying to execute non-PrimeNet-work like this (just as example):
Code:
PRP=N/A,1,2,1000000,51,99,0,3,1
PRP=N/A,1,2,1000000,35181,99,0,3,1
The first line will be executed with 64 K FFT, the second line with 100 K FFT. The bit sizes of the numbers are identical. The result is an extremely small round-off. Am I mistaken when I think that both of them should be able to use the same FFT? If so, how can one enforce a specific FFT size for an assignment or even the whole worktodo-file, if all the numbers have similar size?
kruoli is offline   Reply With Quote
Old 2017-11-16, 23:20   #2
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

2·47·101 Posts
Default

You can enforce FFT size.
But you shouldn't - in this case.
Bitsize is not the only factor for the FFT size choice. The k and/or c value will affect the FFT size too. (In this case c value is large, 35181.)
Batalov is offline   Reply With Quote
Old 2017-11-17, 15:31   #3
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

10308 Posts
Default

The round-off is really small. Even then you should not decrease FFT-size?

Just out of curiosity: How do you set a specific FFT?
kruoli is offline   Reply With Quote
Old 2017-11-17, 16:31   #4
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2·1,579 Posts
Default

PRP=FFT2=64K,1,2,1000000,51,99,0,3,5

You should use type 5 PRP (the last 5 in the line) unless you are double checking a previous PRP result run with another type.

Edit: Nevermind I missed that it was not primenet work.

Last fiddled with by ATH on 2017-11-17 at 16:32
ATH is offline   Reply With Quote
Old 2017-11-17, 18:14   #5
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

53610 Posts
Default

Quote:
Originally Posted by ATH View Post
PRP=FFT2=64K,1,2,1000000,51,99,0,3,5
Nice, thanks! :)
kruoli is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force 1st time primality test with mprime Uncle Lumpy Software 5 2017-03-11 03:27
Gravity Force of a Spherical Shell davieddy Puzzles 29 2012-08-27 12:26
Any open problems out there where a brute force attack would help, but no DC program? jasong Math 21 2012-02-13 16:05
force prime95 to get higher exponents? joblack PrimeNet 6 2009-04-25 15:16
force prime95 to update starrynte PrimeNet 4 2008-10-11 23:04

All times are UTC. The time now is 17:48.


Sun Aug 1 17:48:01 UTC 2021 up 9 days, 12:17, 0 users, load averages: 2.34, 2.10, 1.80

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.