From 1939e567d6dc7be5cc9495cacde6b984e58409a0 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Sun, 9 Oct 2022 09:14:52 -0400 Subject: basic support for oneapi compilers --- run_project_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run_project_tests.py') diff --git a/run_project_tests.py b/run_project_tests.py index 51a8f1f52..74ddd9e24 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -1059,7 +1059,8 @@ def detect_tests_to_run(only: T.Dict[str, T.List[str]], use_tmp: bool) -> T.List shutil.which('flang') or shutil.which('pgfortran') or shutil.which('nagfor') or - shutil.which('ifort')) + shutil.which('ifort') or + shutil.which('ifx')) skip_cmake = ((os.environ.get('compiler') == 'msvc2015' and under_ci) or 'cmake' not in tool_vers_map or -- cgit v1.2.3