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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 17 22:43:05 PDT 2004



Changes in directory llvm-test/External/Namd:

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

Cut this down to one iteration.  First, it runs a bit faster than 2 its,
second, it doesn't print out 'numeric test failed!' errors (both with
the native and LLVM compiles).



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

Index: llvm-test/External/Namd/Makefile
diff -u llvm-test/External/Namd/Makefile:1.5 llvm-test/External/Namd/Makefile:1.6
--- llvm-test/External/Namd/Makefile:1.5	Mon Oct 18 00:36:21 2004
+++ llvm-test/External/Namd/Makefile	Mon Oct 18 00:42:52 2004
@@ -15,5 +15,5 @@
 #
 RUNTIMELIMIT := 1000
 
-RUN_OPTIONS = --iterations 2 --input $(NAMD_ROOT)/apoa1.input
+RUN_OPTIONS = --iterations 1 --input $(NAMD_ROOT)/apoa1.input
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list