Skip to content

Commit

Permalink
Temporarily disable multi-threaded FFTW
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Mar 18, 2017
1 parent 995b443 commit 04cd91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ end
y = sin.(x)

@testset "LombScargle.trig_sum!" begin
FFTW.set_num_threads(2)
info("Multi-threading in FFTW enabled")
# FFTW.set_num_threads(2)
# info("Multi-threading in FFTW enabled")
N = 10
Nfft = nextpow2(5N)
bfft_vec = Vector{Complex{Float64}}(Nfft)
Expand Down

0 comments on commit 04cd91c

Please sign in to comment.