[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Nov 12 15:34:01 PST 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/mst:

Makefile updated: 1.12 -> 1.13

---
Log message:

Bumped the large problem size up to 4000.  This takes about 13 seconds of
user space time on our Intel machines.



---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile:1.12 llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile:1.13
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile:1.12	Fri Sep 12 11:02:27 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/mst/Makefile	Wed Nov 12 15:33:41 2003
@@ -4,7 +4,7 @@
 CPPFLAGS   = -DTORONTO
 LDFLAGS    = 
 ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = 3000
+RUN_OPTIONS = 4000
 else
 RUN_OPTIONS = 500
 endif





More information about the llvm-commits mailing list