Thank you Douglas. I feel excessively smart right now.
On 10-09-03 12:44 PM, Douglas Santos wrote:
I guess you forgot to send the patch.
Quoting Matthew Khouzam<[email protected]>:
The instructions for the benchmark are a bit ambiguous. The program name
is run and the instruction is run.
This patch changes the lines to "launch ./run". This way scripts calling
the executable will not have to be patched also.
_______________________________________________
ltt-dev mailing list
[email protected]
http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>From 34444ce22297e160bd0e2a80ba645e8f39a7507f Mon Sep 17 00:00:00 2001
From: root <[email protected]>
Date: Fri, 3 Sep 2010 11:09:29 -0400
Subject: [PATCH] Author: Matthew Khouzam <[email protected]>
Comments: Several people were confused with the instruction "- run ./run" for the UST benchmark. Changed run to launch
---
tests/benchmark/README | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/benchmark/README b/tests/benchmark/README
index 8a9321d..435de86 100644
--- a/tests/benchmark/README
+++ b/tests/benchmark/README
@@ -2,8 +2,8 @@ UST Benchmark
INSTALLATION INSTRUCTIONS:
- - run ./install to install and compile UST/benchmark
- - run ./run to perform the benchmark
+ - launch ./install to install and compile UST/benchmark
+ - launch ./run to perform the benchmark
The trace files will be automatically saved at $HOME/.usttraces
--
1.7.0.4
_______________________________________________
ltt-dev mailing list
[email protected]
http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev