[llvm-commits] CVS: llvm-test/External/Namd/Makefile
John Criswell
criswell at cs.uiuc.edu
Fri Oct 15 06:35:05 PDT 2004
Changes in directory llvm-test/External/Namd:
Makefile added (r1.1)
---
Log message:
Makefile for the external benchmark namd. This currently runs five (5)
iterations because the program fails to generate correct output after five
iterations.
---
Diffs of the changes: (+15 -0)
Index: llvm-test/External/Namd/Makefile
diff -c /dev/null llvm-test/External/Namd/Makefile:1.1
*** /dev/null Fri Oct 15 08:35:00 2004
--- llvm-test/External/Namd/Makefile Fri Oct 15 08:34:50 2004
***************
*** 0 ****
--- 1,15 ----
+ LEVEL = ../..
+
+ include $(LEVEL)/Makefile.config
+
+ NAMD_ROOT := /home/vadve/shared/benchmarks/spec_namd
+ PROG = spec_namd
+ SourceDir := $(NAMD_ROOT)
+
+ CFLAGS += -Wno-deprecated
+ CPPFLAGS += -Wno-deprecated
+ LIBS += -lm -lstdc++
+ LDFLAGS = -lm -lstdc++
+
+ RUN_OPTIONS = --iterations 5 --input $(NAMD_ROOT)/apoa1.input
+ include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list