msach@0: Kernel: k-means Clustering msach@0: msach@0: This is a kernel-type benchmark of a simple off-line clustering algorithm. Careful: Hash Checksum Verification of the benchmark output is not feasible for kmeans. Usage of the float data type leads to imprecisions, caused by threading, up to the fifth place after the decimal point in the results. msach@0: msach@0: Installation: msach@0: msach@0: To install the kernel benchmark, navigate to the directory this file is located in, open up a terminal and simply type 'make'. For certain architectures msach@0: or special compilation options, you might need to change compilation parameters in the makefile. msach@0: msach@0: Usage: msach@0: msach@0: You may execute the benchmark by navigating to this directory after compilation and typing msach@0: msach@0: ./kmeans -b -i -n msach@0: msach@0: The specification of the number of threads used to perform the clustering process depends on the parallel programming model. msach@0: msach@0: Benchmark versions: msach@0: msach@0: Serial msach@0: POSIX Threads msach@0: OpenMP SuperScalar