[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:27:56 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD:
Makefile added (r1.1)
---
Log message:
Initial commit for the SPEC2006 floating point Makefiles.
---
Diffs of the changes: (+21 -0)
Makefile | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+)
Index: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile:1.1
*** /dev/null Fri Sep 1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile Fri Sep 1 18:27:13 2006
***************
*** 0 ****
--- 1,21 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 GemsFTDT test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ FP_TOLERANCE = 1e-10
+ FP_ABSTOLERANCE = 1e-9
+
+ include ../../Makefile.spec2006
+ include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS := test.in
+ STDOUT_FILENAME := test.log
+ else
+ RUN_OPTIONS := train.in
+ STDOUT_FILENAME := train.log
+ endif
More information about the llvm-commits
mailing list