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

Clash 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.
software-installation fortran
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
add a comment |Â
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.
software-installation fortran
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
Did you check the included documentation - specificallyfftw-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
add a comment |Â
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.
software-installation fortran
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.
software-installation fortran
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
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
Did you check the included documentation - specificallyfftw-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
add a comment |Â
Did you check the included documentation - specificallyfftw-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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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