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 #1341

Merged
merged 56 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
485d631
fix: misspellings and rename variable in yaml_parser.F90 (#1127)
J-Lentz Feb 1, 2023
35a5f2a
fix: module and local variable name conflicts in time_interp (#1125)
mlee03 Feb 1, 2023
ba9c712
docs: Correct instructions to build without MPI (#1128)
J-Lentz Feb 1, 2023
15df841
fix: pointer to allocatable in amip_interp_type (#1106)
ganganoaa Feb 9, 2023
f0e8cab
feat: log_diag_field_info updates from diag rewrite (#1117)
rem1776 Feb 14, 2023
ec2020a
fix: remove implied save for valid_types variables in sat_vapor_pres_…
uramirez8707 Feb 16, 2023
4526cc9
revert: log_diag_field_info argument changes (#1136)
rem1776 Feb 16, 2023
6255971
feat: refactored send_data math (field buffer update) functions. (#1131)
ngs333 Feb 23, 2023
74d8e73
fix: adds tags to nested do loops in fms_diag_fieldbuff.fh to fix his…
ngs333 Feb 27, 2023
9b83c8c
fix - gnu and pgi issue with class(*) in send_data3d (#1149)
nikizadehgfdl Mar 9, 2023
9339b88
feat: extend `string` interface in `fms_string_utils_mod` (#1142)
J-Lentz Mar 9, 2023
0ff254e
fix: add omp directives for race condition in tridiagonal (#1109)
ganganoaa Mar 9, 2023
6362657
fix: missing if statement in PR #1149 (#1155)
nikizadehgfdl Mar 13, 2023
7188e3a
fix: time_manager missing changes from year to yr, month to mo, day t…
mlee03 Mar 28, 2023
8a78fac
chore: update changelog and version numbers for release (#1167)
rem1776 Apr 3, 2023
003b8e1
chore: append dev to version number post-release (#1179)
github-actions[bot] Apr 6, 2023
011b510
feat: merge 2023.01.01 changes into main (#1259)
rem1776 Jun 16, 2023
23b86db
feat: mixed precision for axis_utils2, horiz_interp, sat_vapor_pressu…
rem1776 Jun 16, 2023
af15993
fix: replace current_peset_num with 'n' which should be the active pe…
dkokron Jun 16, 2023
de03798
fix: gcc class(*) bug workaround for character arrays (#1163)
laurenchilutti Jun 16, 2023
16d71a2
fix: improve error messages in fms2_io (#1183)
uramirez8707 Jun 16, 2023
22c498e
feat: fms2_io unpack data (#1231)
uramirez8707 Jun 16, 2023
cf5035f
fix: improve doxygen comment for `tranlon` (#1257)
J-Lentz Jun 20, 2023
ecc1361
fix: ifort 2022.3.0 & greater ICE bug in alltoall test + missing inpu…
rem1776 Jun 20, 2023
783019f
fix: checks placed before allocating pointers passed into routines (#…
ganganoaa Jun 20, 2023
5e130ef
fix: continuation line syntax for fms2_io error messages (#1265)
J-Lentz Jun 27, 2023
84b330a
fix: update doc site deployment action(#1078)
rem1776 Jun 29, 2023
ef8b5e3
fix: warnings in test_mpp_nesting.F90 (#1118)
rem1776 Jun 29, 2023
3138e4a
chore!: deprecate fms/mpp_io with use_deprecated_io macro (#1064)
mcallic2 Jun 30, 2023
cbceb9f
fix: field exists check for io update (#1193)
J-Lentz Jun 30, 2023
46e55f2
fix: diag_fieldbuff_update module dependency in Makefile.am (#1266)
ngs333 Jun 30, 2023
8c73bd1
chore: add deprecated io options to build systems and CI (#1063)
rem1776 Jun 30, 2023
dbed2ce
fix: test errors from io flag (#1271)
rem1776 Jul 5, 2023
7831d2e
CI: update oneapi container version (#1277)
rem1776 Jul 11, 2023
05337ea
refactor: `monin_obukhov_stable_mix` calls from `stable_mix_1d` (#1268)
J-Lentz Jul 13, 2023
0463dd1
fix: out-of-bounds memory access in axis_utils2 (#1157)
J-Lentz Jul 13, 2023
8eb24f8
fix: maximize system stacksize limit in fms_init (#1233)
J-Lentz Jul 13, 2023
a2471c8
test: remove stack limit checks in test scripts (#1280)
rem1776 Jul 13, 2023
6693a4f
fix: mpp global arrays test fixes (#1174)
rem1776 Jul 13, 2023
e6225ad
feat: update mpp_do_update_ad.fh to resolve JEDI requirement (#1225)
jkbk2004 Jul 13, 2023
2be8aa4
chore: add prefixed aliases for libfms routines (#1262)
rem1776 Jul 13, 2023
0e4a675
fix: add fms_stacksize.c to fms_c_src_files in CMakeLists.txt (#1285)
J-Lentz Jul 27, 2023
c7a70e7
chore: update changelog for 2023.02 release (#1306)
rem1776 Jul 28, 2023
c982456
chore: append dev to version number post-release (#1308)
github-actions[bot] Jul 28, 2023
0efc2e5
CI: update gnu image and add dockerfile (#1206)
rem1776 Jul 28, 2023
6b699a1
fix: test_read_input_nml2 failure and test_diag_update_buffer.F90 seg…
laurenchilutti Aug 4, 2023
db92c30
fix: initialize nest_level pointer in the nest_domain_type declaratio…
laurenchilutti Aug 4, 2023
a0e2128
fix: sat_vapor_pres test failure with Cray (#1299)
J-Lentz Aug 4, 2023
a13de5b
fix: initialize logicals in horiz_interp_type declaration (#1283)
rem1776 Aug 4, 2023
01d73fb
fix: mpp_check_field fix for test_mpp_domains2 (#1292)
laurenchilutti Aug 8, 2023
5326fd9
fix: unallocated variable access in test_mpp_nesting (#1336)
laurenchilutti Aug 16, 2023
0bd9c38
merge mixedmode
mcallic2 Aug 17, 2023
0c0a71e
changes for mixed mode
mcallic2 Aug 17, 2023
32d1911
merge mixedmode
mcallic2 Aug 18, 2023
86b816f
merge mixedmode
mcallic2 Aug 28, 2023
3b9ab7d
merge mixedmode
mcallic2 Aug 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/workflows/build_ubuntu_gnu.yml

This file was deleted.

343 changes: 0 additions & 343 deletions exchange/include/stock_constants.inc

This file was deleted.

Loading
Loading