Attention POCs for un-official machines,
The cime update includes a slightly different schema for config_machines
variables that depend on two variables.
For example, if your machines entry has lines like:
<env name="FORT_BUFFERED" compiler="intel">yes</env>
It should now be:
<environment_variables compiler="intel">
<env name="FORT_BUFFERED">yes</env>
</environment_variables>
Similarly, if it has a line like:
<command name="load" compiler="gnu">sems-gcc/5.3.0</command>
That should now be:
<modules compiler="gnu">
<command name="load">sems-gcc/5.3.0</command>
</modules>
These changes were made for all the officially supported machines and
test machines but your local cluster may have been missed.
You'll get an error during "create_newcase" if your entry needs to be
updated.
Rob