Added craype support
This commit is contained in:
parent
9458f7c7d0
commit
72fa3c0492
@ -46,7 +46,7 @@
|
|||||||
_required_instance_vars = ['cc', 'cxx', 'f77', 'fc']
|
_required_instance_vars = ['cc', 'cxx', 'f77', 'fc']
|
||||||
_optional_instance_vars = ['modules']
|
_optional_instance_vars = ['modules']
|
||||||
|
|
||||||
_default_order = ['gcc', 'intel', 'pgi', 'clang', 'xlc']
|
_default_order = ['gcc', 'intel', 'pgi', 'clang', 'xlc','craype']
|
||||||
|
|
||||||
def _auto_compiler_spec(function):
|
def _auto_compiler_spec(function):
|
||||||
def converter(cspec_like, *args):
|
def converter(cspec_like, *args):
|
||||||
@ -180,6 +180,7 @@ def compilers_for_spec(compiler_spec):
|
|||||||
"""This gets all compilers that satisfy the supplied CompilerSpec.
|
"""This gets all compilers that satisfy the supplied CompilerSpec.
|
||||||
Returns an empty list if none are found.
|
Returns an empty list if none are found.
|
||||||
"""
|
"""
|
||||||
|
# cray issue might be located here
|
||||||
config = _get_config()
|
config = _get_config()
|
||||||
|
|
||||||
def get_compiler(cspec):
|
def get_compiler(cspec):
|
||||||
|
Loading…
Reference in New Issue
Block a user