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

#2277: Fix ICPC memory issue #2280

Closed
wants to merge 9 commits into from
Closed

Conversation

thearusable
Copy link
Contributor

Fixes #2277

@thearusable thearusable self-assigned this May 2, 2024
Copy link

github-actions bot commented May 2, 2024

Pipelines results

PR tests (gcc-12, ubuntu, mpich, verbose)

Build for a20ae0f (2024-05-14 13:55:31 UTC)

Compilation - successful

Testing - passed

Build log


@thearusable thearusable force-pushed the 2277-fix-icpc-memory-issue branch from ba2d2d9 to f5b13a5 Compare May 3, 2024 09:35
@thearusable
Copy link
Contributor Author

Looks like not only ICPC compiler have a problem with high memory usage.
Looks like it's more general issue because I found CI runs for other compilers which reported the same problem.

clang-10: https://dev.azure.com/DARMA-tasking/DARMA/_build/results?buildId=56981&view=results
gcc-10: https://dev.azure.com/DARMA-tasking/DARMA/_build/results?buildId=56978&view=results
gcc-9: https://dev.azure.com/DARMA-tasking/DARMA/_build/results?buildId=56980&view=results

@thearusable
Copy link
Contributor Author

I checked everything from dockerfile configuration to compile/linker flags and I didn't found any issues. I tested multiple compiler versions and base docker images. Looks like that could be a temporary memory issue on Azure. If the warning appears again then I'll continue to work on it.

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.

Intel ICPC pipeline is running out of memory
1 participant