[llvm-commits] CVS: llvm-test/External/Namd/Makefile

John Criswell criswell at cs.uiuc.edu
Fri Oct 15 15:23:21 PDT 2004



Changes in directory llvm-test/External/Namd:

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

Reduce to 2 iterations to save time.


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

Index: llvm-test/External/Namd/Makefile
diff -u llvm-test/External/Namd/Makefile:1.3 llvm-test/External/Namd/Makefile:1.4
--- llvm-test/External/Namd/Makefile:1.3	Fri Oct 15 15:51:21 2004
+++ llvm-test/External/Namd/Makefile	Fri Oct 15 17:23:00 2004
@@ -15,5 +15,5 @@
 #
 RUNTIMELIMIT := 1000
 
-RUN_OPTIONS = --iterations 5 --input $(NAMD_ROOT)/apoa1.input
+RUN_OPTIONS = --iterations 2 --input $(NAMD_ROOT)/apoa1.input
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list