carstenbauer / ThreadPinning.jl

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

MPI Extension for Julia >= 1.9 + Distributed support (Single node only) #64

Closed carstenbauer closed 1 month ago

carstenbauer commented 1 year ago

... so that we can implement pinthreads_mpi and pinthreads_distributed based on the actual rank / worker id information.

See #61. (Doesn't close it because in this PR we focus only on a single node.)

carstenbauer commented 1 month ago

Superseded by #99 and #100