Skip to content

Commit

Permalink
show comms ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Jan 3, 2024
1 parent 63b5db2 commit a4b14be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Regridder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a4b14be

Please sign in to comment.