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

Fix: LUMI-C OpenMP Python #628

Merged
merged 1 commit into from
Jun 2, 2024
Merged

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Jun 2, 2024

On LUMI-C, our Python modules showed an issue on OpenMP startup when using the default Cray compilers. Switching to the optimized AMD AOCC compiler (using the Cray compiler wrappers) solves the problem.

Also comments out the Python optimization library installs to save hard disk space (can be added when needed via pip at any time).

Follow-up to #626

The LUMI-C Python bindings showed an issue on OpenMP startup when using
the default Cray compilers. Switching to the optimized AMD AOCC compiler
(using the Cray compiler wrappers) solves the problem.

Also comments out the Python optimization library installs to save
hard disk space (can be added when needed via pip at any time).
@ax3l ax3l added bug Something isn't working component: documentation Docs, readme and manual machine / system Machine or system-specific issue labels Jun 2, 2024
@ax3l ax3l enabled auto-merge (squash) June 2, 2024 01:52
@ax3l ax3l merged commit 52ffbcc into ECP-WarpX:development Jun 2, 2024
16 checks passed
@ax3l ax3l deleted the fix-doc-lumi-c branch June 2, 2024 03:00
@ax3l ax3l mentioned this pull request Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: documentation Docs, readme and manual machine / system Machine or system-specific issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant