Skip to content
Snippets Groups Projects
Commit b8c41aeb authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 28/02/2023:Rules.LXifort.mk, compile spll_ini_aeroset[1-6].o in O1...

Juan 28/02/2023:Rules.LXifort.mk, compile spll_ini_aeroset[1-6].o in O1 because very long in O2 > 10 minutes for not perf gain
parent cc727e28
No related branches found
No related tags found
No related merge requests found
...@@ -241,7 +241,8 @@ include Makefile.MESONH.mk ...@@ -241,7 +241,8 @@ include Makefile.MESONH.mk
# Juan & Maud 20/03/2008 --> Ifort 10.1.008 Bug O2 optimization # Juan & Maud 20/03/2008 --> Ifort 10.1.008 Bug O2 optimization
ifneq "$(OPTLEVEL)" "DEBUG" ifneq "$(OPTLEVEL)" "DEBUG"
OPT_PERF1 = -O1 OPT_PERF1 = -O1
OBJS_O1= spll_mode_snow3l.o spll_schu.o spll_ps2str.o spll_p_abs.o spll_ini_one_way_n.o spll_urban_solar_abs.o spll_aeroopt_get.o spll_ch_get_rates.o OBJS_O1= spll_mode_snow3l.o spll_schu.o spll_ps2str.o spll_p_abs.o spll_ini_one_way_n.o spll_urban_solar_abs.o spll_aeroopt_get.o spll_ch_get_rates.o \
spll_ini_aeroset1.o spll_ini_aeroset2.o spll_ini_aeroset3.o spll_ini_aeroset4.o spll_ini_aeroset5.o spll_ini_aeroset6.o
$(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1) $(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1)
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment