https://github.com/lammps/fftmpi
The fftMPI library performs 2d/3d FFTs in parallel for grids distributed across MPI processes.
https://github.com/lammps/fftmpi
Last synced: 11 months ago
JSON representation
The fftMPI library performs 2d/3d FFTs in parallel for grids distributed across MPI processes.
- Host: GitHub
- URL: https://github.com/lammps/fftmpi
- Owner: lammps
- License: other
- Created: 2020-12-22T20:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T22:11:47.000Z (about 4 years ago)
- Last Synced: 2025-06-14T08:39:14.863Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.41 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is the fftMPI library.
fftMPI website: http://fftmpi.sandia.gov
Contact author:
Steve Plimpton
Sandia National Laboratories
sjplimp@sandia.gov
http://www.sandia.gov/~sjplimp
The fftMPI library is distributed as open-source code under the
modified Berkeley Software Distribution (BSD) License. See the
accompanying LICENSE file.
This directory contains the following:
README this file
LICENSE modified BSD license
doc documentation
src source files for library
test test FFT codes in C++, C, Fortran 90, Python
Point your browser at doc/Manual.html to get started.