On 3 January 2012 10:00, Cactus <[email protected]> wrote: > Thanks Bill, > > So the test failure matters - I was hoping that it didn't :-) > > My laptop, which I am using right now, has 4GB of RAM - I am not clear > whether it is the stack or the heap that overflows but I suspect the former.
This shouldn't be a problem if you use BALLOC which I think allocates on the heap. > > On another issue, how do I actually integrate the new FFT with MPIR? > > I assume that I take out mul_fft but the call to the FFT code in MPIR is not > the same as the calls available in the new FFT - there are extra parameters. > Does this mean we need a new routine to do the integration? > Yes, there has to be a tuned wrapper to set n and w appropriately. The conditions on n and w are in the documentation. Bill. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
