Changeset 22390


Ignore:
Timestamp:
02/05/18 10:39:14 (7 years ago)
Author:
dmenemen
Message:

removing rankzeros array and using
default values for MPI_INTERCOMM_CREATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/code/eeboot_minimal.F

    r22381 r22390  
    6969     &     mpiMyWid
    7070      integer :: mpiMyWid, numprocsworld
    71       integer icecommsize,rankzeros(2)
    7271      integer my_local_rank,my_local_size
    7372      integer toissmcomm
     
    187186       call MPI_COMM_SIZE(MPI_COMM_WORLD, numprocsworld, mpiRC)
    188187
    189 c     ocean  comm size: 4 (normally should be recovered from list of
    190 c     arguments after mpirun:) */
    191       icecommsize=2
    192 
    193 c     Build array of who is rank 0 of their own group:*/
    194       rankzeros(1)=0
    195       rankzeros(2)=icecommsize
    196 
    197188c     Split world into sub-communicators for each and every model:*/
    198189      call MPI_COMM_SPLIT(MPI_COMM_WORLD,1,MPIMYWID,
     
    202193      print*,'Oc My world size:',numprocsworld
    203194
    204 cdm      call MPI_INTERCOMM_CREATE(MPI_COMM_MODEL,0,MPI_COMM_WORLD,
    205 cdm     &                          rankzeros(1),0,toissmcomm,mpiRC)
     195      call MPI_INTERCOMM_CREATE(MPI_COMM_MODEL,0,MPI_COMM_WORLD,
     196     &                          0,0,toissmcomm,mpiRC)
    206197     
    207198      call MPI_COMM_RANK(MPI_COMM_MODEL, my_local_rank, mpiRC)
Note: See TracChangeset for help on using the changeset viewer.