From 121ddeba91261824693673b6ef2c2dc45c004fa1 Mon Sep 17 00:00:00 2001 From: Ben Wilfong <48168887+wilfonba@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:54:00 -0500 Subject: [PATCH 1/2] minor bug fix --- examples/1D_shuosher/case.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1D_shuosher/case.py b/examples/1D_shuosher/case.py index 10ae4070a..7ce66402d 100644 --- a/examples/1D_shuosher/case.py +++ b/examples/1D_shuosher/case.py @@ -71,7 +71,7 @@ # One anlytic patch to take care of -4 < x < 5 # Patch 2 Analytic ========================================================= - 'patch_icpp(2)%geometry' : 15, + 'patch_icpp(2)%geometry' : 1, 'patch_icpp(2)%x_centroid' : 0.5, 'patch_icpp(2)%length_x' : 9., 'patch_icpp(2)%vel(1)' : 0., From 01c3b2ca98fd69b58962cd3fd3b319ee5a9e3b8e Mon Sep 17 00:00:00 2001 From: Ben Wilfong <48168887+wilfonba@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:28:32 -0500 Subject: [PATCH 2/2] fix run_time_info bug --- src/simulation/m_data_output.fpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simulation/m_data_output.fpp b/src/simulation/m_data_output.fpp index d6ea41516..ff12c4217 100644 --- a/src/simulation/m_data_output.fpp +++ b/src/simulation/m_data_output.fpp @@ -373,8 +373,6 @@ contains !$acc end kernels end if - !$acc update host(icfl_max_loc, vcfl_max_loc, Rc_min_loc) - ! Determining global stability criteria extrema at current time-step if (num_procs > 1) then call s_mpi_reduce_stability_criteria_extrema(icfl_max_loc, &