https://github.com/i4ds/fftw3-mpi-build
🔨🔨🔨
https://github.com/i4ds/fftw3-mpi-build
Last synced: about 1 year ago
JSON representation
🔨🔨🔨
- Host: GitHub
- URL: https://github.com/i4ds/fftw3-mpi-build
- Owner: i4Ds
- Created: 2022-05-25T14:32:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T17:10:26.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T08:27:13.979Z (over 3 years ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conda Packages for FFTW3
## Specs
FFTW3 3.3.10 compiled with OpenMP and MPI support. Disabled shared flag.
## Installation
This package requires the conda-forge channel. There are two ways to install this package:
1. Use the Conda-forge channel directly in the install command:
```
conda install -c i4ds -c conda-forge FFTW3
```
2. Append the Conda-forge channel first - if you need it anyway, or multiple times:
```
conda config --append channel conda-forge
conda install -c i4ds FFTW3
```
## Information about FFTW3
https://github.com/FFTW/fftw3
## Why Conda?
To enable a simple Installation, with no compilation or other inconveniences, conda is the perfect platform for scientific computing. As FFTW3 has a c++ backend, meaning compilation is required. Conda allows us to do so and bundle all dependencies very easily and distribute them to the users.