Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

fftw3_3_3_8-gnu-openmpi3-hpc-devel-3.3.8-lp152.3.3.4 RPM for armv7hl

From OpenSuSE Ports Leap 15.2 updates for armv7hl

Name: fftw3_3_3_8-gnu-openmpi3-hpc-devel Distribution: openSUSE Leap 15.2
Version: 3.3.8 Vendor: openSUSE
Release: lp152.3.3.4 Build date: Sun Dec 20 19:28:43 2020
Group: Development/Libraries/C and C++ Build host: armbuild04
Size: 3419673 Source RPM: fftw3_3_3_8-gnu-openmpi3-hpc-3.3.8-lp152.3.3.4.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.fftw.org
Summary: Include Files and Libraries mandatory for Development
This package contains all necessary include files and libraries needed
to develop applications that require these.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Jul 20 2020 Egbert Eich <eich@suse.com>
  - Add gnu compiler support up to gcc9.
  - Fix typo which caused issus building openmpi HPC flavors
    (bsc#1174329).
  - Add support for openmpi4 (provided by Alin Marin Elena).
* Sat Jun 06 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Fix BuildFailures for openSUSE >= 1550:
    * Correct info dir.
    * Fix ill-formatted comments.
* Fri Nov 29 2019 Egbert Eich <eich@suse.com>
  - Disable openmpi1 builds for SLE/Leap > 15.1.
  - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
* Fri Sep 13 2019 Michel Normand <normand@linux.vnet.ibm.com>
  - Add -ffat-lto-objects to avoid build failure
* Mon Mar 18 2019 Rodrigo Lourenço <guigo.lourenco@gmail.com>
  - Update to 3.3.8:
    * Fixed AVX, AVX2 for gcc-8.
  - Release notes for 3.3.7:
    * Experimental support for CMake.
    * Fixes for armv7a cycle counter.
    * Official support for aarch64, now that we have hardware to test it.
    * Tweak usage of FMA instructions in a way that favors newer processors
      (Skylake and Ryzen) over older processors (Haswell).
    * tests/bench: use 64-bit precision to compute mflops.
* Mon Feb 18 2019 Egbert Eich <eich@suse.com>
  - Add FFTW_BIN to environment variable with module file (bsc#1125824).
* Tue Sep 18 2018 schwab@suse.de
  - Stay with openmpi also on ppc
* Thu May 31 2018 antoine.belvire@opensuse.org
  - Fix %install_info_delete usage.
* Mon Feb 26 2018 eich@suse.com
  - Add support for openmpi2 for the HPC build (FATE#325089).
* Thu Feb 22 2018 nmoreychaisemartin@suse.com
  - Switch to openmpi2 instead of openmpi (bsc#1082302),
    apart from ppc64 as openmpi2 does not support it.
* Mon Jan 22 2018 eich@suse.com
  - Fix typo in flavor gnu7-hpc settings.
* Fri Jan 19 2018 eich@suse.com
  - Change the name of the MPI version of the module file directory
    to pfftw3 to distinguish it from the 'serial' one (boo#1075933).
* Fri Jan 12 2018 eich@suse.com
  - Disable the openmpi3 flavor in some products.
* Fri Jan 05 2018 eich@suse.com
  - Add gcc7 as additional compiler flavor for HPC on SLES.
  - Fix library package requires - use HPC macro (boo#1074890).
  - Add support for mpich and openmpi3 for HPC.
* Tue Nov 14 2017 eich@suse.com
  - Fix library package dependencies - limit certain
    dependencies to HPC packages.
* Sun Nov 12 2017 eich@suse.com
  - Fix HPC library requires package and modules file.
* Tue Nov 07 2017 eich@suse.com
  - update to 3.3.6-pl2
    * Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1.
    * Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated
      shared libraries of the form libfftw3.so.2.6.6 instead of
      libfftw3.so.3.*.
    * The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't
      work, and this 3.3.6 fixes it.  Sorry about that.
    * compilation fixes for IBM XLC
    * compilation fixes for threads on Windows
    * fix SIMD autodetection on amd64 when (_MSC_VER > 1500)
* Mon Oct 23 2017 eich@suse.com
  - Don't use openmpi-devel for HPC builds.
* Thu Oct 19 2017 eich@suse.com
  - Fix dependencies for the HPC devel package.
* Tue Oct 17 2017 eich@suse.com
  - Add magic to limit the number of flavors built in the
    in the OBS ring.
* Sat Oct 14 2017 eich@suse.com
  - For HPC build package static libraries as well.
* Thu Oct 12 2017 eich@suse.com
  - Generate baselib.conf dynamically and only for the non-HPC
    build: this avoids issues with the source validator.
* Mon Sep 25 2017 cgoll@suse.com
  - removed unnedded dependency packages
* Thu Sep 07 2017 cgoll@suse.com
  - rewrote for hpc library support
    * added environment modules
    * reduced number of hpc realted packages to two
    (FATE#321716).
* Mon Aug 01 2016 mardnh@gmx.de
  - update to version 3.3.5
    * New SIMD support:
    - Power8 VSX instructions in single and double precision.
      To use, add --enable-vsx to configure.
    - Support for AVX2 (256-bit FMA instructions).
      To use, add --enable-avx2 to configure.
    - Experimental support for AVX512 and KCVI. (--enable-avx512, --enable-kcvi)
      This code is expected to work but the FFTW maintainers do not have
      hardware to test it.
    - Support for AVX128/FMA (for some AMD machines) (--enable-avx128-fma)
    - Double precision Neon SIMD for aarch64.
      This code is expected to work but the FFTW maintainers do not have
      hardware to test it.
    - generic SIMD support using gcc vector intrinsics
    * Add fftw_make_planner_thread_safe() API
    * fix #18 (disable float128 for CUDACC)
    * fix #19: missing Fortran interface for fftwq_alloc_real
    * fix #21 (don't use float128 on Portland compilers, which pretend to be gcc)
    * fix: Avoid segfaults due to double free in MPI transpose

Files

/usr/lib/hpc/gnu7/openmpi3/fftw3
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/bin
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/bin/fftw-wisdom
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/bin/fftw-wisdom-to-conf
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/bin/fftwf-wisdom
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/bin/fftwl-wisdom
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3-mpi.f03
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3-mpi.h
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3.f
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3.f03
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3.h
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3l-mpi.f03
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3l.f03
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/include/fftw3q.f03
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3Config.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3ConfigVersion.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3fConfig.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3fConfigVersion.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3lConfig.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/cmake/fftw3/FFTW3lConfigVersion.cmake
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3_mpi.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3_omp.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3_threads.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3f.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3f_mpi.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3f_omp.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3f_threads.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3l.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3l_mpi.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3l_omp.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/libfftw3l_threads.so
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/pkgconfig
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/pkgconfig/fftw3.pc
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/pkgconfig/fftw3f.pc
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/lib/pkgconfig/fftw3l.pc
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/info
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/info/dir
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/info/fftw3.info-1.gz
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/info/fftw3.info-2.gz
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/info/fftw3.info.gz
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man/man1
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man/man1/fftw-wisdom-to-conf.1
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man/man1/fftw-wisdom.1
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man/man1/fftwf-wisdom.1
/usr/lib/hpc/gnu7/openmpi3/fftw3/3.3.8/share/man/man1/fftwl-wisdom.1
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/AUTHORS
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/CONVENTIONS
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/COPYING
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/COPYRIGHT
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/ChangeLog
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/bfnnconv.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/fftw-faq.bfnn
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/html.refs
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/m-ascii.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/m-html.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/m-info.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/m-lout.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/FAQ/m-post.pl
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/NEWS
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/README
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/TODO
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/acknowledgements.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/cindex.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-dft.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-dht.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-idft.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-redft00.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-redft01.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-redft10.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-redft11.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-rodft00.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-rodft01.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-rodft10.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/equation-rodft11.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/f77_wisdom.f
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/fftw3.info
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/fftw3.info-1
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/fftw3.info-2
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/fftw3.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/findex.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/1d-Discrete-Hartley-Transforms-_0028DHTs_0029.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/1d-Real_002deven-DFTs-_0028DCTs_0029.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/1d-Real_002dodd-DFTs-_0028DSTs_0029.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/2d-MPI-example.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/64_002dbit-Guru-Interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Accessing-the-wisdom-API-from-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Acknowledgments.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Advanced-Complex-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Advanced-Interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Advanced-Real_002ddata-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Advanced-Real_002dto_002dreal-Transforms.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Advanced-distributed_002dtranspose-interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Allocating-aligned-memory-in-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/An-improved-replacement-for-MPI_005fAlltoall.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Avoiding-MPI-Deadlocks.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Basic-Interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Basic-and-advanced-distribution-interfaces.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Basic-distributed_002dtranspose-interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Calling-FFTW-from-Legacy-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Calling-FFTW-from-Modern-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Caveats-in-Using-Wisdom.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Column_002dmajor-Format.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Combining-MPI-and-Threads.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Complex-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Complex-Multi_002dDimensional-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Complex-One_002dDimensional-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Complex-numbers.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Concept-Index.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Cycle-Counters.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Data-Types-and-Files.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Defining-an-FFTW-module.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Distributed_002dmemory-FFTW-with-MPI.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Dynamic-Arrays-in-C.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Dynamic-Arrays-in-C_002dThe-Wrong-Way.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Extended-and-quadruple-precision-in-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-Constants-in-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-Execution-in-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-Fortran-type-reference.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Fortran-Interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Installation.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Performance-Tips.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Reference.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Transposes.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-MPI-Wisdom.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/FFTW-Reference.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Fixed_002dsize-Arrays-in-C.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Forgetting-Wisdom.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Fortran-Examples.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Fortran_002dinterface-routines.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Generating-your-own-code.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Guru-Complex-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Guru-Interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Guru-Real_002ddata-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Guru-Real_002dto_002dreal-Transforms.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Guru-vector-and-transform-sizes.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/How-Many-Threads-to-Use_003f.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Installation-and-Customization.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Installation-and-Supported-Hardware_002fSoftware.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Installation-on-Unix.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Installation-on-non_002dUnix-systems.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Interleaved-and-split-arrays.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Introduction.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Library-Index.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/License-and-Copyright.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Linking-and-Initializing-MPI-FFTW.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Load-balancing.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Data-Distribution-Functions.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Data-Distribution.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Files-and-Data-Types.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Initialization.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Plan-Creation.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/MPI-Wisdom-Communication.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Memory-Allocation.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/More-DFTs-of-Real-Data.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Multi_002dDimensional-DFTs-of-Real-Data.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Multi_002ddimensional-Array-Format.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Multi_002ddimensional-MPI-DFTs-of-Real-Data.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Multi_002ddimensional-Transforms.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Multi_002dthreaded-FFTW.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/New_002darray-Execute-Functions.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/One_002dDimensional-DFTs-of-Real-Data.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/One_002ddimensional-distributions.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Other-Important-Topics.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Other-Multi_002ddimensional-Real_002ddata-MPI-Transforms.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Overview-of-Fortran-interface.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Plan-execution-in-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Planner-Flags.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Precision.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Real_002ddata-DFT-Array-Format.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Real_002ddata-DFTs.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Real_002dto_002dReal-Transform-Kinds.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Real_002dto_002dReal-Transforms.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Reversing-array-dimensions.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Row_002dmajor-Format.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/SIMD-alignment-and-fftw_005fmalloc.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/The-1d-Discrete-Fourier-Transform-_0028DFT_0029.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/The-1d-Real_002ddata-DFT.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/The-Discrete-Hartley-Transform.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/The-Halfcomplex_002dformat-DFT.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Thread-safety.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Transposed-distributions.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Tutorial.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Upgrading-from-FFTW-version-2.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Usage-of-Multi_002dthreaded-FFTW.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Using-MPI-Plans.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Using-Plans.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/What-FFTW-Really-Computes.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-Export.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-File-Export_002fImport-from-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-Generic-Export_002fImport-from-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-Import.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-String-Export_002fImport-from-Fortran.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-Utilities.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom-of-Fortran_003f.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Wisdom.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/Words-of-Wisdom_002dSaving-Plans.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-dft.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-dht.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-idft.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-redft00.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-redft01.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-redft10.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-redft11.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-rodft00.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-rodft01.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-rodft10.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/equation-rodft11.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/index.html
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/html/rfftwnd-for-html.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/install.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/intro.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/legacy-fortran.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/license.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/mdate-sh
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/modern-fortran.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/mpi.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/other.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/reference.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/rfftwnd-for-html.png
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/rfftwnd.eps
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/rfftwnd.fig
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/rfftwnd.pdf
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/stamp-vti
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/texinfo.tex
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/threads.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/tutorial.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/upgrading.texi
/usr/share/doc/packages/fftw3_3_3_8-gnu-openmpi3-hpc-devel/version.texi


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 13:08:34 2024