10
1
mirror of https://github.com/pfloos/quack synced 2024-12-22 20:34:46 +01:00

add ifort again

This commit is contained in:
Abdallah Ammar 2024-11-05 07:45:50 +01:00
parent 664a98e57f
commit 344c2bd4fa

View File

@ -81,7 +81,7 @@ elif sys.platform == "Linux" or os.path.exists('/proc/version'):
compiler = compile_gfortran_linux_debug compiler = compile_gfortran_linux_debug
else: else:
if check_compiler_exists('ifortt'): if check_compiler_exists('ifort'):
compiler = """ compiler = """
FC = ifort -qmkl=parallel -qopenmp FC = ifort -qmkl=parallel -qopenmp
AR = ar crs AR = ar crs