You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's a V3 config_machines.xml under ~/.cime/, CIME will check for $SRCROOT/ccs_config/machines/docker/config_machines.xml and not ~/.cime/docker/config_machines.xml.
Add read of .cime/machine/config_machines.xml file if it exists.
Test suite: Hand testing with and without .cime/machine/config_machines.xml
Test baseline:
Test namelist changes:
Test status: bit for bit
Fixes#4568
User interface changes?:
Update gh-pages html (Y/N)?:
If there's a V3
config_machines.xml
under~/.cime/
, CIME will check for$SRCROOT/ccs_config/machines/docker/config_machines.xml
and not~/.cime/docker/config_machines.xml
.Issue is in
set_machine
function:cime/CIME/XML/machines.py
Lines 320 to 328 in d2ec81a
Should also consider
~/.cime/docker/config_machines.xml
.The text was updated successfully, but these errors were encountered: