From a4b14beab9ba42d2435d8f29f1de8f9281891790 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Tue, 2 Jan 2024 19:02:41 -0800 Subject: [PATCH] show comms ctx --- src/Regridder.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Regridder.jl b/src/Regridder.jl index 15751deaf..74a5baa36 100644 --- a/src/Regridder.jl +++ b/src/Regridder.jl @@ -330,6 +330,7 @@ the input HDF5 file must be readable by multiple MPI processes. - Field or FieldVector """ function read_from_hdf5(REGRID_DIR, hd_outfile_root, time, varname, comms_ctx) + @show "read_from_hdf5 $comms_ctx" @show "in read_from_hdf5" hdfreader = InputOutput.HDF5Reader(joinpath(REGRID_DIR, hd_outfile_root * "_" * string(time) * ".hdf5"), comms_ctx) @show "after HDF5Reader"