How can I check the FFTW library was correctly installed? [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I downloaded fftw-3.3.7.tar.gz and extracted the files. After that I successfully ran:



./configure CC=gcc
make
sudo make install


Now I want to compile and run a simple "Hello World" program written in fortran (.f90). How do I compile it after FFTW installation?



I used mpif90 command for compiling after installing mpich2 in Ubuntu (16.04). Is there a similar command to compile after installing FFTW to check whether I have installed FFTW successfully.







share|improve this question














closed as off-topic by N0rbert, Elder Geek, Melebius, Kevin Bowen, David Foerster May 25 at 11:30


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Melebius, Kevin Bowen, David Foerster
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
    – steeldriver
    May 17 at 13:28










  • You also might find this tutorial useful.
    – Elder Geek
    May 21 at 16:00














up vote
1
down vote

favorite












I downloaded fftw-3.3.7.tar.gz and extracted the files. After that I successfully ran:



./configure CC=gcc
make
sudo make install


Now I want to compile and run a simple "Hello World" program written in fortran (.f90). How do I compile it after FFTW installation?



I used mpif90 command for compiling after installing mpich2 in Ubuntu (16.04). Is there a similar command to compile after installing FFTW to check whether I have installed FFTW successfully.







share|improve this question














closed as off-topic by N0rbert, Elder Geek, Melebius, Kevin Bowen, David Foerster May 25 at 11:30


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Melebius, Kevin Bowen, David Foerster
If this question can be reworded to fit the rules in the help center, please edit the question.












  • Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
    – steeldriver
    May 17 at 13:28










  • You also might find this tutorial useful.
    – Elder Geek
    May 21 at 16:00












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I downloaded fftw-3.3.7.tar.gz and extracted the files. After that I successfully ran:



./configure CC=gcc
make
sudo make install


Now I want to compile and run a simple "Hello World" program written in fortran (.f90). How do I compile it after FFTW installation?



I used mpif90 command for compiling after installing mpich2 in Ubuntu (16.04). Is there a similar command to compile after installing FFTW to check whether I have installed FFTW successfully.







share|improve this question














I downloaded fftw-3.3.7.tar.gz and extracted the files. After that I successfully ran:



./configure CC=gcc
make
sudo make install


Now I want to compile and run a simple "Hello World" program written in fortran (.f90). How do I compile it after FFTW installation?



I used mpif90 command for compiling after installing mpich2 in Ubuntu (16.04). Is there a similar command to compile after installing FFTW to check whether I have installed FFTW successfully.









share|improve this question













share|improve this question




share|improve this question








edited May 17 at 14:08









Martin Thornton

2,38541730




2,38541730










asked May 17 at 13:02









Kiran Jadhav

212




212




closed as off-topic by N0rbert, Elder Geek, Melebius, Kevin Bowen, David Foerster May 25 at 11:30


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Melebius, Kevin Bowen, David Foerster
If this question can be reworded to fit the rules in the help center, please edit the question.




closed as off-topic by N0rbert, Elder Geek, Melebius, Kevin Bowen, David Foerster May 25 at 11:30


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – Melebius, Kevin Bowen, David Foerster
If this question can be reworded to fit the rules in the help center, please edit the question.











  • Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
    – steeldriver
    May 17 at 13:28










  • You also might find this tutorial useful.
    – Elder Geek
    May 21 at 16:00
















  • Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
    – steeldriver
    May 17 at 13:28










  • You also might find this tutorial useful.
    – Elder Geek
    May 21 at 16:00















Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
– steeldriver
May 17 at 13:28




Did you check the included documentation - specifically fftw-3.3.7/doc/html/Fortran-Examples.html ?
– steeldriver
May 17 at 13:28












You also might find this tutorial useful.
– Elder Geek
May 21 at 16:00




You also might find this tutorial useful.
– Elder Geek
May 21 at 16:00















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error

How do I move numbers in filenames, in a batch renaming operation?