https://github.com/i4ds/pfft-build
🔨🔨
https://github.com/i4ds/pfft-build
Last synced: about 1 year ago
JSON representation
🔨🔨
- Host: GitHub
- URL: https://github.com/i4ds/pfft-build
- Owner: i4Ds
- Archived: true
- Created: 2022-06-01T09:40:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T15:00:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T12:42:40.949Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conda Packages for PFFT
## Specs
PFFT 1.0.8-alpha using the MPI based FFTW3 library.
## 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 PFFT
```
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 PFFT
```
## Information about PFFT
https://github.com/mpip/pfft
## Why Conda?
To enable a simple Installation, with no compilation or other inconveniences, conda is the perfect platform for scientific computing. As PFFT 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.