aivika-distributed 0.1 → 0.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Simulation/Aivika/Distributed/Optimistic/Internal/Event.hs view
@@ -573,7 +573,7 @@ t' <- liftIOUnsafe $ readIORef (queueGlobalTime q) if t' > t then error "Inconsistent time: syncLocalTime"- else if t == spcStartTime (pointSpecs p)+ else if (t == spcStartTime (pointSpecs p)) || (t' == pointTime p) then return () else do --- --- invokeEvent p logSyncLocalTime
aivika-distributed.cabal view
@@ -1,5 +1,5 @@ name: aivika-distributed-version: 0.1+version: 0.1.1 synopsis: Parallel distributed simulation library description: This package extends the Aivika library with facilities for running parallel distributed simulations.