Changes in directory llvm-test/MultiSource/Benchmarks/tramp3d-v4:

Makefile updated: 1.4 -> 1.5
---
Log message:

Reduce  memory usage.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile
diff -u llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.4 
llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.4    Thu May  3 
17:13:28 2007
+++ llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile        Mon May  7 
12:40:51 2007
@@ -4,7 +4,7 @@
 CPPFLAGS = -fno-exceptions
 LDFLAGS  = -lstdc++
 ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS =  --cartvis 1.0 0.0 --rhomin 1e-8 -n 2
+RUN_OPTIONS =  --cartvis 1.0 0.0 --rhomin 1e-8 -n 4 --domain 32 32 32
 else
 RUN_OPTIONS =  --cartvis 1.0 0.0 --rhomin 1e-8 -n 25
 endif



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to