From 33573a365871c7530b50852bc1d0206fb455c0c3 Mon Sep 17 00:00:00 2001 From: adash Date: Wed, 15 Apr 2009 20:52:08 +0000 Subject: [PATCH] instructions on compiling and running benchmark --- Robust/src/Benchmarks/SingleTM/KMeans/README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Robust/src/Benchmarks/SingleTM/KMeans/README b/Robust/src/Benchmarks/SingleTM/KMeans/README index 2d6f2955..30697f56 100644 --- a/Robust/src/Benchmarks/SingleTM/KMeans/README +++ b/Robust/src/Benchmarks/SingleTM/KMeans/README @@ -24,11 +24,7 @@ Compiling and Running To build the application, simply run: - make -f - -in the source directory. For example, for the sequential flavor, run: - - make -f Makefile.seq + make By default, this produces an executable named "kmeans", which can then be run in the following manner: @@ -37,7 +33,7 @@ run in the following manner: -n \ -t \ -i \ - -p + -nthreads To produce the data in [1], the following values were used: -- 2.34.1