mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
add ifort again
This commit is contained in:
parent
664a98e57f
commit
344c2bd4fa
@ -81,7 +81,7 @@ elif sys.platform == "Linux" or os.path.exists('/proc/version'):
|
||||
compiler = compile_gfortran_linux_debug
|
||||
|
||||
else:
|
||||
if check_compiler_exists('ifortt'):
|
||||
if check_compiler_exists('ifort'):
|
||||
compiler = """
|
||||
FC = ifort -qmkl=parallel -qopenmp
|
||||
AR = ar crs
|
||||
|
Loading…
Reference in New Issue
Block a user