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

Update develop branch for generic linux, MacOS capability #539

Merged

Commits on Aug 17, 2021

  1. First change for macos compatability: replace calls to utilities with…

    … limited function on the old MACOS bash (readlink, ln, sed, and date) with a variable, and add a file (ush/bash_utils/define_macos_utilities.sh) to set these variablesappropriately for the compatible MACOS utilities if the OS is Darwin.
    mkavulich committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f8e9f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb9cb1 View commit details
    Browse the repository at this point in the history
  3. Replace modern bash functionality for making strings capitalized or l…

    …owercase with custom functions that are back-compatible with MACOS
    mkavulich committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    530e3f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea358b View commit details
    Browse the repository at this point in the history
  5. - Add new platforms for stand-alone MACOS and LINUX machines

     - Add WORKFLOW_MANAGER variable for specifying machines that support rocoto (and maybe other workflow managers in the future)
     - Add run commands for specifying mpirun commands on non-rocoto machines
    mkavulich committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7edd67b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75c5f32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    562d9f8 View commit details
    Browse the repository at this point in the history
  8. A fix to broken syntax introduced in earlier commit, and remove one c…

    …all to $READLINK prior to it being defined;
    mkavulich committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9bfa084 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    991a5e6 View commit details
    Browse the repository at this point in the history
  10. Need another check for failure here; failures in the subfunction do n…

    …ot quit unless you manually check for non-zero exit status
    mkavulich committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    bf345da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4252639 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7977074 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2870181 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90ff362 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    fcc44da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f018a View commit details
    Browse the repository at this point in the history
  3. NCORES_PER_NODE can no longer be blank, since it is used in math late…

    …r on; setting to "2" in order to avoid divide by zero errors later on
    mkavulich committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    487419c View commit details
    Browse the repository at this point in the history
  4. Removing MACOS from valid_param_vals per offline discussion; since th…

    …is capability needs more work before it is ready for showtime
    mkavulich committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    64c60d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b49ad1 View commit details
    Browse the repository at this point in the history
  6. launch script does not work for non-rocoto platforms anyway, so remov…

    …ing $SED calls here to avoid errors
    mkavulich committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d36ecaa View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    076ed13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67601d0 View commit details
    Browse the repository at this point in the history
  3. Fix bash syntax in ush/generate_FV3LAM_wflow.sh and bug for setting W…

    …RITE_DOPOST in ush/setup.sh
    climbfuji committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b9762a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from climbfuji/update_develop_for_macos_linux_b…

    …ug_fixes_dom_20210916
    
    Update develop for macos linux bug fixes Dom 20210916
    mkavulich committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4ccdcb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4f19eb View commit details
    Browse the repository at this point in the history
  6. A single rogue "=" resulted in a completely misformatted xml....funny…

    … how these things work
    mkavulich committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6dfd7f9 View commit details
    Browse the repository at this point in the history
  7. Fix uninitialized variable for HRRR suites in make_orog; this flag sh…

    …ould always be TRUE if we are in this task
    mkavulich committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ebc46d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Update get_extrn_mdl_file_dir_info.sh

    Initialize `sysdir` to an empty string to avoid "unbound variable" problems
    mkavulich committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8115254 View commit details
    Browse the repository at this point in the history