Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/core_test/mpas_halo_testing.F
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ subroutine mpas_halo_tests(domain, ierr)
end do
end do

call mpas_halo_exch_group_full_halo_exch(domain, 'persistent_group', ierr_local)
call mpas_halo_exch_group_full_halo_exch(domain, 'persistent_group', iErr=ierr_local)
ierr = ior(ierr, ierr_local)

diff = 0.0_RKIND
Expand Down Expand Up @@ -228,7 +228,7 @@ subroutine mpas_halo_tests(domain, ierr)
end do
end do

call mpas_halo_exch_group_full_halo_exch(domain, 'scratch_group', ierr_local)
call mpas_halo_exch_group_full_halo_exch(domain, 'scratch_group', iErr=ierr_local)
ierr = ior(ierr, ierr_local)

diff = 0.0_RKIND
Expand Down