|
|
|
|
|
by hbogert
1112 days ago
|
|
Assuming you don't use NFS to continuously read and write, I think it would be fine. Compiling is generally speaking CPU bound.
Even the website mentions that it just copies all preprocessed code to the workers, so I expect this to be a one-time overhead per job. |
|