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

Bill Wendling isanbard at gmail.com
Wed Sep 6 13:41:43 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix:

Makefile updated: 1.1 -> 1.2
---
Log message:

Modified Makefiles to handle multiple directories.


---
Diffs of the changes:  (+129 -2)

 Makefile |  131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 129 insertions(+), 2 deletions(-)


Index: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile
diff -u llvm-test/External/SPEC/CFP2006/454.calculix/Makefile:1.1 llvm-test/External/SPEC/CFP2006/454.calculix/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/454.calculix/Makefile:1.1	Fri Sep  1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/454.calculix/Makefile	Wed Sep  6 15:41:12 2006
@@ -6,8 +6,135 @@
 
 LEVEL = ../../../..
 
-FP_TOLERANCE    = 5e-2
-FP_ABSTOLERANCE = 1.0e-2
+FP_TOLERANCE    = 1.0e-9
+FP_ABSTOLERANCE = 1.0e-9
+
+Source = CalculiX.c add_pr.f add_sm_ei.f add_sm_st.f allocation.f amplitudes.f \
+         anisotropic.f beamsections.f bounadd.f boundaries.f buckles.f         \
+         calinput.f cfluxes.f changedepterm.f cloads.f conductivities.f        \
+         controlss.f couptempdisps.f creeps.f cychards.f cycsymmods.f dasol.f  \
+         datest.f datri.f defplasticities.f defplas.f densities.f depvars.f    \
+         deuldlag.f dfluxes.f dgesv.f diamtr.f dloads.f dot.f dredu.f dsort.f  \
+         dynamics.f dynsolv.f el.f elastics.f elements.f elprints.f envtemp.f  \
+         equations.f expansions.f extrapolate.f e_c3d.f e_c3d_th.f e_c3d_rhs.f \
+         fcrit.f films.f finpro.f forcadd.f frd.F frdclose.f frequencies.f     \
+         fsub.f fsuper.f gen3delem.f genran.f getnewline.f graph.f headings.f  \
+         heattransfers.f hyperel.f hyperelastics.f hyperfoams.f ident.f        \
+         ident2.f include.f incplas.f initialconditions.f inputerror.f         \
+         isorti.f isortid.f isortidc.f isortii.f isortiid.f label.f linel.f    \
+         lintemp.f lintemp_th.f loadadd.f loadaddt.f mafillpr.f mafillsm.f     \
+         mafillsmcs.f massflowrates.f matdata_co.f matdata_he.f matdata_tg.f   \
+         materialdata.f materials.f modaldampings.f modaldynamics.f mpcs.f     \
+         nident.f nident2.f near2d.f noanalysis.f nodalthicknesses.f           \
+         nodeprints.f nodes.f noelfiles.f noelsets.f nonlinmpc.f normals.f     \
+         norshell.f number.f onf.f op.f openfile.f orientations.f orthonl.f    \
+         orthotropic.f out.f parser.f physicalconstants.f planempc.f           \
+         plastics.f plcopy.f plinterpol.f plmix.f polynom.f profil.f           \
+         radflowload.f radiates.f ranewr.f rearrange.f rectcyl.f renumber.f    \
+         restartread.f restarts.f restartshort.f restartwrite.f results.f      \
+         rhs.f rigidbodies.f rigidmpc.f rootls.f rubber.f saxpb.f              \
+         selcycsymmods.f shape3tri.f shape4q.f shape4tet.f shape6tri.f         \
+         shape6w.f shape8h.f shape8q.f shape10tet.f shape15w.f shape20h.f      \
+         shellsections.f skip.f solidsections.f spcmatch.f specificheats.f     \
+         statics.f steps.f stiff2mat.f stop.f str2mat.f straightmpc.f          \
+         surfaces.f temperatures.f tempload.f ties.f transformatrix.f          \
+         transforms.f ucreep.f uhardening.f umat.f umat_aniso_creep.f          \
+         umat_aniso_plas.f umat_elastic_fiber.f umat_ideal_gas.f               \
+         umat_lin_iso_el.f umat_single_crystal.f umat_tension_only.f           \
+         umat_user.f umpc_mean_rot.f umpc_user.f usermaterials.f usermpc.f     \
+         viscos.f wcoef.f writebv.f writeev.f writeevcs.f writempc.f           \
+         writesummary.f cascade.c frdcyc.c insert.c mastruct.c mastructcs.c    \
+         nonlingeo.c pcgsolver.c preiter.c prespooles.c profile.c remastruct.c \
+         spooles.c strcmp1.c strcpy1.c u_calloc.c                              \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/A2/src/,                    \
+           A2_IO.c A2_basics.c A2_init.c A2_instance.c A2_norms.c A2_sort.c    \
+           A2_util.c)                                                          \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/BKL/src/,                   \
+           BKL_basics.c BKL_evalfcn.c BKL_exhSearch.c BKL_fidmat.c BKL_init.c  \
+           BKL_util.c)                                                         \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/BPG/src/,                   \
+           BPG_IO.c BPG_basics.c BPG_init.c BPG_makeGraphs.c BPG_pseudo.c)     \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Chv/src/,                   \
+           Chv_IO.c Chv_assemble.c Chv_basics.c Chv_copy.c Chv_factor.c        \
+           Chv_findPivot.c Chv_init.c Chv_instance.c Chv_search.c Chv_swap.c   \
+           Chv_update.c Chv_util.c)                                            \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/ChvList/src/,               \
+           ChvList_basics.c ChvList_init.c ChvList_util.c)                     \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/ChvManager/src/,            \
+           ChvManager_basics.c ChvManager_init.c ChvManager_util.c)            \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/DSTree/src/,                \
+           DSTree_basics.c DSTree_init.c DSTree_instance.c DSTree_stages.c     \
+           DSTree_util.c)                                                      \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/DV/src/,                    \
+           DV_IO.c DV_basics.c DV_init.c DV_instance.c DV_util.c)              \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/DenseMtx/src/,              \
+           DenseMtx_IO.c DenseMtx_basics.c DenseMtx_init.c DenseMtx_instance.c \
+           DenseMtx_permute.c DenseMtx_util.c)                                 \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Drand/src/,                 \
+           Drand_basics.c Drand_init.c Drand_util.c)                           \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/ETree/src/,                 \
+           ETree_IO.c ETree_basics.c ETree_compress.c ETree_init.c             \
+           ETree_instance.c ETree_permute.c ETree_transform.c ETree_util.c)    \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/FrontMtx/src/,              \
+           FrontMtx_IO.c FrontMtx_basics.c FrontMtx_factor.c                   \
+           FrontMtx_factorUtil.c FrontMtx_init.c FrontMtx_instance.c           \
+           FrontMtx_loadEntries.c FrontMtx_permute.c FrontMtx_postProcess.c    \
+           FrontMtx_postponed.c FrontMtx_solve.c FrontMtx_solveUtil.c          \
+           FrontMtx_split.c FrontMtx_storeFront.c FrontMtx_update.c            \
+           FrontMtx_util.c)                                                    \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/GPart/src/,                 \
+           GPart_DDsepInfo.c GPart_DDviaFishnet.c GPart_DDviaProjection.c      \
+           GPart_RBviaDDsep.c GPart_TwoSetViaBKL.c GPart_basics.c              \
+           GPart_domSegMap.c GPart_identifyWideSep.c GPart_init.c              \
+           GPart_makeYCmap.c GPart_smoothBisector.c GPart_smoothBy2layers.c    \
+           GPart_smoothYSep.c GPart_split.c GPart_util.c)                      \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Graph/src/,                 \
+           Graph_IO.c Graph_basics.c Graph_compress.c Graph_equivMap.c         \
+           Graph_init.c Graph_util.c)                                          \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/I2Ohash/src/,               \
+           I2Ohash_basics.c I2Ohash_init.c I2Ohash_util.c)                     \
+         $(SPEC_BENCH_DIR)/src/SPOOLES/IIheap/src/IIheap_basics.c              \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/IV/src/,                    \
+           IV_IO.c IV_basics.c IV_init.c IV_instance.c IV_util.c)              \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/IVL/src/,                   \
+           IVL_IO.c IVL_basics.c IVL_init.c IVL_instance.c IVL_listmanip.c     \
+           IVL_util.c)                                                         \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Ideq/src/,                  \
+           Ideq_basics.c Ideq_resize.c Ideq_util.c)                            \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/InpMtx/src/,                \
+           InpMtx_IO.c InpMtx_basics.c InpMtx_fullAdj.c InpMtx_init.c          \
+           InpMtx_input.c InpMtx_instance.c InpMtx_permute.c InpMtx_util.c)    \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Lock/src/,                  \
+           Lock_basics.c Lock_init.c Lock_util.c)                              \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/MSMD/src/,                  \
+           MSMD_MSMDinfo.c MSMD_MSMDvtx.c MSMD_basics.c MSMD_cleanReachSet.c   \
+           MSMD_eliminate.c MSMD_findInodes.c MSMD_frontETree.c MSMD_init.c    \
+           MSMD_order.c MSMD_update.c)                                         \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Network/src/,               \
+           Network_IO.c Network_addArc.c Network_augmentPath.c                 \
+           Network_basics.c Network_findAugmentingPath.c Network_findMaxFlow.c \
+           Network_findMincut.c Network_init.c)                                \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Pencil/src/,                \
+           Pencil_IO.c Pencil_basics.c Pencil_init.c)                          \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/SubMtx/src/,                \
+           SubMtx_IO.c SubMtx_basics.c SubMtx_init.c SubMtx_instance.c         \
+           SubMtx_scalevec.c SubMtx_solve.c SubMtx_solveH.c SubMtx_solveT.c    \
+           SubMtx_solveupd.c SubMtx_solveupdH.c SubMtx_solveupdT.c             \
+           SubMtx_sort.c SubMtx_util.c)                                        \
+         $(SPEC_BENCH_DIR)/src/SPOOLES/SubMtxList/src/SubMtxList_util.c        \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/SubMtxManager/src/,         \
+           SubMtxManager_basics.c SubMtxManager_init.c SubMtxManager_util.c)   \
+         $(SPEC_BENCH_DIR)/src/SPOOLES/SymbFac/src/SymbFac_symbfac.c           \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Tree/src/,                  \
+           Tree_IO.c Tree_basics.c Tree_compress.c Tree_init.c Tree_metrics.c  \
+           Tree_perms.c Tree_util.c)                                           \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/Utilities/src/,             \
+           Utilities_CV.c Utilities_DV.c Utilities_I2OP.c Utilities_IP.c       \
+           Utilities_IV.c Utilities_PIV.c Utilities_ZV.c Utilities_iohb.c      \
+           Utilities_newsort.c Utilities_sortAndCompress.c)                    \
+         $(addprefix $(SPEC_BENCH_DIR)/src/SPOOLES/ZV/src/,                    \
+           ZV_basics.c ZV_init.c ZV_instance.c)                                \
+         $(SPEC_BENCH_DIR)/src/SPOOLES/misc/src/misc_orderViaBestOfNDandMS.c
 
 include ../../Makefile.spec2006
 include $(PROJ_SRC_ROOT)/Makefile.FORTRAN






More information about the llvm-commits mailing list