Skip to content

Commit

Permalink
mpi test try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja committed Dec 6, 2024
1 parent d0cc776 commit 8365666
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/mpi_tests/regridder_mpi_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ pid, nprocs = ClimaComms.init(comms_ctx)
if ClimaComms.iamroot(comms_ctx)
data_path = joinpath(regrid_dir, "test_data")
TestHelper.gen_ncdata_time(FT, data_path, varname, FT(1))
Regridders.TempestRegridder(test_space, varname, data_path; regrid_dir, mono = true)
Regridders.TempestRegridder(TestHelper.create_space(FT), varname, data_path; regrid_dir, mono = true)
end
ClimaComms.barrier(comms_ctx)
ClimaComms.barrier(comms_ctx)
output_field_ones =
Regridder.read_from_hdf5(regrid_dir, hd_outfile_root, Dates.DateTime(2021), varname, comms_ctx)
output_field_zeros =
Expand Down

0 comments on commit 8365666

Please sign in to comment.