EESSI / software-layer

Software layer of the EESSI project
https://eessi.github.io/docs/software_layer
GNU General Public License v2.0
21 stars 46 forks source link

distribute building of software layer across nodes in a cluster #144

Open boegel opened 2 years ago

boegel commented 2 years ago

We're currently always using a single node to build the software layer, it would be nice to have support for leveraging a pool of available nodes, which should significantly speed up the process.

TODOs:

amadio commented 2 years ago

Have you looked at using distcc? I never tried it on prefix, I wonder if that would work at least for the compatibility layer.