Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Dolfyn 1.0.0
pts/dolfyn-1.0.0
- 04 October 2012 -
Dolfyn is a Computational Fluid Dynamics program.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://launchpad.net/dolfyn-cfd/0.527/dolfyn-cfd-0.527/+download/dolfyn-cfd_0.527.tgz</URL> <MD5>3db5d2111bfa52675007a02e7ae3f189</MD5> <FileName>dolfyn-cfd_0.527.tgz</FileName> <FileSize>1107929</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xzvf dolfyn-cfd_0.527.tgz cd dolfyn-cfd_0.527/src/ make echo $? > ~/test-exit-status cd ~ echo "#!/bin/sh cd dolfyn-cfd_0.527/demo/ ./doit.sh 2>&1 echo \$? > ~/test-exit-status" > dolfyn chmod +x dolfyn
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <TestInformation> <Title>Dolfyn</Title> <AppVersion>0.527</AppVersion> <Description>Dolfyn is a Computational Fluid Dynamics (CFD) code of modern numerical simulation techniques. The Dolfyn test profile measures the execution time of the bundled computational fluid dynamics demos that are bundled with Dolfyn.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Computational Fluid Dynamics</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler</ExternalDependencies> <EnvironmentSize>30</EnvironmentSize> <ProjectURL>http://www.dolfyn.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>