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

External TW_STIME #178

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

External TW_STIME #178

wants to merge 3 commits into from

Conversation

gonsie
Copy link
Member

@gonsie gonsie commented Oct 6, 2020

This PR closes the loop on how the TW_STIME API should be implemented by model developers. It does not make sense for a model-specific tw_stime to be added to ROSS core, particularly if the tw_stime object needs to be developed over time as the model is developed. With this PR, model developers can tell ROSS at configuration time where to find the implementation of tw_stime class, files which may exist outside of the ROSS repo.

I definitely need to update the TW_STIME API documentation. I’ve run local tests and there should be no impact to models which do not take advantage of this.

This replaces #168.


If this merge represents a feature addition to ROSS, the following items must be completed before the branch will be merged:

- MPI allreduce should use double type, otherwise it must be
reimplemented
- missing MAX reference
allow for model-defined tw_stime type. code should live in model repo,
not ROSS.
@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

❗ No coverage uploaded for pull request base (develop@f4995ac). Click here to learn what that means.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #178   +/-   ##
==========================================
  Coverage           ?   58.26%           
==========================================
  Files              ?       33           
  Lines              ?     3563           
  Branches           ?        0           
==========================================
  Hits               ?     2076           
  Misses             ?     1487           
  Partials           ?        0           
Impacted Files Coverage Δ
core/tw-opts.c 23.37% <0.00%> (ø)
core/gvt/mpi_allreduce.c 90.62% <100.00%> (ø)
core/tw-pe.c 96.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4995ac...73c7bc9. Read the comment docs.

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.

1 participant