[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile

Lauro Ramos Venancio lauro.venancio at gmail.com
Mon May 7 10:41:10 PDT 2007



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






More information about the llvm-commits mailing list