[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 15:55:45 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000:
Makefile updated: 1.3 -> 1.4
---
Log message:
I need to reduce more. My board has only 32MB of RAM.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
diff -u llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.3 llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.4
--- llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.3 Thu May 3 17:09:59 2007
+++ llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile Thu May 3 17:55:27 2007
@@ -11,7 +11,7 @@
#include $(LLVM_OBJ_ROOT)/Makefile.config
ifdef SMALL_PROBLEM_SIZE
-RUN_OPTIONS ="-n 40 20 40 -c 0.1 1.0 10.0"
+RUN_OPTIONS ="-n 30 15 30 -c 0.1 1.0 10.0"
else
RUN_OPTIONS ="-n 100 40 100 -c 0.1 1.0 10.0"
endif
More information about the llvm-commits
mailing list