[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 16 13:42:01 PST 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi:
Makefile updated: 1.12 -> 1.13
---
Log message:
adjust problem size
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.12 llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.13
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.12 Sun Oct 19 18:54:09 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile Sun Nov 16 13:40:59 2003
@@ -5,7 +5,7 @@
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = 802400 20 0 7
+RUN_OPTIONS = 1000000 20 32 7
endif
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list