Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
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.1.2
pts/clomp-1.1.2
- 06 December 2021 -
Fix for install-exit-status.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://asc.llnl.gov/sites/asc/files/2020-09/clomp_v1.2.zip</URL> <MD5>26838cfe516b17f2a4cacb48342d7266</MD5> <SHA256>76c208529a3b2779252f68f4ef222f28bd7d8aafdf9200bad0d288060220702c</SHA256> <FileName>clomp_v1.2.zip</FileName> <FileSize>22868</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o clomp_v1.2.zip cd clomp_v1.2/ cc -fopenmp -O3 $CFLAGS clomp.c -o clomp_build -lm echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd clomp_v1.2/ export OMP_NUM_THREADS=\$NUM_CPU_CORES ./clomp_build \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > clomp chmod +x clomp
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Static OMP Speedup: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.0m1--> <PhoronixTestSuite> <TestInformation> <Title>CLOMP</Title> <AppVersion>1.2</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>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://asc.llnl.gov/sequoia/benchmarks/</ProjectURL> <RepositoryURL>https://gitlab.com/arm-hpc/benchmarks/coral-2/clomp/</RepositoryURL> <InternalTags>SMP</InternalTags> </TestProfile> <TestSettings> <Default> <Arguments>-1 -1 1024 512 512 1 1000</Arguments> </Default> </TestSettings> </PhoronixTestSuite>