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

Initialize machine to None #4596

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

billsacks
Copy link
Member

This follows the logic in the _v2 version of this function, as well as the documentation in "_probe_machine_name_one_guess" ("Returns None if no match is found").

Test suite: None (just manually tested the issue documented in #4588 ).
Test baseline: none
Test namelist changes: none
Test status: bit for bit

Fixes #4588

User interface changes?: N

Update gh-pages html (Y/N)?: N

This follows the logic in the _v2 version of this function.

Resolves ESMCI#4588
Copy link
Collaborator

@jasonb5 jasonb5 left a comment

Choose a reason for hiding this comment

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

Opps I see the tests failing, will look now.

@jasonb5
Copy link
Collaborator

jasonb5 commented Mar 12, 2024

@jedwards4b @billsacks Tests are running now, I'll fix the cause of the issue in another PR.

@billsacks billsacks merged commit 58d9eb0 into ESMCI:master Mar 12, 2024
8 checks passed
@billsacks billsacks deleted the fix_unbound_machine branch March 12, 2024 20:41
billsacks added a commit that referenced this pull request Mar 12, 2024
Fix undefined machine on cime6.0.217_httpsbranch branch

Initialize machine to None to prevent not initializing it to anything. This is cherry-picked
from #4596

Testing: Run CTSM python testing (which was failing before this change)
./scripts_regression_tests.py (currently running)
Test status: bit-for-bit

Fix for #4588 on the httpsbranch branch.

This fixes issues in CTSM discussed here:

ESCOMP/CTSM#2385 (comment)

User interface changes?: None

Update gh-pages html (Y/N)?: N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unbound machine variable when there is no matching nodename_regex
3 participants