jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

mutliple calls to initialize fail, even if free is called #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when calling the setup, doing something, then free the library
the next call to setup fails with 

At line 240 of file setup.F90
Fortran runtime error: Attempting to allocate already allocated variable 'iiist'

this type of situation occurs when upsampling a field in Fourier space. The 
first FFT and teh subsequent IFFT do not have the same sizes, thus multiple 
setups are required.

Original issue reported on code.google.com by thomas.s...@gmail.com on 16 Jan 2015 at 2:32