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

Make mlock static to avoid a pesky Lassen-only bug. #571

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

tpatki
Copy link
Member

@tpatki tpatki commented Aug 1, 2024

Description

Fixes #568

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/architecture support (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Build/CI update

How Has This Been Tested?

Tested on Lassen.

Checklist:

  • I have run ./scripts/check-code-format.sh and confirm my code code follows the style guidelines of variorum
  • I have added comments in my code
  • My changes generate no new warnings (build with -DENABLE_WARNINGS=ON)
  • New and existing unit tests pass with my changes

Thank you for taking the time to contribute to Variorum!

@tpatki tpatki self-assigned this Aug 1, 2024
@tpatki tpatki added status-ready-for-review Formatted, and tested on multiple systems. type-bug labels Aug 1, 2024
@tpatki tpatki added this to the Minor Update: v0.8.1 milestone Aug 1, 2024
@tpatki
Copy link
Member Author

tpatki commented Aug 1, 2024

Tested on Lassen with @rountree as well. Merging.

@tpatki tpatki merged commit 249a39b into LLNL:dev Aug 1, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status-ready-for-review Formatted, and tested on multiple systems. type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Energy APIs segfault with strange pthread_mutex_init issue on Lassen
1 participant