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,9 +47,10 @@ class Craype(Compiler):
PrgEnv = 'PrgEnv-cray'
PrgEnv_compiler = 'craype'
# @property
# def cxx11_flag(self):
# return "-hstd=c++11"
link_paths = { 'cc' : 'cc',
'cxx' : 'c++',
'f77' : 'f77',
'fc' : 'fc'}
@classmethod
def default_version(cls, comp):