Skip to content

Commit 81a48bd

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
AMD+MP Frontier debug IGR+Bubbles
1 parent d0ffde2 commit 81a48bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/post_process/m_mpi_proxy.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ contains
133133
& 'Re_inv', 'Bx0', 'sigma', 't_save', 't_stop', &
134134
& 'x_output%beg', 'x_output%end', 'y_output%beg', &
135135
& 'y_output%end', 'z_output%beg', 'z_output%end', &
136-
& 'bc_x%Twall_in', 'bc_x %Twall_out', 'bc_y%Twall_in',&
136+
& 'bc_x%Twall_in', 'bc_x%Twall_out', 'bc_y%Twall_in',&
137137
& 'bc_y%Twall_out','bc_z%Twall_in', 'bc_z%Twall_out' ]
138138
call MPI_BCAST(${VAR}$, 1, mpi_p, 0, MPI_COMM_WORLD, ierr)
139139
#:endfor

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ contains
574574
575575
if (igr .or. dummy) then
576576
call nvtxStartRange("RHS-COMMUNICATION")
577-
call s_populate_variables_buffers(bc_type, q_cons_vf, pb_in, mv_in)
577+
call s_populate_variables_buffers(bc_type, q_cons_vf, pb_in, mv_in, q_T_sf)
578578
call nvtxEndRange
579579
end if
580580
if (.not. igr .or. dummy) then

src/simulation/m_time_steppers.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ contains
605605
call s_compute_bubble_EE_source(q_cons_ts(1)%vf, q_prim_vf, rhs_vf, divu)
606606
call s_comp_alpha_from_n(q_cons_ts(1)%vf)
607607
else if (bubbles_lagrange) then
608-
call s_populate_variables_buffers(bc_type, q_prim_vf, pb_ts(1)%sf, mv_ts(1)%sf)
608+
call s_populate_variables_buffers(bc_type, q_prim_vf, pb_ts(1)%sf, mv_ts(1)%sf, q_T_sf)
609609
call s_compute_bubble_EL_dynamics(q_prim_vf, stage)
610610
call s_transfer_data_to_tmp()
611611
call s_smear_voidfraction()

0 commit comments

Comments
 (0)