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

Elimination of conflicting external references #7

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dazlich
Copy link
Contributor

@dazlich dazlich commented Mar 9, 2024

These modifications allow for the elimination of conflicting external references at the link step of compilation. They go hand in hand with branches of the same name in mpas-ocean and mpas-seaice. In brief, the modules that generate the duplicate external references have a unique dummy string, MPASAOS, in place of the mpas in the module names, and the module use statements. This modified source is place in new directories so that sed can be applied to all files in the new directory. Sed replaces the new dummy string with mpaso (ocean) or mpass (seaice) and renames the file so that dependency analysis continues to work.

external references at the link step of compilation. They go
hand in hand with branches of the same name in mpas-ocean
and mpas-seaice. In brief, the modules that generate the duplicate
external references have a unique dummy string, MPASAOS, in place
of the mpas in the module names, and the module use statements.
This modified source is place in new directories so that sed
can be applied to all files in the new directory. Sed replaces
the new dummy string with mpaso (ocean) or mpass (seaice) and
renames the file so that dependency analysis continues to work.
@gdicker1
Copy link
Contributor

Copy link
Contributor

@gdicker1 gdicker1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I now think my issue with the term "external reference" in the commit message isn't worth these changes waiting any longer. Without further discussion or thoughts, I plan to merge these PRs and EWOrg/EW #39 later this afternoon.

@dazlich
Copy link
Contributor Author

dazlich commented Apr 2, 2024 via email

@gdicker1 gdicker1 merged commit 75bd82f into ew-develop Apr 2, 2024
@gdicker1 gdicker1 deleted the framework-ext-refs branch April 23, 2024 23:18
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