File: tools

package info (click to toggle)
fftw3 3.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 28,428 kB
  • sloc: ansic: 259,592; ml: 5,474; sh: 4,442; perl: 1,648; makefile: 1,156; fortran: 110
file content (11 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -efu

cd $ADTTMP

# only float and double are available on all platforms
fftwf-wisdom -n -o wisdom cof1024 cob1024 r4096
fftw-wisdom-to-conf < wisdom > conf.c

fftw-wisdom -n -o wisdom cof1024 cob1024 r4096
fftw-wisdom-to-conf < wisdom > conf.c