Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Open FMM Nero2D 1.0.0
pts/nero2d-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://voxel.dl.sourceforge.net/sourceforge/openfmm/nero2d-2.0.2.tar.gz, http://softlayer.dl.sourceforge.net/sourceforge/openfmm/nero2d-2.0.2.tar.gz, http://internode.dl.sourceforge.net/sourceforge/openfmm/nero2d-2.0.2.tar.gz</URL> <MD5>c706e3c0bd88936c73b703698a5fed01</MD5> <FileSize>1546724</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/nero2d_ tar -zxvf nero2d-2.0.2.tar.gz patch -p0 <<'EOT' --- nero2d-2.0.2.orig/src/nexus/nexus.cpp 2009-04-03 09:42:29.000000000 -0400 +++ nero2d-2.0.2/src/nexus/nexus.cpp 2009-06-13 21:52:42.589304348 -0400 @@ -21,6 +21,8 @@ #include "nexus.h" #include "engine.h" #include "base.h" +#include <cstring> +#include <cstdio> using namespace std; EOT cd nero2d-2.0.2/ ./configure --prefix=$HOME/nero2d_ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf nero2d-2.0.2/ echo "#!/bin/sh ./nero2d_/bin/nero2d \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > nero2d chmod +x nero2d
interim.sh
#!/bin/sh rm -f *.bdf
post.sh
#!/bin/sh rm -f *.bdf
pre.sh
#!/bin/sh rm -f *.bdf
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Open FMM Nero2D</Title> <AppVersion>2.0.2</AppVersion> <Description>This is a test of Nero2D, which is a two-dimensional TM/TE solver for Open FMM. Open FMM is a free collection of electromagnetic software for scattering at very large objects. This test profile times how long it takes to solve one of the included 2D examples.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Total Time</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, fortran-compiler, fftw3-development, blas-development, lapack-development</ExternalDependencies> <EnvironmentSize>46.4</EnvironmentSize> <ProjectURL>http://openfmm.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>nero2d_/share/examples/example2/example2.igf</Arguments> </Default> </TestSettings> </PhoronixTestSuite>