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

Adds machine files for Compy #2854

Merged
merged 4 commits into from
Apr 17, 2019
Merged

Commits on Apr 15, 2019

  1. Adds machine files for Compy

    This PR adds first set of machine files for E3SM machine Compy. Machine
    files for compilers Intel, gnu and PGI are added. I have used the
    following test to compile and run the model:
    
    SMS.ne4_ne4.FC5AV1C-L
    
    For the above test:
    -Intel compiler works fine
    -GNU 4.8.5: Land model has a compile time error
    -PGI: Netcdf is not built with this compiler yet
    
    [BFB]
    singhbalwinder committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    a87eddf View commit details
    Browse the repository at this point in the history
  2. PGI works now and gnu builds fine

    gnu compiler builds fine but blows up during run time with
    following error:
    
    set_time_float_from_date: error return from ESMF_TimeSet
    for set_time_float_from_date
    ERROR: CHKRC
    
    [BFB] - Bit-For-Bit
    singhbalwinder committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    68ef274 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Adds pnetcdf required by MPAS

    [BFB] - Bit-For-Bit
    singhbalwinder committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    b80f13b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb9b02d View commit details
    Browse the repository at this point in the history