Settings

Theme

Ask HN: CPU Sharing in a Cluster

3 points by abu-matterize a year ago · 5 comments · 1 min read


Is there a way to share system resources like running `make` across clusters?

Say if I've about 20 CPUs from different nodes, can I use all of them while building?

blinded a year ago

I've never done it, but bazel came to mind https://bazel.build/basics/distributed-builds

talldayo a year ago

blows dust off tome

A classic quandary: https://en.wikipedia.org/wiki/Distcc

  • abu-matterizeOP a year ago

    Interesting. I'll look into that. Just wondering if it's possible for different programming languages like Zig, Go and on?

    • stop50 a year ago

      For go you would need to change the compiler by a lot. rust may be an option, but the projects i have build had often bottlenecks where one thing in the chain took a long time.

      • abu-matterizeOP a year ago

        May be we can step up and look into the way to distributing the process instead of handling it via the language specific compilers?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection