-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature optimise openmm #139
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also added automatic detection of the right platform to the OpenMM tests. This lets me catch errors on OpenCL, rather than missing them becuase it was all reference or CPU
…ntext for bond, angle and torsion forces
All the forces now use this, which has sped things up a lot
…er than via a SireCAS::Expression
…so that it is easier to perform just steps of dynamics without any extra overhead. This is as fast as calling step on the underlying OpenMM integrator. It lets us do lambda scans using the dynamics interface
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 10:23
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 10:23
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 10:23
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 10:23
— with
GitHub Actions
Failure
chryswoods
temporarily deployed
to
sire-build
December 30, 2023 10:23
— with
GitHub Actions
Inactive
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 13:12
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 13:12
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 13:12
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 30, 2023 13:12
— with
GitHub Actions
Failure
chryswoods
temporarily deployed
to
sire-build
December 30, 2023 13:12
— with
GitHub Actions
Inactive
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 13:18
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 13:18
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 13:18
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 13:18
— with
GitHub Actions
Failure
chryswoods
temporarily deployed
to
sire-build
December 31, 2023 13:18
— with
GitHub Actions
Inactive
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 18:23
— with
GitHub Actions
Error
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 18:23
— with
GitHub Actions
Error
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 18:23
— with
GitHub Actions
Error
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 18:23
— with
GitHub Actions
Error
chryswoods
had a problem deploying
to
sire-build
December 31, 2023 18:23
— with
GitHub Actions
Error
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 18:36
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 18:36
— with
GitHub Actions
Failure
…g this to set the compiler version on Linux, while hopefully leaving it alone for other OSs. This does work - a local test shows that gemmi now passes when the compiler versions match.
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 20:45
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 20:45
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 20:45
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 20:45
— with
GitHub Actions
Failure
chryswoods
had a problem deploying
to
sire-build
January 1, 2024 20:45
— with
GitHub Actions
Failure
conda_build_config.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains some minor changes to move all the OpenMM forces in LambdaLever over to the experimental updateSomeParametersInContext code. It has no impact unless the custom OpenMM is used.
Also bumped the gemmi version so that it can be enabled by default :-)
devel
into this branch before issuing this pull request (e.g. by runninggit pull origin devel
): [y]Suggested reviewers:
This doesn't need reviewing - it is a test to see if the bumped gemmi works