Changed front-end and back-end to front_end and back_end to avoid error
This commit is contained in:
parent
db0695e46a
commit
2d87bb92ed
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ class Architecture(object):
|
|||
"""
|
||||
|
||||
priority = None # Subclass needs to set this number. This controls order in which arch is detected.
|
||||
front-end = None
|
||||
back-end = None
|
||||
front_end = None
|
||||
back_end = None
|
||||
default = None # The default back end target. On cray ivybridge
|
||||
|
||||
def __init__(self, name):
|
||||
|
|
Loading…
Reference in a new issue