You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake build type Release made a 5x difference in my tests, new build for that is on the way: JuliaPackaging/Yggdrasil#8956
Did not see much difference in rudimentary tests from changing gcc version and FFTW parallelization. Will not change for now, but may revisit after ongoing round of FINUFFT optimizations have been released.
The flags used in https://github.com/JuliaPackaging/Yggdrasil/blob/dbe6fe9649dc72119f1bc3f39f8a14e1c0552fd6/F/finufft/build_tarballs.jl#L24 mean:
The package relies on fftw julia package which builds with ptreads. Is there an issue with omp and Julia?
One can do:
-DFINUFFT_FFTW_LIBRARIES=DOWNLOAD
then finufft downloads, builds and static links fftw.preferred gcc version: refer to flatironinstitute/finufft#452
The text was updated successfully, but these errors were encountered: