Skip to content

Commit

Permalink
Remove ifdef SCALE_DEVELOP in lancher module
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkawai committed Apr 2, 2024
1 parent ac07694 commit da2679b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions model/atm_nonhydro3d/src/admin/mod_dg_launcher.F90
Original file line number Diff line number Diff line change
Expand Up @@ -238,26 +238,14 @@ subroutine launcher( &
if( universal_master ) write(*,'(1x,A,L5)') "*** Flag of ABORT ALL JOBS = ", ABORT_ALL_JOBS
endif

! communicator split for nesting domains
#ifdef SCALE_DEVELOP
! communicator split for nesting domains
call PRC_MPIsplit_nest( global_comm, & ! [IN]
NUM_DOMAIN, & ! [IN]
PRC_DOMAINS(:), & ! [IN]
LOG_SPLIT, & ! [IN]
COLOR_REORDER, & ! [IN]
local_comm, & ! [OUT]
ID_DOMAIN ) ! [OUT]
#else
call PRC_MPIsplit_nest( global_comm, & ! [IN]
NUM_DOMAIN, & ! [IN]
PRC_DOMAINS(:), & ! [IN]
LOG_SPLIT, & ! [IN]
COLOR_REORDER, & ! [IN]
local_comm, & ! [OUT]
ID_DOMAIN, & ! [OUT]
intercomm_parent, & ! [OUT]
intercomm_child ) ! [OUT]
#endif

!--- initialize FPM module & error handler
call FPM_Init( NUM_FAIL_TOLERANCE, & ! [IN]
Expand Down

0 comments on commit da2679b

Please sign in to comment.