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 updates for alpha tag #1239

Merged
merged 10 commits into from
Jun 2, 2023
Merged

Conversation

rem1776
Copy link
Contributor

@rem1776 rem1776 commented May 25, 2023

Description
adds cherry-picked mixed mode pr's from the mixedmode dev branch.

updates axis-utils, fms_mod, horiz_interp, and sat_vapor_pressure

Fixes #1237

How Has This Been Tested?
make check, amd box with oneapi 2023.1

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • New check tests, if applicable, are included
  • make distcheck passes

@rem1776 rem1776 changed the base branch from main to 2023.02_mm May 31, 2023 15:04
@mlee03
Copy link
Contributor

mlee03 commented Jun 1, 2023

@rem1776 not to be a pain, but could mixed mode be changed to mixed precision or mixed precision added somewhere in the title so it comes up when searching for mixed precision?

@rem1776 rem1776 changed the title mixed mode updates for main mixed precision updates for main Jun 1, 2023
@rem1776 rem1776 changed the title mixed precision updates for main mixed precision updates for alpha tag Jun 2, 2023
@rem1776 rem1776 merged commit 419c66b into NOAA-GFDL:2023.02_mm Jun 2, 2023
rem1776 added a commit that referenced this pull request Jun 16, 2023
…re, and fms_mod (#1239) (#1258)

* feat: mixed precision axis_utils2 (#1104)

* feat: mixed precision fms_mod (#1147)

* feat: horiz interp mixed precision (#1067)

* mixed precision sat_vapor_pressure  (#1095)

* feat: add mixed precision axis_utils unit tests (#1172)

* fix: move type definitions to before first usage to fix nvhpc bug (#1187)

* fix: change allocatable type for intel errors (#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mixed mode support to FMS, part I
4 participants