mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:34:46 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user