[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

Bill Wendling isanbard at gmail.com
Fri Sep 1 16:27:56 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006:

Makefile added (r1.1)
---
Log message:

Initial commit for the SPEC2006 floating point Makefiles.


---
Diffs of the changes:  (+34 -0)

 Makefile |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+)


Index: llvm-test/External/SPEC/CFP2006/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/Makefile:1.1
*** /dev/null	Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/Makefile	Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,34 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building SPEC2006 floating point tests.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../..
+ 
+ PARALLEL_DIRS := \
+     410.bwaves   \
+     416.gamess   \
+     433.milc     \
+     434.zeusmp   \
+     435.gromacs  \
+     437.leslie3d \
+     444.namd     \
+     459.GemsFDTD \
+     470.lbm
+ 
+ # These compile but need other things to run:
+ #   450.soplex    - enter.cc:535, works at -O0, not at -O2
+ #   453.povray    - c++ exceptions
+ #   465.tonto     - infinite loop, works at -O0, not at -O2
+ #   482.sphinx3   - generates control file at run time
+ # These don't compile
+ #   436.cactusADM - multiple dirs
+ #   447.dealII    - multiple dirs
+ #   454.calculix  - multiple dirs
+ #   481.wrf       - multiple dirs
+ 
+ # Get the $(ARCH) setting
+ include $(LEVEL)/Makefile.config
+ 
+ include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list