Skip to content

Commit

Permalink
removed module use of mpp_node from fv_mp_mod.F90 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonr committed Oct 28, 2020
1 parent e806b31 commit d621b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fv_mp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module fv_mp_mod
! !USES:
use fms_mod, only : fms_init, fms_end
use mpp_mod, only : FATAL, MPP_DEBUG, NOTE, MPP_CLOCK_SYNC,MPP_CLOCK_DETAILED, WARNING
use mpp_mod, only : mpp_pe, mpp_npes, mpp_node, mpp_root_pe, mpp_error, mpp_set_warn_level
use mpp_mod, only : mpp_pe, mpp_npes, mpp_root_pe, mpp_error, mpp_set_warn_level
use mpp_mod, only : mpp_declare_pelist, mpp_set_current_pelist, mpp_sync
use mpp_mod, only : mpp_clock_begin, mpp_clock_end, mpp_clock_id
use mpp_mod, only : mpp_chksum, stdout, stderr, mpp_broadcast
Expand Down

0 comments on commit d621b82

Please sign in to comment.