passing icpc compiler for knc target

This commit is contained in:
Anton Mitrokhin
2014-07-19 14:49:49 +04:00
parent 9dd1d67a39
commit 7c3a2435b3
2 changed files with 10 additions and 4 deletions

View File

@@ -589,7 +589,7 @@ def run_tests(options1, args, print_version):
options.compiler_exe = "cl.exe"
else:
options.compiler_exe = "clang++"
# checks the required compiler otherwise prints an error message
PATH_dir = string.split(os.getenv("PATH"), os.pathsep)
compiler_exists = False