Changeset 651


Ignore:
Timestamp:
05/29/09 16:14:06 (16 years ago)
Author:
Mathieu Morlighem
Message:

Remove Dakota from Makefile for now

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

Legend:

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

    r643 r651  
    299299                                        ./objects/Result.h\
    300300                                        ./objects/Result.cpp\
    301                                         ./objects/DakotaPlugin.h\
    302                                         ./objects/DakotaPlugin.cpp\
    303301                                        ./objects/Tria.h\
    304302                                        ./objects/Tria.cpp\
     
    542540                                        ./parallel/objectivefunctionC.cpp\
    543541                                        ./parallel/GradJCompute.cpp\
    544                                         ./parallel/qmu.cpp\
    545542                                        ./parallel/SpawnCore.cpp\
    546                                         ./parallel/DakotaResponses.cpp\
    547543                                        ./parallel/ProcessResults.cpp\
    548544                                        ./parallel/OutputResults.cpp
     
    553549bin_PROGRAMS =
    554550else
    555 bin_PROGRAMS = diagnostic.exe  thermal.exe
    556 #control.exe thermal.exe prognostic.exe
     551bin_PROGRAMS = diagnostic.exe  control.exe thermal.exe prognostic.exe
    557552endif
    558553
  • issm/trunk/src/c/parallel/diagnostic.cpp

    r643 r651  
    101101                _printf_("calling qmu analysis on diagnostic core:\n");
    102102               
    103                 qmu(qmuname,&femmodels[0],inputs,DiagnosticAnalysisEnum(),NoneAnalysisEnum());
     103                //qmu(qmuname,&femmodels[0],inputs,DiagnosticAnalysisEnum(),NoneAnalysisEnum());
    104104        }
    105105
Note: See TracChangeset for help on using the changeset viewer.