diff --git a/src/make_ninja.py b/src/make_ninja.py index c97e979..da9c885 100755 --- a/src/make_ninja.py +++ b/src/make_ninja.py @@ -89,8 +89,8 @@ FIX_ORDER_OF_LIBS=-Wl,--start-group if sys.platform in ["linux", "linux2"]: # compiler = compile_gfortran_linux -# compiler = compile_ifort_linux - compiler = compile_olympe + compiler = compile_ifort_linux +# compiler = compile_olympe elif sys.platform == "darwin": compiler = compile_gfortran_mac else: