Adding link_paths to craype compilers

This commit is contained in:
Mario Melara 2016-05-19 14:25:50 -07:00
parent 63459ab0c7
commit 36450b9bc9

View File

@ -47,10 +47,11 @@ class Craype(Compiler):
PrgEnv = 'PrgEnv-cray' PrgEnv = 'PrgEnv-cray'
PrgEnv_compiler = 'craype' PrgEnv_compiler = 'craype'
# @property link_paths = { 'cc' : 'cc',
# def cxx11_flag(self): 'cxx' : 'c++',
# return "-hstd=c++11" 'f77' : 'f77',
'fc' : 'fc'}
@classmethod @classmethod
def default_version(cls, comp): def default_version(cls, comp):
return get_compiler_version(comp, r'([Vv]ersion).*(\d+(\.\d+)+)') return get_compiler_version(comp, r'([Vv]ersion).*(\d+(\.\d+)+)')