JuliaDynamics / DiscreteEvents.jl

Discrete event generation and simulation in Julia
MIT License
56 stars 10 forks source link

Dynamical multi-threading is not safe #38

Closed pbayer closed 1 year ago

pbayer commented 3 years ago

To do

pbayer commented 3 years ago

As a temporary fix remove test_threads2.jl from test_threads.jl

pbayer commented 1 year ago

Dynamical multi-threading in DiscreteEvents has been broken by Julia's new threading capabilities in 1.7 and 1.8.

Therefore (for v0.3.5, see issue #46 )

  1. I remove exports and documentation of PClock, fork!, collapse!, pclock and diagnose
  2. I cancel testing of those functions altogether
  3. I open a new issue #47
  4. I close this issue