Skip to content

Fix race condition in parallel build (Fix #722)#783

Merged
fractalsbyx merged 2 commits intoprisms-center:masterfrom
jijn:fix/parallelbuild
Jan 16, 2026
Merged

Fix race condition in parallel build (Fix #722)#783
fractalsbyx merged 2 commits intoprisms-center:masterfrom
jijn:fix/parallelbuild

Conversation

@jijn
Copy link
Copy Markdown
Contributor

@jijn jijn commented Jan 15, 2026

  • Please check if the PR fulfills these requirements
  • The PR follows our guidelines (formatting & style)
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

I put template_instantiations outside of the for loop, sine it is the same for all targets.

  • What is the current behavior? (You can also link to an open issue here)
    Old code has racing issue when build with multiple cores.

  • What is the new behavior (if this is a feature change)?
    build applications with multiple cores without issue

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No

  • Other information:
    NA

@fractalsbyx fractalsbyx added this pull request to the merge queue Jan 16, 2026
Merged via the queue into prisms-center:master with commit 8a6096b Jan 16, 2026
3 checks passed
@jijn jijn deleted the fix/parallelbuild branch January 20, 2026 20:59
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.

Error when compiling application for first-time on multiple cores

2 participants