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

90 allow api users to create and destroy instances of tuvx #96

Merged

Commits on Apr 16, 2024

  1. correcting fortran build

    K20shores committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    936caeb View commit details
    Browse the repository at this point in the history
  2. install stuff

    K20shores committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a872b4f View commit details
    Browse the repository at this point in the history
  3. correcting python build

    K20shores committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2c15659 View commit details
    Browse the repository at this point in the history
  4. what

    K20shores committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d37298d View commit details
    Browse the repository at this point in the history
  5. adding lapack to containers

    K20shores committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0438304 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb62208 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41b245a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    42bd744 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    1420213 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. testing internal c api

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    73e5122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c45b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca762a8 View commit details
    Browse the repository at this point in the history
  4. testing internal c api

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7c780b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83bc419 View commit details
    Browse the repository at this point in the history
  6. Merge branch '90-allow-api-users-to-create-and-destroy-instances-of-t…

    …uv-x' of https://github.com/NCAR/musica into 90-allow-api-users-to-create-and-destroy-instances-of-tuv-x
    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6604ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c38cc28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c9d882 View commit details
    Browse the repository at this point in the history
  9. correcting comment

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    01c6c22 View commit details
    Browse the repository at this point in the history
  10. testing tuvx fortran api

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6405196 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22dc19a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83616c9 View commit details
    Browse the repository at this point in the history
  13. adding compile options

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    38977c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fee939c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    741aabf View commit details
    Browse the repository at this point in the history
  16. adding verbose flag

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b32a0bd View commit details
    Browse the repository at this point in the history
  17. trying a user install

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cd3af4e View commit details
    Browse the repository at this point in the history
  18. verbose build

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d4ec8ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3cdd726 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c9692ce View commit details
    Browse the repository at this point in the history
  21. removing parallel build

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8fad4d5 View commit details
    Browse the repository at this point in the history
  22. setting link options

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d5c67e2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0261cd7 View commit details
    Browse the repository at this point in the history
  24. undoing change

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cfc4135 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9515d6e View commit details
    Browse the repository at this point in the history
  26. maybe this

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    418d384 View commit details
    Browse the repository at this point in the history
  27. making fortran work

    K20shores committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8fe56a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    23350f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888cd95 View commit details
    Browse the repository at this point in the history
  3. handling merge conflicts

    K20shores committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e10664a View commit details
    Browse the repository at this point in the history
  4. adding parallel build

    K20shores committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d144afc View commit details
    Browse the repository at this point in the history
  5. adding namespace options

    K20shores committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    df13dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    d95a954 View commit details
    Browse the repository at this point in the history
  2. Update fortran/tuvx_core.F90

    Co-authored-by: Jiwon Gim <55209567+boulderdaze@users.noreply.github.com>
    K20shores and boulderdaze committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9dd03d7 View commit details
    Browse the repository at this point in the history
  3. Update fortran/test/fetch_content_integration/test_tuvx_api.F90

    Co-authored-by: Jiwon Gim <55209567+boulderdaze@users.noreply.github.com>
    K20shores and boulderdaze committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bee0666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1add8a5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. removing comment

    K20shores committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ad51c4b View commit details
    Browse the repository at this point in the history