Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
FFTE 1.1.0
pts/ffte-1.1.0
- 04 March 2018 -
Update against FFTE 6.0, add Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ffte.jp/ffte-6.0.tgz</URL> <MD5>dc87a551bcb44012488ab21a3875661e</MD5> <SHA256>fc82595a8f8323b2796cc5eeb1cc9f7e50ca9e511a14365cc3984da6b7a9b8b4</SHA256> <FileSize>29341</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzvf ffte-6.0.tgz cd ~/ffte-6.0/tests/ make cd ~/ffte-6.0/mpi/tests/ make cd ~/ cat>ffte<<EOT #!/bin/sh cd ~/ffte-6.0/ # Very simple test right now... Please feel free to extend and submit patches. # We should also be doing something like: \$@ > \$LOG_FILE 2>&1 # Instead of the static text below as the above statement would get it from the passed XML test settings echo 256 | ./tests/speed1d > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x ffte
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> #_RESULT_# MFLOPS</OutputTemplate> <LineHint>MFLOPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>FFTE</Title> <AppVersion>6.0</AppVersion> <Description>FFTE is a package by Daisuke Takahashi to compute Discrete Fourier Transforms of 1-, 2- and 3- dimensional sequences of length (2^p)*(3^q)*(5^r).</Description> <ResultScale>MFLOPS</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, Windows</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>fortran-compiler, openmpi-development</ExternalDependencies> <EnvironmentSize>2</EnvironmentSize> <ProjectURL>http://www.ffte.jp/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>N=256, 1D Complex FFT Routine</Name> <Value>echo 256; exec tests/speed1d</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>