UCX.jl
UCX.jl copied to clipboard
The Julia survey asked about what tools we use for parallelism and it mentioned UCX.jl. As I never heard of it before, I was curious and tried to find out...
This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...
https://github.com/JuliaParallel/UCX.jl/blob/6a369d8b1c60aebadde5e1036d16adb2c38459a7/src/UCX.jl#L276-L281
IIUC UCX has 3 different kinds of shmem support: - knem: https://knem.gitlabpages.inria.fr/ - xpmem: https://github.com/hjelmn/xpmem - cma: CMA uses features added in Linux 3.2 and glibc 2.15 `knem` and `xpmem`...