Changes in directory llvm-test/MultiSource/Benchmarks/Olden/voronoi:
Makefile updated: 1.16 -> 1.17 --- Log message: Implement SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+4 -0) Makefile | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.16 llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.17 --- llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.16 Tue Feb 22 11:20:28 2005 +++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/Makefile Thu May 3 16:33:56 2007 @@ -8,8 +8,12 @@ ifdef LARGE_PROBLEM_SIZE RUN_OPTIONS = 1000000 20 32 7 else +ifdef SMALL_PROBLEM_SIZE +RUN_OPTIONS = 10000 20 32 7 +else RUN_OPTIONS = 100000 20 32 7 endif +endif include $(LEVEL)/MultiSource/Makefile.multisrc _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
