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

Bugfix on -prefix and build flexibility for UPP. #746

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

aerorahul
Copy link
Contributor

@aerorahul aerorahul commented Jul 16, 2023

This PR:

  • corrects a bug when -prefix is provided with compile.sh, the executable is not placed in the right directory
  • allows user to specify a build directory rather than hard-wiring it in the repo source.
  • allows user to call compile.sh from anywhere. This is used in the GFS and GEFS applications
  • does not alter the default behavior of compile.sh.

Fixes #747 #748

…om anywhere. correct bug when prefix is specified, the executable is not in the correct place.
@WenMeng-NOAA
Copy link
Collaborator

@aerorahul Can you open an UPP issue linking to this PR?

@WenMeng-NOAA WenMeng-NOAA added the enhancement New feature or request label Jul 17, 2023
@aerorahul
Copy link
Contributor Author

@aerorahul Can you open an UPP issue linking to this PR?

Done.
See #747 and #748

@WenMeng-NOAA WenMeng-NOAA linked an issue Jul 17, 2023 that may be closed by this pull request
@WenMeng-NOAA WenMeng-NOAA added the Ready for Review This PR is ready for code review. label Jul 17, 2023
@WenMeng-NOAA
Copy link
Collaborator

@FernandoAndrade-NOAA Please conduct the UPP RT tests on Hera. There should be no changed results with this PR.

@WenMeng-NOAA
Copy link
Collaborator

The UPP RT tests were completed on WCOSS2 and Orion without changed results.

@FernandoAndrade-NOAA
Copy link
Collaborator

UPP RTs on Hera have completed with no changes to results.

@WenMeng-NOAA WenMeng-NOAA added the No Baseline Change No baseline of the UPP regression tests are made. label Jul 17, 2023
@WenMeng-NOAA WenMeng-NOAA merged commit baa7751 into develop Jul 17, 2023
8 checks passed
@aerorahul aerorahul deleted the feature/build_opts branch July 17, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request No Baseline Change No baseline of the UPP regression tests are made. Ready for Review This PR is ready for code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Expand compilation options in compile.sh. Bug: -p option on compile.sh does not work correctly.
3 participants