Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 042022 #184

Merged
merged 6 commits into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
clean up fms_mp_mod and remove mp_bcst
  • Loading branch information
bensonr committed Apr 5, 2022
commit 3c4866514e2eac4a2b01a3fa58c1cd83867e6b5d
1 change: 0 additions & 1 deletion model/boundary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module boundary_mod
use mpp_domains_mod, only: AGRID, BGRID_NE, CGRID_NE, DGRID_NE
use mpp_mod, only: mpp_error, FATAL, mpp_sum, mpp_sync, mpp_npes, mpp_broadcast, WARNING, mpp_pe

use fv_mp_mod, only: mp_bcst
use fv_arrays_mod, only: fv_atmos_type, fv_nest_BC_type_3D, fv_grid_bounds_type
use mpp_mod, only: mpp_send, mpp_recv
use fv_timing_mod, only: timing_on, timing_off
Expand Down
2 changes: 1 addition & 1 deletion tools/fv_grid_tools.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module fv_grid_tools_mod
spherical_linear_interpolation, big_number
use fv_timing_mod, only: timing_on, timing_off
use fv_mp_mod, only: is_master, fill_corners, XDir, YDir
use fv_mp_mod, only: mp_bcst, mp_reduce_max, mp_stop, grids_master_procs
use fv_mp_mod, only: mp_reduce_max, mp_stop, grids_master_procs
use sorted_index_mod, only: sorted_inta, sorted_intb
use mpp_mod, only: mpp_error, FATAL, get_unit, mpp_chksum, mpp_pe, stdout, &
mpp_send, mpp_recv, mpp_sync_self, EVENT_RECV, mpp_npes, &
Expand Down
Loading