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

Use fileset rather than threading for decompositon #378

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

marshallward
Copy link
Member

MOM IO was using the threading flag rather than fileset to determine whether a file should be forced as single file rather than domain-decomposed. This patch applies the correct flag.

@marshallward
Copy link
Member Author

This seems to be required to get NOAA-GFDL/SIS2#196 working correctly.

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #378 (2e1690b) into dev/gfdl (cb4574b) will not change coverage.
The diff coverage is 60.00%.

❗ Current head 2e1690b differs from pull request most recent head 8eccd14. Consider uploading reports for the commit 8eccd14 to get more accurate results

@@            Coverage Diff            @@
##           dev/gfdl     #378   +/-   ##
=========================================
  Coverage     38.38%   38.38%           
=========================================
  Files           268      268           
  Lines         76010    76010           
  Branches      13987    13987           
=========================================
  Hits          29174    29174           
  Misses        41597    41597           
  Partials       5239     5239           
Impacted Files Coverage Δ
src/framework/MOM_io_file.F90 50.00% <50.00%> (ø)
src/framework/MOM_io.F90 30.49% <66.66%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

MOM IO was using the `threading` flag rather than `fileset` to determine
whether a file should be forced as single file rather than
domain-decomposed.  This patch applies the correct flag.
@adcroft adcroft merged commit 273da2f into NOAA-GFDL:dev/gfdl Jun 14, 2023
@marshallward marshallward deleted the domain_fileset_fix branch July 21, 2023 14:39
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.

2 participants