Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-compilation does not keep nodes busy #628

Open
Aang23 opened this issue Jan 23, 2024 · 0 comments
Open

Cross-compilation does not keep nodes busy #628

Aang23 opened this issue Jan 23, 2024 · 0 comments

Comments

@Aang23
Copy link

Aang23 commented Jan 23, 2024

Hello,
I am attempting to use icecc to speed up building some large codebase on aarch64 by using a few x86_64 nodes in my network. I have generated the toolchain files and the nodes are able to compile.

However, while everything works as expected for a few moments after running make -j40, things quickly go wrong.

Screenshot from 2024-01-23 23-16-56

After only a little while, only the aarch64 node I'm building on is kept fully busy while x64 nodes are only fed a job once in a while.

Screenshot from 2024-01-23 23-17-33

This ends up being barely faster than compiling solely on the host. This issue is not present when compiling over several aarch64 systems, or on several x64 systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant