https://github.com/nsmith5/fftw-mpi-examples
FFTW MPI just being the worst thing.
https://github.com/nsmith5/fftw-mpi-examples
Last synced: about 1 year ago
JSON representation
FFTW MPI just being the worst thing.
- Host: GitHub
- URL: https://github.com/nsmith5/fftw-mpi-examples
- Owner: nsmith5
- Created: 2016-10-20T18:21:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T18:22:47.000Z (almost 10 years ago)
- Last Synced: 2025-05-05T17:33:35.353Z (about 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#FFTW-MPI Examples
Several examples of FFTW MPI being a dick.
Each example has an appropriate Makefile. The only dependency should be an MPI and FFTW library appropriately configured. To build just move the appropriate directory and run `make`.
## Example 1
Simple fourier transform
## Example 2
Diffusion equation example
## Example 3
Model A example