Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs =================================================================== diff -u -r6501 -r6502 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6501) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/MacroStabilityInwards/MacroStabilityInwardsKernelWrapper.cs (.../MacroStabilityInwardsKernelWrapper.cs) (revision 6502) @@ -521,6 +521,8 @@ private static MacroStabilityOutputItem DetemineLeadingOutputItem(List stabilityOutputItems) { + // #The temporary hack. To check if this is the cause of the multicore problem + return stabilityOutputItems[0]; if (stabilityOutputItems.Count == 1) { return stabilityOutputItems[0];