Changeset 651
- Timestamp:
- 05/29/09 16:14:06 (16 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r643 r651 299 299 ./objects/Result.h\ 300 300 ./objects/Result.cpp\ 301 ./objects/DakotaPlugin.h\302 ./objects/DakotaPlugin.cpp\303 301 ./objects/Tria.h\ 304 302 ./objects/Tria.cpp\ … … 542 540 ./parallel/objectivefunctionC.cpp\ 543 541 ./parallel/GradJCompute.cpp\ 544 ./parallel/qmu.cpp\545 542 ./parallel/SpawnCore.cpp\ 546 ./parallel/DakotaResponses.cpp\547 543 ./parallel/ProcessResults.cpp\ 548 544 ./parallel/OutputResults.cpp … … 553 549 bin_PROGRAMS = 554 550 else 555 bin_PROGRAMS = diagnostic.exe thermal.exe 556 #control.exe thermal.exe prognostic.exe 551 bin_PROGRAMS = diagnostic.exe control.exe thermal.exe prognostic.exe 557 552 endif 558 553 -
issm/trunk/src/c/parallel/diagnostic.cpp
r643 r651 101 101 _printf_("calling qmu analysis on diagnostic core:\n"); 102 102 103 qmu(qmuname,&femmodels[0],inputs,DiagnosticAnalysisEnum(),NoneAnalysisEnum());103 //qmu(qmuname,&femmodels[0],inputs,DiagnosticAnalysisEnum(),NoneAnalysisEnum()); 104 104 } 105 105
Note:
See TracChangeset
for help on using the changeset viewer.