[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile
Bill Wendling
isanbard at gmail.com
Thu Sep 7 17:59:31 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006:
Makefile updated: 1.2 -> 1.3
---
Log message:
Added support for SPEC benchmarks with mutiple directories. Stolen from the
POVRay way of doing things.
---
Diffs of the changes: (+15 -15)
Makefile | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
Index: llvm-test/External/SPEC/CFP2006/Makefile
diff -u llvm-test/External/SPEC/CFP2006/Makefile:1.2 llvm-test/External/SPEC/CFP2006/Makefile:1.3
--- llvm-test/External/SPEC/CFP2006/Makefile:1.2 Wed Sep 6 15:41:12 2006
+++ llvm-test/External/SPEC/CFP2006/Makefile Thu Sep 7 19:59:14 2006
@@ -6,27 +6,27 @@
LEVEL = ../../..
-PARALLEL_DIRS := \
- 410.bwaves \
- 416.gamess \
- 433.milc \
- 434.zeusmp \
- 435.gromacs \
- 437.leslie3d \
- 444.namd \
- 447.dealII \
- 459.GemsFDTD \
- 470.lbm
+PARALLEL_DIRS := \
+ 410.bwaves \
+ 416.gamess \
+ 433.milc \
+ 434.zeusmp \
+ 435.gromacs \
+ 436.cactusADM \
+ 437.leslie3d \
+ 444.namd \
+ 447.dealII \
+ 454.calculix \
+ 459.GemsFDTD \
+ 470.lbm \
+ 481.wrf
+
# 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
-# 454.calculix - multiple dirs
-# 481.wrf - multiple dirs
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config
More information about the llvm-commits
mailing list