Skip to main content

SpFFT: 3D FFT library for sparse frequency domain data

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: SpFFT
Description: 3D FFT library for sparse frequency domain data
For more information: https://github.com/eth-cscs/SpFFT
Categories:
License: OpenSource (BSD 3-clause)

General usage information

SpFFT (Sparse Parallel FFT) is a 3D Fast Fourier Transform library for sparse frequency domain data written in C++ with support for MPI, OpenMP, CUDA and ROCm.

Inspired by the need of some computational material science applications with spherical cutoff data in frequency domain, SpFFT provides Fast Fourier Transformations of sparse frequency domain data. For distributed computations with MPI, slab decomposition in space domain and pencil decomposition in frequency domain (sparse data within a pencil / column must be on one rank) is used.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package SpFFT, by cluster

This section lists the available versions of the package SpFFTon the different clusters.

Available versions of SpFFT on the Zaratab cluster

Available versions of SpFFT on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
1.0.5 spfft/1.0.5 x86_64, zen2 Y
1.0.6 spfft/1.0.6 icelake, x86_64, zen2 Y
0.9.10 spfft/0.9.10 zen Y






Back to Top