switch back compiler

This commit is contained in:
Antoine Marie 2023-08-21 10:57:17 +02:00
parent ddb24ecf99
commit c4a01b8a12
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ FIX_ORDER_OF_LIBS=-Wl,--start-group
if sys.platform in ["linux", "linux2"]:
# compiler = compile_gfortran_linux
compiler = compile_ifort_linux
compiler = compile_gfortran_linux
# compiler = compile_ifort_linux
elif sys.platform == "darwin":
compiler = compile_gfortran_mac
else: