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

Build workflow utilities with CMake. #264

Merged
merged 8 commits into from
Feb 19, 2021
Merged

Commits on Feb 15, 2021

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

Commits on Feb 16, 2021

  1. update .gitignore to exclude build and install directories as well as…

    … compiled files. bugfix in build_workflow_utils.sh hack. nceplibs-ncio now creates the module ncio and not fv3gfs_ncio.
    aerorahul committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1d26a83 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. copy/paste error from enkf_chgres_recenter.fd to enkf_chgres_recenter…

    …_nc.fd. When going from nemsio to netcdf, the linking of ip, sp and w3nco changed from _d to _4.
    aerorahul committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ccba5ee View commit details
    Browse the repository at this point in the history
  2. Add workflow_utils to build_all and link scripts

    - add build_workflow_utils.sh to build_all.sh
    - add workflow utils exec symlinks to link_fv3gfs.sh since these execs no longer land in /exec folder
    - add workflow_utils build to partial_build.sh and fv3gfs_build.cfg for use by build_all
    - turn off builds in fv3gfs_build.cfg that are now covered by workflow_utils build
    - move machine-setup source in build_workflow_utils.sh before target is needed
    
    Further cleanup and decommissioning of consolidated builds will come in follow-up commit/PR.
    
    Refs: #264
    KateFriedman-NOAA committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7c856bf View commit details
    Browse the repository at this point in the history
  3. Adjust how target is set for build_workflow_utils

    - Add $target to build_workflow_utils.sh command in build_all.sh
    - Move machine-setup source back down into if-block in build_workflow_utils.sh
    
    Refs: #264
    KateFriedman-NOAA committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8e90d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522af45 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

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

Commits on Feb 19, 2021

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