Added default target and also front end and back end targets
This commit is contained in:
parent
5d7ba091af
commit
3e2e279552
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
class Cray(Architecture):
|
class Cray(Architecture):
|
||||||
priority = 20
|
priority = 20
|
||||||
front_end = None
|
front_end = 'sandybridge'
|
||||||
back_end = None
|
back_end = 'ivybridge'
|
||||||
default = None
|
default = os.environ["CRAY_CPU_TARGET"]
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Cray, self).__init__('cray')
|
super(Cray, self).__init__('cray')
|
||||||
|
Loading…
Reference in New Issue
Block a user