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

Fix for Sh > 2.* issue, and new environment files and template for running on maths2 (Exeter) #255

Merged
merged 7 commits into from
Oct 19, 2023

Commits on Mar 16, 2023

  1. First working compile of Isca on maths2 using locally installed intel…

    … fortran compilers, intel mpi, hdf5, netcdf-c and netcdf-fortran all compiled from scratch.
    sit23 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9e78f16 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Small mod for sorting sh issue.

    sit23 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3448e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c233c04 View commit details
    Browse the repository at this point in the history
  3. Created function that takes in the output of sh commands and checks i…

    …f they are sh.RunningCommand types. If they are, then their output is decded as a str, and if not the output is left alone.
    sit23 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4b38144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5c5b20 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    91f1555 View commit details
    Browse the repository at this point in the history
  2. Github actions seems to have problems with sh.cd, but on closer inspe…

    …ction this cd command is never invoked, so I will try removing it.
    sit23 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3c63ca3 View commit details
    Browse the repository at this point in the history