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

Enable Restarting RMG Jobs from a Seed Mechanism #1641

Merged
merged 17 commits into from
Aug 12, 2019
Merged

Commits on Aug 10, 2019

  1. Configuration menu
    Copy the full SHA
    401d544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad8753c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26507fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    840b105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2763615 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b43a547 View commit details
    Browse the repository at this point in the history
  7. Do not perform forbidden species checking for auto generated libraries

    We now perform this check when/if these edge species are moved to the core
    amarkpayne committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    861a5c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97391d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63caf74 View commit details
    Browse the repository at this point in the history
  10. Delete the cPickle restart feature!!!!

    Has been deprecated for a while, and is now completely replaced by the restart from seed mechanism feature.
    amarkpayne committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    93a570f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d74bdf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ee6816 View commit details
    Browse the repository at this point in the history
  13. Make the name of the seed mechanism fixed and case consistent

    We will still use the job name when outputting to the database, but the name should be fixed in the output directory
    amarkpayne committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    03e4bc6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e601f3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58adee7 View commit details
    Browse the repository at this point in the history
  16. Refactor comment parsing for template reactions in kinetics library

    More robust methods to determine template and family name
    Make sure to strip family name
    mliu49 authored and amarkpayne committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f67c64a View commit details
    Browse the repository at this point in the history
  17. Remove leading spaces from kinetics comments from libraries

    Otherwise, indents are retained over each read/write operation
    mliu49 authored and amarkpayne committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    9bd9589 View commit details
    Browse the repository at this point in the history