Skip to content

Commit

Permalink
using fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Apr 19, 2020
1 parent 1317ded commit 0a8fa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Mads"
uuid = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
version = "0.10.3"
version = "0.10.4"

[deps]
AffineInvariantMCMC = "a0f608ac-68d0-5108-ad9a-0cdca73324f3"
Expand Down
2 changes: 1 addition & 1 deletion src-interactive/MadsParallel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function setprocs(np::Integer, nt::Integer)
if n > 0
Distributed.addprocs(n)
elseif n < 0
Distributed.rmprocs()(Distributed.workers()[end+n+1:end])
Distributed.rmprocs(Distributed.workers()[end+n+1:end])
end
BLAS.set_num_threads(nt)
sleep(0.1)
Expand Down

0 comments on commit 0a8fa1a

Please sign in to comment.