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
N-Queens 1.0.0
pts/n-queens-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://www.arch.cs.titech.ac.jp/~kise/nq/package/qn24b-version1.0.tgz, ftp://ftp.es.freebsd.org/pub/FreeBSD/ports/distfiles/qn24b-version1.0.tgz, ftp://ftp.ussg.iu.edu/pub/FreeBSD/ports/distfiles/qn24b-version1.0.tgz</URL> <MD5>10fc6239b5e037b3c86890918d33b8f3</MD5> <FileSize>213360</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvf qn24b-version1.0.tgz cd version1.0/omp/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ../../ echo "#!/bin/sh cd version1.0/omp/ OMP_NUM_THREADS=\$NUM_CPU_CORES ./qn24b_openmp \$@ > \$LOG_FILE 2>&1 echo $? > ~/test-exit-status" > n-queens chmod +x n-queens
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>elapsed time (sec) : #_RESULT_#</OutputTemplate> <LineBeforeHint>solutions/sec</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>N-Queens</Title> <AppVersion>1.0</AppVersion> <Description>This is a test of the OpenMP version of a test that solves the N-queens problem. The board problem size is 18.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Elapsed Time</SubTitle> <TimesToRun>2</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1.4</EnvironmentSize> <ProjectURL>http://www.arch.cs.titech.ac.jp/~kise/nq/index.htm</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>18</Arguments> </Default> </TestSettings> </PhoronixTestSuite>