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.0.1
pts/ffte-1.0.1
- 07 April 2012 -
Syncing fix.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.ffte.jp/ffte-5.0.tgz</URL> <MD5>c92bd710a198b0e4d469c10ef0e8eac8</MD5> <FileName>ffte-5.0.tgz</FileName> <FileSize>22855</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzvf ffte-5.0.tgz cd ~/ffte-5.0/tests/ make cd ~/ffte-5.0/mpi/tests/ make cd ~/ cat>ffte<<EOT #!/bin/sh cd ~/ffte-5.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 64 | ./tests/speed1d > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x ffte
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> #_RESULT_# MFLOPS</OutputTemplate> <LineHint>MFLOPS</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>FFTE</Title> <AppVersion>5.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.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD</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> <Menu> <Entry> <Name>N=64, 1D Complex FFT Routine</Name> <Value>echo 64; exec tests/speed1d</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>