Skip to content

Commit

Permalink
test 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Apr 18, 2024
1 parent cee10b6 commit b15527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuantumFluidSpectra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using FFTW
using SpecialFunctions
using PaddedViews
using UnPack
FFTW.set_num_threads(1)
FFTW.set_num_threads(8)

# fallback since fast_hypot is 2 argument only
@fastmath hypot(x::Float64, y::Float64, z::Float64)=sqrt(x^2+y^2+z^2)
Expand Down

0 comments on commit b15527b

Please sign in to comment.