Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
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
CLOMP 1.0.0
pts/clomp-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://asc.llnl.gov/sequoia/benchmarks/clomp_v1.0.tar.gz</URL> <MD5>5676e9098217d9d6c878d2be88004442</MD5> <FileSize>21772</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf clomp_v1.0.tar.gz cd clomp_v1.0/ gcc --openmp -O3 clomp.c -o clomp_build -lm echo \$? > ~/test-exit-status cd ~/ echo "#!/bin/sh cd clomp_v1.0/ export OMP_NUM_THREADS=\$NUM_CPU_CORES export KMP_BLOCKTIME=10000 ./clomp_build \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > clomp chmod +x clomp
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Static OMP Speedup: #_RESULT_#</OutputTemplate> </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>CLOMP</Title> <AppVersion>3.3</AppVersion> <Description>CLOMP is the C version of the Livermore OpenMP benchmark developed to measure OpenMP overheads and other performance impacts due to threading in order to influence future system designs. This particular test profile configuration is currently set to look at the OpenMP static schedule speed-up across all available CPU cores using the recommended test configuration.</Description> <ResultScale>Speedup</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Static OMP Speedup</SubTitle> <TimesToRun>5</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, openmpi-development</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://asc.llnl.gov/sequoia/benchmarks/</ProjectURL> <InternalTags>SMP</InternalTags> </TestProfile> <TestSettings> <Default> <Arguments>-1 -1 64 100 32 1 100</Arguments> </Default> </TestSettings> </PhoronixTestSuite>