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

OpenMM runner fails with more verbosity #20

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Commits on Oct 9, 2023

  1. OpenMM runner fails with more verbosity

    When the simulation fails in the OpenMM runner, it may appear as just a
    freeze with no explanation. This is because the simulation would fail on
    a separate thread. This commit adds prints in the simulation thread, so
    the cause of the failure appears somewhere.
    
    This is a workaround and it should be solved in a better way. If the
    simulation fails, it should cause the server to stop with a proper error
    message.
    jbarnoud committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8b0a5cd View commit details
    Browse the repository at this point in the history