Changes in directory llvm-test/MultiSource/Benchmarks/tramp3d-v4:
Makefile updated: 1.3 -> 1.4 --- Log message: Implement SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+4 -0) Makefile | 4 ++++ 1 files changed, 4 insertions(+) Index: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile diff -u llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.3 llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.4 --- llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.3 Sat Feb 10 16:42:10 2007 +++ llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile Thu May 3 17:13:28 2007 @@ -3,7 +3,11 @@ PROG = tramp3d-v4 CPPFLAGS = -fno-exceptions LDFLAGS = -lstdc++ +ifdef SMALL_PROBLEM_SIZE +RUN_OPTIONS = --cartvis 1.0 0.0 --rhomin 1e-8 -n 2 +else RUN_OPTIONS = --cartvis 1.0 0.0 --rhomin 1e-8 -n 25 +endif FP_ABSTOLERANCE := 0.0000001 include ../../Makefile.multisrc _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits