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

Revised number of build jobs for resources #585

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

volkm
Copy link
Contributor

@volkm volkm commented Jul 23, 2024

The multi-threaded build lead to build issues in cudd for me (Docker on M3): make resources -j2 lead to the error write jobserver: Bad file descriptor. Single-threaded build with make resources -j1 was successful. I set the number of threads for cudd to 1 now.

For some other resources, I enabled multi-threaded build.

@sjunges
Copy link
Contributor

sjunges commented Jul 23, 2024

I dont really understand where this bug comes from, but the fix seems fine :-)

@volkm
Copy link
Contributor Author

volkm commented Jul 24, 2024

I also have no real idea what the root cause of this bug is. I searched a bit but could not find anything meaningful apart from disabling multi-threaded build. So that is what we do now :).

@volkm volkm merged commit 919069f into moves-rwth:master Jul 24, 2024
15 checks passed
@volkm volkm deleted the jobcount branch July 24, 2024 07:07
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

Successfully merging this pull request may close these issues.

2 participants