Skip to content

Commit

Permalink
resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 1, 2024
1 parent 5fc1692 commit 2b2da23
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 232 deletions.
2 changes: 1 addition & 1 deletion src/simulation/m_rhs.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ contains
@:DEALLOCATE_GLOBAL(qL_rsz_vf, qR_rsz_vf)
end if

if (weno_Re_flux) then
if (any(Re_size > 0) .and. weno_Re_flux) then
@:DEALLOCATE_GLOBAL(dqL_rsx_vf, dqR_rsx_vf)

if (n > 0) then
Expand Down
4 changes: 2 additions & 2 deletions src/simulation/m_start_up.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ contains
! Namelist of the global parameters which may be specified by user
namelist /user_inputs/ case_dir, run_time_info, m, n, p, dt, &
t_step_start, t_step_stop, t_step_save, &
model_eqns, adv_alphan, &
model_eqns, num_fluids, adv_alphan, &
mpp_lim, time_stepper, weno_eps, weno_flat, &
riemann_flat, cu_mpi, cu_tensor, &
mapped_weno, mp_weno, weno_avg, &
Expand All @@ -143,7 +143,7 @@ contains
rhoref, pref, bubbles, bubble_model, &
R0ref, &
#:if not MFC_CASE_OPTIMIZATION
nb, weno_order, num_fluids, &
nb, weno_order, &
#:endif
Ca, Web, Re_inv, &
monopole, mono, num_mono, &
Expand Down
115 changes: 0 additions & 115 deletions toolchain/mfc/run/:wq

This file was deleted.

2 changes: 1 addition & 1 deletion toolchain/mfc/run/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _default() -> str:
"pre_process" : self.__get_pre_fpp,
"simulation" : self.__get_sim_fpp,
"post_process" : self.__get_post_fpp,
}.get(build.get_target(target).name, _default)()
}.get(build.get_target(target).name, _default)(print)
return result

def generate_fpp(self, target) -> None:
Expand Down
113 changes: 0 additions & 113 deletions toolchain/mfc/run/mpi_bins.py

This file was deleted.

0 comments on commit 2b2da23

Please sign in to comment.