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
@briandobbins suggested this and I think it's a good idea.
The config_*.xml files are large and unwieldy. The proposal is to separate them by machine. So config_machines.xml will contain only the NODENAME_REGEX field for each machine and the rest of the content will be moved to a subdirectory by machine name.
etc. I would implement this change in a backward compatible manor so that the current config file format would continue to work. This would also be done for the config_batch.xml file.
The text was updated successfully, but these errors were encountered:
@briandobbins suggested this and I think it's a good idea.
The config_*.xml files are large and unwieldy. The proposal is to separate them by machine. So config_machines.xml will contain only the NODENAME_REGEX field for each machine and the rest of the content will be moved to a subdirectory by machine name.
machines/config_machines.xml
machines/derecho/config_machines.xml
machines/perlmutter/config_machines.xml
etc. I would implement this change in a backward compatible manor so that the current config file format would continue to work. This would also be done for the config_batch.xml file.
The text was updated successfully, but these errors were encountered: