We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2527e5c + a00a53d commit 1d442caCopy full SHA for 1d442ca
src/DiscreteEvents.jl
@@ -12,6 +12,8 @@
12
A Julia package for generating and simulating discrete events. It runs on Julia
13
`VERSION ≥ v"1.0"`. Multithreading requires `VERSION ≥ v"1.3"`.
14
15
+Its Github repo is [https://github.com/pbayer/DiscreteEvents.jl].
16
+
17
The current stable, registered version is installed with
18
```julia
19
pkg> add DiscreteEvents
test/test_threads.jl
@@ -13,7 +13,7 @@ clk = Clock()
if VERSION ≥ v"1.3"
if nthreads() > 1
include("test_threads1.jl")
- include("test_threads2.jl")
+ # include("test_threads2.jl")
else
@test_warn "no parallel threads available!" fork!(clk)
end
0 commit comments