Skip to content

Commit

Permalink
Add chicoma-cpu to machine discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Oct 9, 2022
1 parent 328513b commit c89bc31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mache/discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ def discover_machine():
machine = 'anvil'
elif hostname.startswith('ba-fe'):
machine = 'badger'
elif hostname.startswith('ch-fe'):
warnings.warn('defaulting to chicoma-cpu. Use -m chicoma-gpu if you'
' wish to run on GPUs.')
machine = 'chicoma-cpu'
elif hostname.startswith('chrlogin'):
machine = 'chrysalis'
elif hostname.startswith('compy'):
Expand Down

0 comments on commit c89bc31

Please sign in to comment.