From a1a653e6d848c658ae78a56f399e9014a834eeca Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Wed, 3 Sep 2025 18:10:25 +0200 Subject: [PATCH] feat: add more save times to mpi testing --- mpi_testing_hip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpi_testing_hip.py b/mpi_testing_hip.py index 7fc3c62..df56a10 100644 --- a/mpi_testing_hip.py +++ b/mpi_testing_hip.py @@ -116,7 +116,7 @@ gamma = 1.4 # save_times = np.linspace(0, 0.000009, 2) # save_times = np.linspace(0, 0.000099, 11) # save_times = np.linspace(0, 0.000099, 2) -save_times = np.linspace(0, 0.1, 5) +save_times = np.linspace(0, 1, 21) outfile = "mpi_out.nc4" save_var_names = ['rho', 'rho_u', 'rho_v', 'E']