Changeset 2152
- Timestamp:
- 07/09/09 10:56:34 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.CEDMA.Server/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs
r2145 r2152 107 107 } 108 108 catch (Exception badEx) { 109 HeuristicLab.Tracing.Logger.Error("CEDMA Executer: Exception in job execution thread. " + badEx.Message );109 HeuristicLab.Tracing.Logger.Error("CEDMA Executer: Exception in job execution thread. " + badEx.Message+Environment.NewLine+badEx.StackTrace); 110 110 } 111 111 } -
trunk/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs
r2130 r2152 81 81 } 82 82 83 SetProblemParameters(selectedAlgorithm, problem, targetVariable, inputVariables);84 83 85 84 if (selectedAlgorithm != null) { 85 SetProblemParameters(selectedAlgorithm, problem, targetVariable, inputVariables); 86 86 AddDispatchedRun(targetVariable, inputVariables, selectedAlgorithm.Name); 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.