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

mixed precision exchange #1318

Closed
wants to merge 58 commits into from
Closed

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    485d631 View commit details
    Browse the repository at this point in the history
  2. fix: module and local variable name conflicts in time_interp (NOAA-GF…

    …DL#1125)
    
    Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov>
    mlee03 and mlee03 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    35a5f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9c712 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    ec2020a View commit details
    Browse the repository at this point in the history
  2. revert: log_diag_field_info argument changes (NOAA-GFDL#1136)

    Co-authored-by: rem1776 <Ryan.Mulhall@noaa.gov>
    rem1776 and rem1776 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4526cc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

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

Commits on Feb 27, 2023

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

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    9b83c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9339b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ff254e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 28, 2023

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

Commits on Apr 3, 2023

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

Commits on Apr 6, 2023

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

Commits on Jun 16, 2023

  1. feat: merge 2023.01.01 changes into main (NOAA-GFDL#1259)

    * fix: fms2 io performance update for domain_reads (NOAA-GFDL#1226)
    
    * fix: fms2 io performance update for compressed writes (NOAA-GFDL#1227)
    
    * chore: build/log updates for patch (NOAA-GFDL#1247)
    
    Co-authored-by: uramirez8707 <49168881+uramirez8707@users.noreply.github.com>
    Co-authored-by: rem1776 <Ryan.Mulhall@noaa.gov>
    3 people authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    011b510 View commit details
    Browse the repository at this point in the history
  2. feat: mixed precision for axis_utils2, horiz_interp, sat_vapor_pressu…

    …re, and fms_mod (NOAA-GFDL#1239) (NOAA-GFDL#1258)
    
    * feat: mixed precision axis_utils2 (NOAA-GFDL#1104)
    
    * feat: mixed precision fms_mod (NOAA-GFDL#1147)
    
    * feat: horiz interp mixed precision (NOAA-GFDL#1067)
    
    * mixed precision sat_vapor_pressure  (NOAA-GFDL#1095)
    
    * feat: add mixed precision axis_utils unit tests (NOAA-GFDL#1172)
    
    * fix: move type definitions to before first usage to fix nvhpc bug (NOAA-GFDL#1187)
    
    * fix: change allocatable type for intel errors (NOAA-GFDL#1221)
    
    Co-authored-by: Caitlyn McAllister <65364559+mcallic2@users.noreply.github.com>
    Co-authored-by: Jesse Lentz <42011922+J-Lentz@users.noreply.github.com>
    Co-authored-by: MiKyung Lee <58964324+mlee03@users.noreply.github.com>
    4 people authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    23b86db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af15993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de03798 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16d71a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22c498e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    cf5035f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc1361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    783019f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    84b330a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef8b5e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. chore!: deprecate fms/mpp_io with use_deprecated_io macro (NOAA-GFDL#…

    …1064)
    
    BREAKING CHANGE: This commit removes mpp_io_mod and fms_io_mod, along with other routines that use the modules, from default compilation. The -Duse_deprecated_io CPP flag or --enable-deprecated-io configure time flag can be used to enable their compilation.
    mcallic2 authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3138e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbceb9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e55f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c73bd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    05337ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0463dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb24f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2471c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6693a4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6225ad View commit details
    Browse the repository at this point in the history
  7. chore: add prefixed aliases for libfms routines (NOAA-GFDL#1262)

    BREAKING CHANGE: Any code using the global fms module (libFMS.F90) will break as this adds prefixes to all names in that module.
    rem1776 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2be8aa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c7a70e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c982456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0efc2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. merge mixedmode

    mcallic2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2e1697a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48875a8 View commit details
    Browse the repository at this point in the history
  3. reals to r8_kind

    mcallic2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    56b1f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9836d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    246964d View commit details
    Browse the repository at this point in the history
  6. more explicit r8_kind

    mcallic2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ddc780d View commit details
    Browse the repository at this point in the history
  7. int to real

    mcallic2 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    997f7bf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. explicit i8

    mcallic2 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    38e53b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    d400726 View commit details
    Browse the repository at this point in the history
  2. Revert "this removes i8 conversion warning"

    This reverts commit d400726.
    mcallic2 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4d870a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    69f67a2 View commit details
    Browse the repository at this point in the history
  2. forgot these constants

    mcallic2 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cf2c385 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fixes .github directory

    mcallic2 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d1baa9f View commit details
    Browse the repository at this point in the history