Skip to content

fix: windows compilation of hash maps tests and increase stack size avoiding segfaults #988

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jalvesz
Copy link
Contributor

@jalvesz jalvesz commented Apr 25, 2025

This PR addresses #979 and #971 partially.

For intel compiler some dependencies with mvsc need to be managed.

Another problem is the stack memory size limit that needs to be increased for Windows.

cc @R-Goc @zoziha @jvdp1 @perazz

@jalvesz jalvesz changed the title fix windows compilation of hash maps tests and increase stack size avoiding segfaults fix: windows compilation of hash maps tests and increase stack size avoiding segfaults Apr 25, 2025
@R-Goc
Copy link

R-Goc commented Apr 25, 2025

Ideally there would be a way to avoid the issues with the libs, instead of fixing them this way, but it seems to work.

@R-Goc
Copy link

R-Goc commented Apr 26, 2025

Also this may warrant adding the intel oneapi llvm compiler on windows to the compilers which work, but aren't tested in the readme.

@jalvesz
Copy link
Contributor Author

jalvesz commented Apr 26, 2025

Yes, I agree that ideally this should be managed differently but I'm not aware of a better solution compared to what we found here. It is good that indeed, it enables full compliance on Windows for the tests.

@jalvesz jalvesz requested a review from Copilot April 26, 2025 11:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (2)
  • test/CMakeLists.txt: Language not supported
  • test/hash_functions/CMakeLists.txt: Language not supported

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.

Build error with ifx on windows Failed tests when compiling with openmp
2 participants