[llvm-commits] CVS: llvm-test/External/Namd/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Oct 15 13:51:38 PDT 2004
Changes in directory llvm-test/External/Namd:
Makefile updated: 1.2 -> 1.3
---
Log message:
Expand the time limit as this benchmark can easily exceed it.
Now I understand why Chris asked me how long it took to run.
:)
---
Diffs of the changes: (+5 -0)
Index: llvm-test/External/Namd/Makefile
diff -u llvm-test/External/Namd/Makefile:1.2 llvm-test/External/Namd/Makefile:1.3
--- llvm-test/External/Namd/Makefile:1.2 Fri Oct 15 08:39:33 2004
+++ llvm-test/External/Namd/Makefile Fri Oct 15 15:51:21 2004
@@ -10,5 +10,10 @@
LIBS += -lm -lstdc++
LDFLAGS = -lm -lstdc++
+#
+# Expand the runtime limit as this is a very intensive benchmark
+#
+RUNTIMELIMIT := 1000
+
RUN_OPTIONS = --iterations 5 --input $(NAMD_ROOT)/apoa1.input
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list