Skip to content

Commit

Permalink
provide a machine name in manage_case
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 30, 2016
1 parent 0342608 commit e7b934b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/manage_case
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ def query_machines():
config_file = files.get_value("MACHINES_SPEC_FILE")
expect(os.path.isfile(config_file),
"Cannot find config_file %s on disk" %config_file)
# provide a machine name that is defined for both cesm and acme
# to avoid an error here on machines not in config_machines.xml
machines = Machines(config_file, machine="edison")

machines = Machines(config_file)
machines.print_values()

###############################################################################
Expand Down

0 comments on commit e7b934b

Please sign in to comment.