Changes in directory llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000:

Makefile updated: 1.2 -> 1.3
---
Log message:

Implement SMALL_PROBLEM_SIZE.

---
Diffs of the changes:  (+4 -0)

 Makefile |    4 ++++
 1 files changed, 4 insertions(+)


Index: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
diff -u llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.2 
llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.2   Wed Oct 
11 21:35:28 2006
+++ llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile       Thu May 
 3 17:09:59 2007
@@ -10,6 +10,10 @@
 
 #include $(LLVM_OBJ_ROOT)/Makefile.config
 
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS ="-n 40 20 40 -c 0.1 1.0 10.0"
+else
 RUN_OPTIONS ="-n 100 40 100 -c 0.1 1.0 10.0"
+endif
 
 include        ../../../Makefile.multisrc



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

Reply via email to