Changeset 10308


Ignore:
Timestamp:
10/26/11 08:17:08 (13 years ago)
Author:
seroussi
Message:

fixed Makefile for Dakota

Location:
issm/trunk/src/c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Makefile.am

    r10300 r10308  
    1616endif
    1717endif
    18 
    1918#}}}
    2019
    2120#Our sources
    2221#Core sources{{{1
    23 core_sources   =    ./include/macros.h\
     22core_sources   = ./include/macros.h\
    2423                                        ./include/typedefs.h\
    2524                                        ./include/types.h\
     
    349348#}}}
    350349#DAKOTA sources  {{{1
    351 dakota_sources     = ./objects/DakotaPlugin.h\
     350dakota_sources = ./objects/DakotaPlugin.h\
    352351                                          ./objects/DakotaPlugin.cpp\
    353352                                          ./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h\
     
    364363                                          ./modules/Dakotax/DakotaFree.cpp\
    365364                                          ./modules/Dakotax/SpawnCore.cpp\
    366                                           ./modules/Dakotax/SpawnCoreSerial.cpp\
    367365                                          ./modules/Dakotax/DescriptorIndex.cpp\
    368366                                          ./modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp\
    369367                                          ./modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp\
    370368                                          ./modules/AverageOntoPartitionx/AverageOntoPartitionx.h
     369dakota_psources= ./modules/Dakotax/SpawnCoreParallel.cpp
    371370#}}}
    372371#Transient sources  {{{1
    373 transient_sources  =   ./modules/ModelProcessorx/Transient/UpdateElementsTransient.cpp
    374 transient_psources  =  ./solutions/transient_core.cpp
     372transient_sources  = ./modules/ModelProcessorx/Transient/UpdateElementsTransient.cpp
     373transient_psources = ./solutions/transient_core.cpp
    375374#}}}
    376375#Steadystate sources  {{{1
    377376steadystate_psources = ./solutions/steadystate_core.cpp\
    378                                           ./solutions/steadystateconvergence.cpp
     377                                                ./solutions/steadystateconvergence.cpp
    379378#}}}
    380379#Prognostic sources  {{{1
    381 prognostic_sources =  ./modules/ModelProcessorx/Prognostic/UpdateElementsPrognostic.cpp\
    382                                            ./modules/ModelProcessorx/Prognostic/CreateNodesPrognostic.cpp\
    383                                            ./modules/ModelProcessorx/Prognostic/CreateConstraintsPrognostic.cpp\
    384                                            ./modules/ModelProcessorx/Prognostic/CreateLoadsPrognostic.cpp
    385 prognostic_psources =  ./solutions/prognostic_core.cpp
    386 
     380prognostic_sources = ./modules/ModelProcessorx/Prognostic/UpdateElementsPrognostic.cpp\
     381                                              ./modules/ModelProcessorx/Prognostic/CreateNodesPrognostic.cpp\
     382                                              ./modules/ModelProcessorx/Prognostic/CreateConstraintsPrognostic.cpp\
     383                                              ./modules/ModelProcessorx/Prognostic/CreateLoadsPrognostic.cpp
     384prognostic_psources = ./solutions/prognostic_core.cpp
    387385#}}}
    388386#Thermal sources  {{{1
    389 thermal_sources =      ./modules/ModelProcessorx/Thermal/UpdateElementsThermal.cpp\
     387thermal_sources = ./modules/ModelProcessorx/Thermal/UpdateElementsThermal.cpp\
    390388                                           ./modules/ModelProcessorx/Thermal/CreateNodesThermal.cpp\
    391389                                           ./modules/ModelProcessorx/Thermal/CreateConstraintsThermal.cpp\
     
    403401                                           ./modules/ResetConstraintsx/ThermalConstraintsReset.cpp
    404402
    405 thermal_psources =      ./solutions/thermal_core.cpp\
    406                                            ./solutions/thermal_core_step.cpp\
    407                                            ./solutions/enthalpy_core.cpp\
    408                                            ./solvers/solver_thermal_nonlinear.cpp
     403thermal_psources = ./solutions/thermal_core.cpp\
     404                                            ./solutions/thermal_core_step.cpp\
     405                                            ./solutions/enthalpy_core.cpp\
     406                                            ./solvers/solver_thermal_nonlinear.cpp
    409407#}}}
    410408#Control sources  {{{1
    411 control_sources =    ./modules/ControlInputGetGradientx/ControlInputGetGradientx.cpp\
     409control_sources= ./modules/ControlInputGetGradientx/ControlInputGetGradientx.cpp\
    412410                                          ./modules/ControlInputGetGradientx/ControlInputGetGradientx.h\
    413411                                          ./modules/ControlInputSetGradientx/ControlInputSetGradientx.cpp\
     
    449447                                          ./shared/Numerics/OptFunc.cpp
    450448
    451 control_psources =     ./solutions/control_core.cpp\
     449control_psources=./solutions/control_core.cpp\
    452450                                          ./solutions/controltao_core.cpp\
    453451                                          ./solutions/controlrestart.cpp\
     
    462460#}}}
    463461#Hydrology sources  {{{1
    464 hydrology_sources  =  ./modules/ModelProcessorx/Hydrology/UpdateElementsHydrology.cpp\
    465                                           ./modules/ModelProcessorx/Hydrology/CreateNodesHydrology.cpp\
    466                                           ./modules/ModelProcessorx/Hydrology/CreateConstraintsHydrology.cpp\
    467                                           ./modules/ModelProcessorx/Hydrology/CreateLoadsHydrology.cpp
     462hydrology_sources  = ./modules/ModelProcessorx/Hydrology/UpdateElementsHydrology.cpp\
     463                                              ./modules/ModelProcessorx/Hydrology/CreateNodesHydrology.cpp\
     464                                              ./modules/ModelProcessorx/Hydrology/CreateConstraintsHydrology.cpp\
     465                                              ./modules/ModelProcessorx/Hydrology/CreateLoadsHydrology.cpp
    468466                                         
    469467hydrology_psources  = ./solutions/hydrology_core.cpp\
    470                                           ./solutions/hydrology_core_step.cpp
     468                                               ./solutions/hydrology_core_step.cpp
    471469#}}}
    472470#Diagnostic sources  {{{1
    473471diagnostic_sources = ./modules/ModelProcessorx/DiagnosticHoriz/UpdateElementsDiagnosticHoriz.cpp\
    474                                           ./modules/ModelProcessorx/DiagnosticHoriz/CreateNodesDiagnosticHoriz.cpp \
    475                                           ./modules/ModelProcessorx/DiagnosticHoriz/CreateConstraintsDiagnosticHoriz.cpp \
    476                                           ./modules/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp\
    477                                           ./modules/ModelProcessorx/DiagnosticVert/UpdateElementsDiagnosticVert.cpp\
    478                                           ./modules/ModelProcessorx/DiagnosticVert/CreateNodesDiagnosticVert.cpp \
    479                                           ./modules/ModelProcessorx/DiagnosticVert/CreateConstraintsDiagnosticVert.cpp \
    480                                           ./modules/ModelProcessorx/DiagnosticVert/CreateLoadsDiagnosticVert.cpp\
    481                                           ./modules/ModelProcessorx/DiagnosticHutter/UpdateElementsDiagnosticHutter.cpp\
    482                                           ./modules/ModelProcessorx/DiagnosticHutter/CreateNodesDiagnosticHutter.cpp \
    483                                           ./modules/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp \
    484                                           ./modules/ModelProcessorx/DiagnosticHutter/CreateLoadsDiagnosticHutter.cpp
    485 diagnostic_psources = ./solutions/diagnostic_core.cpp\
    486                                           ./solvers/solver_stokescoupling_nonlinear.cpp
     472                                              ./modules/ModelProcessorx/DiagnosticHoriz/CreateNodesDiagnosticHoriz.cpp \
     473                                              ./modules/ModelProcessorx/DiagnosticHoriz/CreateConstraintsDiagnosticHoriz.cpp \
     474                                              ./modules/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp\
     475                                              ./modules/ModelProcessorx/DiagnosticVert/UpdateElementsDiagnosticVert.cpp\
     476                                              ./modules/ModelProcessorx/DiagnosticVert/CreateNodesDiagnosticVert.cpp \
     477                                              ./modules/ModelProcessorx/DiagnosticVert/CreateConstraintsDiagnosticVert.cpp \
     478                                              ./modules/ModelProcessorx/DiagnosticVert/CreateLoadsDiagnosticVert.cpp\
     479                                              ./modules/ModelProcessorx/DiagnosticHutter/UpdateElementsDiagnosticHutter.cpp\
     480                                              ./modules/ModelProcessorx/DiagnosticHutter/CreateNodesDiagnosticHutter.cpp \
     481                                              ./modules/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp \
     482                                              ./modules/ModelProcessorx/DiagnosticHutter/CreateLoadsDiagnosticHutter.cpp
     483diagnostic_psources =./solutions/diagnostic_core.cpp\
     484                                              ./solvers/solver_stokescoupling_nonlinear.cpp
    487485#}}}
    488486#Balanced sources  {{{1
    489487balanced_sources = ./modules/ModelProcessorx/Balancethickness/UpdateElementsBalancethickness.cpp\
    490                                           ./modules/ModelProcessorx/Balancethickness/CreateNodesBalancethickness.cpp\
    491                                           ./modules/ModelProcessorx/Balancethickness/CreateConstraintsBalancethickness.cpp\
    492                                           ./modules/ModelProcessorx/Balancethickness/CreateLoadsBalancethickness.cpp
     488                                            ./modules/ModelProcessorx/Balancethickness/CreateNodesBalancethickness.cpp\
     489                                            ./modules/ModelProcessorx/Balancethickness/CreateConstraintsBalancethickness.cpp\
     490                                            ./modules/ModelProcessorx/Balancethickness/CreateLoadsBalancethickness.cpp
    493491balanced_psources = ./solutions/balancethickness_core.cpp
    494492#}}}
    495493#Responses sources  {{{1
    496 responses_sources =   ./modules/MinVelx/MinVelx.h\
    497                                           ./modules/MinVelx/MinVelx.cpp\
    498                                           ./modules/MaxVelx/MaxVelx.h\
    499                                           ./modules/MaxVelx/MaxVelx.cpp\
    500                                           ./modules/MaxAbsVxx/MaxAbsVxx.h\
    501                                           ./modules/MaxAbsVxx/MaxAbsVxx.cpp\
    502                                           ./modules/MaxAbsVyx/MaxAbsVyx.h\
    503                                           ./modules/MaxAbsVyx/MaxAbsVyx.cpp\
    504                                           ./modules/MaxAbsVzx/MaxAbsVzx.h\
    505                                           ./modules/MaxAbsVzx/MaxAbsVzx.cpp\
    506                                           ./modules/MaxVxx/MaxVxx.h\
    507                                           ./modules/MaxVxx/MaxVxx.cpp\
    508                                           ./modules/MaxVyx/MaxVyx.h\
    509                                           ./modules/MaxVyx/MaxVyx.cpp\
    510                                           ./modules/MaxVzx/MaxVzx.h\
    511                                           ./modules/MaxVzx/MaxVzx.cpp\
    512                                           ./modules/MinVxx/MinVxx.h\
    513                                           ./modules/MinVxx/MinVxx.cpp\
    514                                           ./modules/MinVyx/MinVyx.h\
    515                                           ./modules/MinVyx/MinVyx.cpp\
    516                                           ./modules/MinVzx/MinVzx.h\
    517                                           ./modules/MinVzx/MinVzx.cpp\
    518                                           ./modules/IceVolumex/IceVolumex.h\
    519                                           ./modules/IceVolumex/IceVolumex.cpp\
    520                                           ./modules/RheologyBbarx/RheologyBbarx.cpp\
    521                                           ./modules/RheologyBbarx/RheologyBbarx.h\
    522                                           ./modules/MassFluxx/MassFluxx.cpp\
    523                                           ./modules/MassFluxx/MassFluxx.h
     494responses_sources = ./modules/MinVelx/MinVelx.h\
     495                                             ./modules/MinVelx/MinVelx.cpp\
     496                                             ./modules/MaxVelx/MaxVelx.h\
     497                                             ./modules/MaxVelx/MaxVelx.cpp\
     498                                             ./modules/MaxAbsVxx/MaxAbsVxx.h\
     499                                             ./modules/MaxAbsVxx/MaxAbsVxx.cpp\
     500                                             ./modules/MaxAbsVyx/MaxAbsVyx.h\
     501                                             ./modules/MaxAbsVyx/MaxAbsVyx.cpp\
     502                                             ./modules/MaxAbsVzx/MaxAbsVzx.h\
     503                                             ./modules/MaxAbsVzx/MaxAbsVzx.cpp\
     504                                             ./modules/MaxVxx/MaxVxx.h\
     505                                             ./modules/MaxVxx/MaxVxx.cpp\
     506                                             ./modules/MaxVyx/MaxVyx.h\
     507                                             ./modules/MaxVyx/MaxVyx.cpp\
     508                                             ./modules/MaxVzx/MaxVzx.h\
     509                                             ./modules/MaxVzx/MaxVzx.cpp\
     510                                             ./modules/MinVxx/MinVxx.h\
     511                                             ./modules/MinVxx/MinVxx.cpp\
     512                                             ./modules/MinVyx/MinVyx.h\
     513                                             ./modules/MinVyx/MinVyx.cpp\
     514                                             ./modules/MinVzx/MinVzx.h\
     515                                             ./modules/MinVzx/MinVzx.cpp\
     516                                             ./modules/IceVolumex/IceVolumex.h\
     517                                             ./modules/IceVolumex/IceVolumex.cpp\
     518                                             ./modules/RheologyBbarx/RheologyBbarx.cpp\
     519                                             ./modules/RheologyBbarx/RheologyBbarx.h\
     520                                             ./modules/MassFluxx/MassFluxx.cpp\
     521                                             ./modules/MassFluxx/MassFluxx.h
    524522#}}}
    525523#Slope sources  {{{1
    526 slope_sources =       ./modules/ModelProcessorx/BedSlope/UpdateElementsBedSlope.cpp\
     524slope_sources =  ./modules/ModelProcessorx/BedSlope/UpdateElementsBedSlope.cpp\
    527525                                          ./modules/ModelProcessorx/BedSlope/CreateNodesBedSlope.cpp \
    528526                                          ./modules/ModelProcessorx/BedSlope/CreateConstraintsBedSlope.cpp\
     
    532530                                          ./modules/ModelProcessorx/SurfaceSlope/CreateConstraintsSurfaceSlope.cpp\
    533531                                          ./modules/ModelProcessorx/SurfaceSlope/CreateLoadsSurfaceSlope.cpp
    534 slope_psources =       ./solutions/surfaceslope_core.cpp\
     532slope_psources = ./solutions/surfaceslope_core.cpp\
    535533                                          ./solutions/bedslope_core.cpp
    536534#}}}
    537535#Groundingline sources  {{{1
    538536groundingline_sources= ./modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp\
    539                                            ./modules/GroundinglineMigrationx/GroundinglineMigrationx.h\
    540                                            ./modules/GroundinglineMigrationx/GroundinglineMigrationxLocal.h\
    541                                            ./modules/GroundinglineMigrationx/GroundinglineMigrationxUtils.cpp
     537                                                ./modules/GroundinglineMigrationx/GroundinglineMigrationx.h\
     538                                                ./modules/GroundinglineMigrationx/GroundinglineMigrationxLocal.h\
     539                                                ./modules/GroundinglineMigrationx/GroundinglineMigrationxUtils.cpp
    542540#}}}
    543541#Rifts sources  {{{1
    544542rifts_sources = ./objects/Loads/Riftfront.cpp\
    545                                 ./objects/Loads/Riftfront.h\
    546                                 ./modules/ConstraintsStatex/RiftConstraintsState.cpp
     543                                    ./objects/Loads/Riftfront.h\
     544                                    ./modules/ConstraintsStatex/RiftConstraintsState.cpp
    547545#}}}
    548546#3D sources  {{{1
    549547threed_sources = ./objects/Gauss/GaussPenta.h\
    550                                  ./objects/Gauss/GaussPenta.cpp\
    551                                  ./objects/ElementResults/PentaVertexElementResult.h\
    552                                  ./objects/ElementResults/PentaVertexElementResult.cpp\
    553                                  ./objects/Inputs/PentaVertexInput.h\
    554                                  ./objects/Inputs/PentaVertexInput.cpp\
    555                                  ./objects/Elements/Penta.h\
    556                                  ./objects/Elements/Penta.cpp\
    557                                  ./objects/Elements/PentaHook.h\
    558                                  ./objects/Elements/PentaHook.cpp\
    559                                  ./objects/Elements/PentaRef.h\
    560                                  ./objects/Elements/PentaRef.cpp
     548                                     ./objects/Gauss/GaussPenta.cpp\
     549                                     ./objects/ElementResults/PentaVertexElementResult.h\
     550                                     ./objects/ElementResults/PentaVertexElementResult.cpp\
     551                                     ./objects/Inputs/PentaVertexInput.h\
     552                                     ./objects/Inputs/PentaVertexInput.cpp\
     553                                     ./objects/Elements/Penta.h\
     554                                     ./objects/Elements/Penta.cpp\
     555                                     ./objects/Elements/PentaHook.h\
     556                                     ./objects/Elements/PentaHook.cpp\
     557                                     ./objects/Elements/PentaRef.h\
     558                                     ./objects/Elements/PentaRef.cpp
    561559#}}}
    562560#Bamg sources  {{{1
     
    628626#Kml sources  {{{1
    629627kml_sources = ./modules/Exp2Kmlx/Exp2Kmlx.h\
    630                           ./modules/Exp2Kmlx/Exp2Kmlx.cpp\
    631                           ./modules/Kml2Expx/Kml2Expx.h\
    632                           ./modules/Kml2Expx/Kml2Expx.cpp\
    633                           ./modules/Shp2Kmlx/Shp2Kmlx.h\
    634                           ./modules/Shp2Kmlx/Shp2Kmlx.cpp\
    635                           ./objects/KML/KML_Attribute.cpp\
    636                           ./objects/KML/KML_Attribute.h\
    637                           ./objects/KML/KML_ColorStyle.cpp\
    638                           ./objects/KML/KML_ColorStyle.h\
    639                           ./objects/KML/KML_Container.cpp\
    640                           ./objects/KML/KML_Container.h\
    641                           ./objects/KML/KML_Document.cpp\
    642                           ./objects/KML/KML_Document.h\
    643                           ./objects/KML/KML_Feature.cpp\
    644                           ./objects/KML/KML_Feature.h\
    645                           ./objects/KML/KML_File.cpp\
    646                           ./objects/KML/KML_File.h\
    647                           ./objects/KML/KML_Folder.cpp\
    648                           ./objects/KML/KML_Folder.h\
    649                           ./objects/KML/KML_Geometry.cpp\
    650                           ./objects/KML/KML_Geometry.h\
    651                           ./objects/KML/KML_GroundOverlay.cpp\
    652                           ./objects/KML/KML_GroundOverlay.h\
    653                           ./objects/KML/KML_Icon.cpp\
    654                           ./objects/KML/KML_Icon.h\
    655                           ./objects/KML/KML_LatLonBox.cpp\
    656                           ./objects/KML/KML_LatLonBox.h\
    657                           ./objects/KML/KML_LinearRing.cpp\
    658                           ./objects/KML/KML_LinearRing.h\
    659                           ./objects/KML/KML_LineString.cpp\
    660                           ./objects/KML/KML_LineString.h\
    661                           ./objects/KML/KML_LineStyle.cpp\
    662                           ./objects/KML/KML_LineStyle.h\
    663                           ./objects/KML/KML_MultiGeometry.cpp\
    664                           ./objects/KML/KML_MultiGeometry.h\
    665                           ./objects/KML/KML_Object.cpp\
    666                           ./objects/KML/KML_Object.h\
    667                           ./objects/KML/KML_Overlay.cpp\
    668                           ./objects/KML/KML_Overlay.h\
    669                           ./objects/KML/KML_Point.cpp\
    670                           ./objects/KML/KML_Point.h\
    671                           ./objects/KML/KML_Placemark.cpp\
    672                           ./objects/KML/KML_Placemark.h\
    673                           ./objects/KML/KML_Polygon.cpp\
    674                           ./objects/KML/KML_Polygon.h\
    675                           ./objects/KML/KML_PolyStyle.cpp\
    676                           ./objects/KML/KML_PolyStyle.h\
    677                           ./objects/KML/KML_Style.cpp\
    678                           ./objects/KML/KML_Style.h\
    679                           ./objects/KML/KML_StyleSelector.cpp\
    680                           ./objects/KML/KML_StyleSelector.h\
    681                           ./objects/KML/KML_SubStyle.cpp\
    682                           ./objects/KML/KML_SubStyle.h\
    683                           ./objects/KML/KMLFileReadUtils.cpp\
    684                           ./objects/KML/KMLFileReadUtils.h
     628                             ./modules/Exp2Kmlx/Exp2Kmlx.cpp\
     629                             ./modules/Kml2Expx/Kml2Expx.h\
     630                             ./modules/Kml2Expx/Kml2Expx.cpp\
     631                             ./modules/Shp2Kmlx/Shp2Kmlx.h\
     632                             ./modules/Shp2Kmlx/Shp2Kmlx.cpp\
     633                             ./objects/KML/KML_Attribute.cpp\
     634                             ./objects/KML/KML_Attribute.h\
     635                             ./objects/KML/KML_ColorStyle.cpp\
     636                             ./objects/KML/KML_ColorStyle.h\
     637                             ./objects/KML/KML_Container.cpp\
     638                             ./objects/KML/KML_Container.h\
     639                             ./objects/KML/KML_Document.cpp\
     640                             ./objects/KML/KML_Document.h\
     641                             ./objects/KML/KML_Feature.cpp\
     642                             ./objects/KML/KML_Feature.h\
     643                             ./objects/KML/KML_File.cpp\
     644                             ./objects/KML/KML_File.h\
     645                             ./objects/KML/KML_Folder.cpp\
     646                             ./objects/KML/KML_Folder.h\
     647                             ./objects/KML/KML_Geometry.cpp\
     648                             ./objects/KML/KML_Geometry.h\
     649                             ./objects/KML/KML_GroundOverlay.cpp\
     650                             ./objects/KML/KML_GroundOverlay.h\
     651                             ./objects/KML/KML_Icon.cpp\
     652                             ./objects/KML/KML_Icon.h\
     653                             ./objects/KML/KML_LatLonBox.cpp\
     654                             ./objects/KML/KML_LatLonBox.h\
     655                             ./objects/KML/KML_LinearRing.cpp\
     656                             ./objects/KML/KML_LinearRing.h\
     657                             ./objects/KML/KML_LineString.cpp\
     658                             ./objects/KML/KML_LineString.h\
     659                             ./objects/KML/KML_LineStyle.cpp\
     660                             ./objects/KML/KML_LineStyle.h\
     661                             ./objects/KML/KML_MultiGeometry.cpp\
     662                             ./objects/KML/KML_MultiGeometry.h\
     663                             ./objects/KML/KML_Object.cpp\
     664                             ./objects/KML/KML_Object.h\
     665                             ./objects/KML/KML_Overlay.cpp\
     666                             ./objects/KML/KML_Overlay.h\
     667                             ./objects/KML/KML_Point.cpp\
     668                             ./objects/KML/KML_Point.h\
     669                             ./objects/KML/KML_Placemark.cpp\
     670                             ./objects/KML/KML_Placemark.h\
     671                             ./objects/KML/KML_Polygon.cpp\
     672                             ./objects/KML/KML_Polygon.h\
     673                             ./objects/KML/KML_PolyStyle.cpp\
     674                             ./objects/KML/KML_PolyStyle.h\
     675                             ./objects/KML/KML_Style.cpp\
     676                             ./objects/KML/KML_Style.h\
     677                             ./objects/KML/KML_StyleSelector.cpp\
     678                             ./objects/KML/KML_StyleSelector.h\
     679                             ./objects/KML/KML_SubStyle.cpp\
     680                             ./objects/KML/KML_SubStyle.h\
     681                             ./objects/KML/KMLFileReadUtils.cpp\
     682                             ./objects/KML/KMLFileReadUtils.h
    685683#}}}
    686684#Matlab sources  {{{1
    687685matlab_sources= ./shared/Matlab/matlabshared.h\
    688                                 ./shared/Matlab/ModuleBoot.cpp\
    689                                 ./shared/Matlab/ModuleEnd.cpp\
    690                                 ./shared/Matlab/mxGetAssignedField.cpp\
    691                                 ./shared/Matlab/mxGetField.cpp\
    692                                 ./shared/Matlab/CheckNumMatlabArguments.cpp\
    693                                 ./toolkits/matlab/matlabincludes.h\
    694                                 ./toolkits/matlab/MatlabNArrayToNArray.cpp\
    695                                 ./io/Matlab/matlabio.h\
    696                                 ./io/Matlab/WriteMatlabData.cpp\
    697                                 ./io/Matlab/FetchMatlabData.cpp\
    698                                 ./io/Matlab/OptionParse.cpp
     686                                    ./shared/Matlab/ModuleBoot.cpp\
     687                                    ./shared/Matlab/ModuleEnd.cpp\
     688                                    ./shared/Matlab/mxGetAssignedField.cpp\
     689                                    ./shared/Matlab/mxGetField.cpp\
     690                                    ./shared/Matlab/CheckNumMatlabArguments.cpp\
     691                                    ./toolkits/matlab/matlabincludes.h\
     692                                    ./toolkits/matlab/MatlabNArrayToNArray.cpp\
     693                                    ./io/Matlab/matlabio.h\
     694                                    ./io/Matlab/WriteMatlabData.cpp\
     695                                    ./io/Matlab/FetchMatlabData.cpp\
     696                                    ./io/Matlab/OptionParse.cpp
    699697#}}}
    700698#Serialsources  {{{1
     
    736734                        ./modules/Chacox/chaco_seconds.cpp\
    737735                        ./modules/Chacox/user_params.cpp\
     736                        ./modules/Dakotax/SpawnCoreSerial.cpp\
    738737                        ./modules/TriaSearchx/TriaSearchx.h\
    739738                        ./modules/TriaSearchx/TriaSearchx.cpp\
     
    789788#First the core
    790789issm_sources  =  $(core_sources)
    791 issm_psources  
     790issm_psources
    792791
    793792#Now the optional source
    794793if DAKOTA
    795 issm_sources +=  $(dakota_sources)
     794issm_sources  +=  $(dakota_sources)
     795issm_psources +=  $(dakota_psources)
    796796endif
    797797
    798798if TRANSIENT
    799 issm_sources +=  $(transient_sources)
     799issm_sources  +=  $(transient_sources)
    800800issm_psources +=  $(transient_psources)
    801801endif
    802802
    803803if STEADYSTATE
    804 issm_sources +=  $(steadystate_sources)
     804issm_sources  +=  $(steadystate_sources)
    805805issm_psources +=  $(steadystate_psources)
    806806endif
    807807
    808808if PROGNOSTIC
    809 issm_sources +=  $(prognostic_sources)
     809issm_sources  +=  $(prognostic_sources)
    810810issm_psources +=  $(prognostic_psources)
    811811endif
    812812
    813813if THERMAL
    814 issm_sources +=  $(thermal_sources)
     814issm_sources  +=  $(thermal_sources)
    815815issm_psources +=  $(thermal_psources)
    816816endif
    817817
    818818if CONTROL
    819 issm_sources +=  $(control_sources)
     819issm_sources  +=  $(control_sources)
    820820issm_psources +=  $(control_psources)
    821821endif
    822822
    823823if HYDROLOGY
    824 issm_sources +=  $(hydrology_sources)
     824issm_sources  +=  $(hydrology_sources)
    825825issm_psources +=  $(hydrology_psources)
    826826endif
    827827
    828828if DIAGNOSTIC
    829 issm_sources +=  $(diagnostic_sources)
     829issm_sources  +=  $(diagnostic_sources)
    830830issm_psources +=  $(diagnostic_psources)
    831831endif
    832832
    833833if BALANCED
    834 issm_sources +=  $(balanced_sources)
     834issm_sources  +=  $(balanced_sources)
    835835issm_psources +=  $(balanced_psources)
    836836endif
     
    841841
    842842if SLOPE
    843 issm_sources +=  $(slope_sources)
     843issm_sources  +=  $(slope_sources)
    844844issm_psources +=  $(slope_psources)
    845845endif
     
    856856issm_sources +=  $(threed_sources)
    857857endif
    858 
    859858#}}}
    860859
    861860#ISSM serial library {{{1
    862 libISSM_a_SOURCES = $(issm_sources)
     861libISSM_a_SOURCES  = $(issm_sources)
    863862libISSM_a_SOURCES += $(serial_sources)
    864863libISSM_a_SOURCES += $(bamg_sources)
     
    872871libISSM_a_CXXFLAGS += -DMX_COMPAT_32
    873872endif
    874 
    875873#}}}
    876874#ISSM parallel library {{{1
    877 libpISSM_a_SOURCES = $(issm_sources)
     875libpISSM_a_SOURCES  = $(issm_sources)
    878876libpISSM_a_SOURCES += $(issm_psources)
    879877libpISSM_a_CXXFLAGS = -fPIC -D_PARALLEL_   -D_C_ $(CXXOPTFLAGS)
     
    881879#Overload library, to overload any non-standard symbols. {{{1
    882880libOverload_a_SOURCES = ./shared/String/stricmp.c
    883 libOverload_a_CFLAGS = -fPIC -D_PARALLEL_   -D_C_ $(COPTFLAGS)
     881libOverload_a_CFLAGS  = -fPIC -D_PARALLEL_   -D_C_ $(COPTFLAGS)
    884882#}}}
    885883
    886884#Executable {{{1
    887 
    888885if NOPARALLEL
    889886bin_PROGRAMS =
     
    898895LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB)  $(MUMPSLIB) $(SCALAPACKLIB)  $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB)  $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(ADIC2LIB)
    899896
    900 
    901897issm_exe_SOURCES = solutions/issm.cpp
    902898issm_exe_CXXFLAGS= -fPIC -D_PARALLEL_  $(CXXOPTFLAGS) $(COPTFLAGS)
    903 
    904 #}}}
     899#}}}
  • issm/trunk/src/c/modules/Dakotax/SpawnCoreSerial.cpp

    r9797 r10308  
    1010#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1111#endif
    12 
    1312
    1413#include "../../objects/objects.h"
Note: See TracChangeset for help on using the changeset viewer.