NOTICE: This package has been removed from pkgsrc

./wip/fftw-openmpi, Collection of fast C routines to compute DFTs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.3, Package name: fftw-openmpi-3.3, Maintainer: bacon

FFTW is a free collection of fast C routines for computing the
Discrete Fourier Transform in one or more dimensions. It includes
complex, real, symmetric, and parallel transforms, and can handle
arbitrary array sizes efficiently. FFTW is typically faster than
other publically-available FFT implementations, and is even
competitive with vendor-tuned libraries. (See our web page for
extensive benchmarks.) To achieve this performance, FFTW uses novel
code-generation and runtime self-optimization techniques (along with
many other tricks).


Required to run:
[devel/libltdl] [wip/openmpi163] [lang/gcc7]

Required to build:
[pkgtools/x11-links] [devel/libtool-fortran] [pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 2a4969019d0b1eda5a09cf68f0a012d3fe30fff8
Filesize: 3872.767 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-06-23 20:25:04 by Jason Bacon | Files touched by this commit (1)
Log message:
Remove mpich code, which was migrated to new pkg fftw-mpich

   2013-06-23 19:36:22 by Jason Bacon | Files touched by this commit (2)
Log message:
Change MPI to wip/openmpi163

   2013-04-07 11:59:00 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Make it pass MPI tests (tests do pass for me, except wrong status code is returned).
Fix package name while here (it uses MPICH currently).
   2013-03-08 07:27:35 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Restore reference to wip/openmpi-prefixed (commented out).
   2013-03-08 07:24:49 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Just set INSTALLATION_PREFIX to install to another place.
Convert to MPICH temporarily.
   2013-03-08 06:56:20 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Remove PKG_DESTDIR_SUPPORT setting the default value.
   2013-02-26 15:51:28 by Jason Bacon | Files touched by this commit (5)
Log message:
Import fftw-openmpi-3.3 as wip/fftw-openmpi.

FFTW is a free collection of fast C routines for computing the
Discrete Fourier Transform in one or more dimensions.  It includes
complex, real, symmetric, and parallel transforms, and can handle
arbitrary array sizes efficiently.  FFTW is typically faster than
other publically-available FFT implementations, and is even
competitive with vendor-tuned libraries.  (See our web page for
extensive benchmarks.)  To achieve this performance, FFTW uses novel
code-generation and runtime self-optimization techniques (along with
many other tricks).