Skip to content

Commit

Permalink
increase fftw threads
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Apr 18, 2024
1 parent 8170a27 commit 3063eee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.7"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Expand Down
4 changes: 3 additions & 1 deletion src/QuantumFluidSpectra.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module QuantumFluidSpectra

using Tullio
using FFTW
using Hwloc
using FFTW
FFTW.set_num_threads(num_physical_cores())
using SpecialFunctions
using PaddedViews
using UnPack
Expand Down

0 comments on commit 3063eee

Please sign in to comment.