Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Ngspice 1.0.0
pts/ngspice-1.0.0
- 07 February 2021 -
Initial commit of NGSPICE circuit simulator benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoenixnap.dl.sourceforge.net/project/ngspice/ng-spice-rework/34/ngspice-34.tar.gz, http://versaweb.dl.sourceforge.net/project/ngspice/ng-spice-rework/34/ngspice-34.tar.gz, http://www.phoronix-test-suite.com/benchmark-files/ngspice-34.tar.gz</URL> <MD5>e88377ff1e5a466dcd240fa235de7551</MD5> <SHA256>2263fffc6694754972af7072ef01cfe62ac790800dad651bc290bfcae79bd7b5</SHA256> <FileName>ngspice-34.tar.gz</FileName> <FileSize>7800546</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/iscas85Circuits-1.tar.xz</URL> <MD5>2467b59a9a312114941bb56227e36134</MD5> <SHA256>5d160b3496e95fa4861558b95388bf346c914216e1c3b29690d2573f88df6892</SHA256> <FileName>iscas85Circuits-1.tar.xz</FileName> <FileSize>865096</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf ngspice-34.tar.gz tar -xf iscas85Circuits-1.tar.xz cd ngspice-34 ./configure --enable-openmp make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd ngspice-34 ./src/ngspice \$@ > \$LOG_FILE" > ngspice chmod +x ngspice
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total analysis time (seconds) = #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.1--> <PhoronixTestSuite> <TestInformation> <Title>Ngspice</Title> <AppVersion>34</AppVersion> <Description>Ngspice is an open-source SPICE circuit simulator. Ngspice was originally based on the Berkeley SPICE electronic circuit simulator. Ngspice supports basic threading using OpenMP. This test profile is making use of the ISCAS 85 benchmark circuits.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, bison, flex, xorg-development, freetype, fftw3-development</ExternalDependencies> <EnvironmentSize>251</EnvironmentSize> <ProjectURL>http://ngspice.sourceforge.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>X11/Xaw/Box.h</SystemDependencies> </TestProfile> <TestSettings> <Default> <Arguments>-b -a</Arguments> </Default> <Option> <DisplayName>Circuit</DisplayName> <Identifier>circuit</Identifier> <Menu> <Entry> <Name>C2670</Name> <Value>~/iscas85Circuits/85/c2670/c2670_ann.net</Value> </Entry> <Entry> <Name>C7552</Name> <Value>~/iscas85Circuits/85/c7552p/c7552_ann.net</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>