Skip to content
Snippets Groups Projects
Commit b02a147c authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 26/10/2022:Rules.LXcray.mk, add SPLL=spll_lst to move "*.lst" file...

Juan 26/10/2022:Rules.LXcray.mk, add SPLL=spll_lst to move "*.lst" file directly to dir_obj + some new file with listing
parent 2169f454
No related branches found
No related tags found
No related merge requests found
...@@ -242,7 +242,7 @@ include Makefile.MESONH.mk ...@@ -242,7 +242,7 @@ include Makefile.MESONH.mk
OBJS_O1= spll_schu.o spll_ps2str.o spll_ini_one_way_n.o spll_urban_solar_abs.o spll_mode_ekf.o OBJS_O1= spll_schu.o spll_ps2str.o spll_ini_one_way_n.o spll_urban_solar_abs.o spll_mode_ekf.o
#spll_p_abs.o #spll_p_abs.o
$(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1) $(OBJS_O1) : OPT = $(OPT_BASE) $(OPT_PERF1)
OBJS_O0= spll_mode_gridproj.o spll_ini_dynamics.o spll_sunpos_n.o spll_average_diag.o OBJS_O0= spll_mode_gridproj.o spll_ini_dynamics.o spll_sunpos_n.o spll_average_diag.o spll_write_lfifm1_for_diag.o
# spll_ground_param_n.o # spll_ground_param_n.o
$(OBJS_O0) : OPT = $(OPT_BASE) $(OPT_PERF0) $(OBJS_O0) : OPT = $(OPT_BASE) $(OPT_PERF0)
...@@ -275,9 +275,12 @@ OBJS_LST = spll_condensation.o spll_turb_ver_thermo_flux.o spll_rotate_wind.o sp ...@@ -275,9 +275,12 @@ OBJS_LST = spll_condensation.o spll_turb_ver_thermo_flux.o spll_rotate_wind.o sp
spll_ppm_s0_x.o spll_ppm_s0_y.o spll_ppm_s0_z.o \ spll_ppm_s0_x.o spll_ppm_s0_y.o spll_ppm_s0_z.o \
spll_mode_rain_ice_slow.o spll_mode_rain_ice_fast_rs.o \ spll_mode_rain_ice_slow.o spll_mode_rain_ice_fast_rs.o \
spll_prandtl.o spll_mode_rain_ice_fast_rg.o spll_mode_rain_ice_fast_ri.o \ spll_prandtl.o spll_mode_rain_ice_fast_rg.o spll_mode_rain_ice_fast_ri.o \
spll_mode_rain_ice.o spll_mode_rain_warm.o \ spll_mode_rain_ice.o spll_mode_rain_ice_warm.o \
spll_rotate_wind.o spll_ground_param_n.o spll_advec_ppm_algo.o \ spll_ground_param_n.o spll_advec_ppm_algo.o \
spll_turb_hor_sv_corr.o spll_turb_hor_sv_corr.o spll_rain_ice.o spll_mode_rain_ice_nucleation.o \
spll_mode_prandtl.o spll_turb_ver.o
$(OBJS_LST) : OPT += -rdimo $(OBJS_LST) : OPT += -rdimo
SPLL = spll_lst
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