Skip to content

Commit 1d442ca

Browse files
committed
Merge branch 'dev'
2 parents 2527e5c + a00a53d commit 1d442ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/DiscreteEvents.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
A Julia package for generating and simulating discrete events. It runs on Julia
1313
`VERSION ≥ v"1.0"`. Multithreading requires `VERSION ≥ v"1.3"`.
1414
15+
Its Github repo is [https://github.com/pbayer/DiscreteEvents.jl].
16+
1517
The current stable, registered version is installed with
1618
```julia
1719
pkg> add DiscreteEvents

test/test_threads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clk = Clock()
1313
if VERSION v"1.3"
1414
if nthreads() > 1
1515
include("test_threads1.jl")
16-
include("test_threads2.jl")
16+
# include("test_threads2.jl")
1717
else
1818
@test_warn "no parallel threads available!" fork!(clk)
1919
end

0 commit comments

Comments
 (0)