Skip to content

Fix huge on linux-gcc#29

Merged
zdk123 merged 5 commits intomasterfrom
fix/huge-on-linux
Mar 28, 2026
Merged

Fix huge on linux-gcc#29
zdk123 merged 5 commits intomasterfrom
fix/huge-on-linux

Conversation

@zdk123
Copy link
Copy Markdown
Owner

@zdk123 zdk123 commented Mar 28, 2026

CRAN checks are failing on linux GCC flavors. Huge 1.5+ is now using libomp for multi-threading but this doesn't work when combined with multi-core ( OpenMP+mclapply fork deadlocks).

Therefore, I need to switch to parLapply and use a PSOCK cluster. However, data has to be copied in RAM so that's a bummer. We do get parallel workflows on windows now so that's a plus.

Bumps to v0.3.13.

@zdk123 zdk123 merged commit 627461e into master Mar 28, 2026
5 of 7 checks passed
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.

1 participant