-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilation using fftw #2
Comments
Hello Luis, Thanks for letting us know. It seems we accidentally pushed some developing codes to the main branch. We should be able to fix it quickly. |
Hi Luis, Can you pull and try it again? |
Hi Charles, Thank you for your help ! Yes, it works now ! I git pulled last version and recompiled (using fftw 3.3.4, because fftw 3.3.9 gives a different error message, perhaps I messed up the installation of fftw 3.3.9). I compiled for
And for
I guess everything is running good now. Thank you again and have a nice day ! |
Hi Luis, Glad to know it is working now. The outputs look good. We have tested the code with fftw3 3.3.8. Please don't hesitate to contact us if you have any questions. |
Hello everyone !
I am trying to make a fresh compilation of PBBFMM3D linking with a local installation of fftw-3.3.9 .
I have just cloned the PBBFMM3D sources today (28th april '21).
The only modification I have made to Makefile is the adjustment of variable FFTW_ROOT (which now points towards fftw-3.3.9).
Running
make binary_file_mykernel
produces the following error :I may be doing something wrong.
Any help would be greatly appreciated,
Thank you very much in advance !
Luis
The text was updated successfully, but these errors were encountered: