[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile
Bill Wendling
isanbard at gmail.com
Wed Sep 6 13:41:45 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD:
Makefile updated: 1.1 -> 1.2
---
Log message:
Modified Makefiles to handle multiple directories.
---
Diffs of the changes: (+2 -4)
Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile
diff -u llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile:1.1 llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile:1.1 Fri Sep 1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile Wed Sep 6 15:41:12 2006
@@ -6,16 +6,14 @@
LEVEL = ../../../..
-FP_TOLERANCE = 1e-10
-FP_ABSTOLERANCE = 1e-9
+FP_TOLERANCE = 1.0e-9
+FP_ABSTOLERANCE = 1.0e-10
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