carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
106 stars 7 forks source link

Precompilation failing on FUGAKU #75

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

Because of (among other things?) pinthreads(:numa).

giordano commented 1 year ago

For the benefit of future readers, the work around is to disable precompilation with PrecompileTools, i.e. in your environment create the file LocalPreferences.toml with content

[ThreadPinning]
precompile_workload = false