[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Nov 12 15:40:01 PST 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp:
Makefile updated: 1.5 -> 1.6
---
Log message:
Bumped up the large problem size input so that it takes about 8.69 user
space seconds on Intel.
---
Diffs of the changes: (+4 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile:1.5 llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile:1.6
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile:1.5 Fri Sep 12 11:02:32 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/tsp/Makefile Wed Nov 12 15:39:38 2003
@@ -3,7 +3,11 @@
PROG = tsp
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = 2048000
+else
RUN_OPTIONS = 1024000
+endif
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list