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

Remove OpenMMEngineSettings and create GromacsEngineSettings #23

Merged
merged 9 commits into from
Sep 27, 2024

Conversation

hannahbaumann
Copy link
Contributor

@hannahbaumann hannahbaumann commented Sep 23, 2024

Description

As these settings are not used in this protocol, we should remove them.

This PR addresses following issues:

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.89%. Comparing base (89fadea) to head (dfaae75).
Report is 10 commits behind head on main.

Additional details and impacted files

Copy link
Member

@IAlibay IAlibay left a comment

Choose a reason for hiding this comment

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

To be discussed, ntomp really is the engine setting, you probably should have that (and controls for GPU allocation) in its own setting.

@hannahbaumann
Copy link
Contributor Author

Maybe we could instead have a GromacsEngineSettings class?

@IAlibay
Copy link
Member

IAlibay commented Sep 24, 2024

Maybe we could instead have a GromacsEngineSettings class?

Yeah that sounds like a good idea.

@hannahbaumann hannahbaumann linked an issue Sep 24, 2024 that may be closed by this pull request
@hannahbaumann hannahbaumann changed the title Remove OpenMMEngineSettings Remove OpenMMEngineSettings and create GromacsEngineSettings Sep 26, 2024
@pep8speaks
Copy link

pep8speaks commented Sep 26, 2024

Hello @hannahbaumann! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1107:80: E501 line too long (82 > 79 characters)

Comment last updated at 2024-09-26 14:34:05 UTC

Copy link
Member

@IAlibay IAlibay left a comment

Choose a reason for hiding this comment

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

This looks good to me, could you maybe just open an issue that says something along the lines of "review engine settings for gmx mdrun"?

This is purely to make sure we remember that we'll want to review if those flags work for us after we've started using this in practice.

@hannahbaumann hannahbaumann merged commit f3b85ee into main Sep 27, 2024
7 of 9 checks passed
@hannahbaumann hannahbaumann deleted the remove_engine_settings branch September 27, 2024 07:03
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.

engine_settings should be removed as they are OpenMM specific
3 participants