Symbol Description Uses
ierr 330



File Line number Procedure Code
./pkg/compon_communic/coupsend_r4tiles.F 13 COUPSEND_R4TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4tiles.F 73 COUPSEND_R4TILES
        call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4tiles.F 75 COUPSEND_R4TILES
         write(LogUnit,*) 'coupsend_r4tiles: returned ierr=',ierr
./pkg/compon_communic/coupsend_r4tiles.F 79 COUPSEND_R4TILES
        if (ierr.ne.0) then
./pkg/compon_communic/coupsend_r4tiles.F 82 COUPSEND_R4TILES
     &            ' ierr=',ierr
./pkg/compon_communic/comprecv_r8tiles.F 12 COMPRECV_R8TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r8tiles.F 42 COMPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r8tiles.F 44 COMPRECV_R8TILES
        write(LogUnit,*) 'comprecv_r8tiles: returned ierr=',ierr
./pkg/compon_communic/comprecv_r8tiles.F 48 COMPRECV_R8TILES
       if (ierr.ne.0) then
./pkg/compon_communic/comprecv_r8tiles.F 51 COMPRECV_R8TILES
     &            ' ierr=',ierr
./pkg/compon_communic/couprecv_r8.F 13 COUPRECV_R8
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r8.F 52 COUPRECV_R8
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r8.F 54 COUPRECV_R8
        write(LogUnit,*) 'couprecv_r8: returned ierr=',ierr
./pkg/compon_communic/couprecv_r8.F 58 COUPRECV_R8
       if (ierr.ne.0) then
./pkg/compon_communic/couprecv_r8.F 61 COUPRECV_R8
     &            ' ierr=',ierr
./pkg/compon_communic/coupsend_r8tiles.F 13 COUPSEND_R8TILES
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8tiles.F 73 COUPSEND_R8TILES
        call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8tiles.F 75 COUPSEND_R8TILES
         write(LogUnit,*) 'coupsend_r8tiles: returned ierr=',ierr
./pkg/compon_communic/coupsend_r8tiles.F 79 COUPSEND_R8TILES
        if (ierr.ne.0) then
./pkg/compon_communic/coupsend_r8tiles.F 82 COUPSEND_R8TILES
     &            ' ierr=',ierr
./pkg/compon_communic/comprecv_r8.F 12 COMPRECV_R8
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r8.F 36 COMPRECV_R8
      call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r8.F 38 COMPRECV_R8
       write(LogUnit,*) 'comprecv_r8: returned ierr=',ierr
./pkg/compon_communic/comprecv_r8.F 42 COMPRECV_R8
      if (ierr.ne.0) then
./pkg/compon_communic/comprecv_r8.F 45 COMPRECV_R8
     &            ' ierr=',ierr
./pkg/compon_communic/mitcomponent_register.F 10 MITCOMPONENT_REGISTER
      integer myid, numprocs, ierr, rc
./pkg/compon_communic/mitcomponent_register.F 45 MITCOMPONENT_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_register.F 47 MITCOMPONENT_REGISTER
      if (ierr.ne.0) then
./pkg/compon_communic/mitcomponent_register.F 50 MITCOMPONENT_REGISTER
     &            ' ierr=',ierr
./pkg/compon_communic/compsend_r4.F 12 COMPSEND_R4
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4.F 51 COMPSEND_R4
      call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4.F 53 COMPSEND_R4
       write(LogUnit,*) 'compsend_r4: returned ierr=',ierr
./pkg/compon_communic/compsend_r4.F 57 COMPSEND_R4
      if (ierr.ne.0) then
./pkg/compon_communic/compsend_r4.F 60 COMPSEND_R4
     &            ' ierr=',ierr
./pkg/compon_communic/compsend_r8tiles.F 12 COMPSEND_R8TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8tiles.F 62 COMPSEND_R8TILES
       call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8tiles.F 64 COMPSEND_R8TILES
        write(LogUnit,*) 'compsend_r8tiles: returned ierr=',ierr
./pkg/compon_communic/compsend_r8tiles.F 68 COMPSEND_R8TILES
       if (ierr.ne.0) then
./pkg/compon_communic/compsend_r8tiles.F 71 COMPSEND_R8TILES
     &            ' ierr=',ierr
./pkg/compon_communic/couprecv_r8tiles.F 13 COUPRECV_R8TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r8tiles.F 57 COUPRECV_R8TILES
       call MPI_RECV(r8buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r8tiles.F 59 COUPRECV_R8TILES
        write(LogUnit,*) 'couprecv_r8tiles: returned ierr=',ierr
./pkg/compon_communic/couprecv_r8tiles.F 63 COUPRECV_R8TILES
       if (ierr.ne.0) then
./pkg/compon_communic/couprecv_r8tiles.F 66 COUPRECV_R8TILES
     &            ' ierr=',ierr
./pkg/compon_communic/comprecv_r4.F 12 COMPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r4.F 36 COMPRECV_R4
      call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r4.F 38 COMPRECV_R4
       write(LogUnit,*) 'comprecv_r4: returned ierr=',ierr
./pkg/compon_communic/comprecv_r4.F 42 COMPRECV_R4
      if (ierr.ne.0) then
./pkg/compon_communic/comprecv_r4.F 45 COMPRECV_R4
     &            ' ierr=',ierr
./pkg/compon_communic/coupsend_r4.F 13 COUPSEND_R4
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r4.F 70 COUPSEND_R4
       call MPI_SEND( r4buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r4.F 72 COUPSEND_R4
        write(LogUnit,*) 'coupsend_r4: returned ierr=',ierr
./pkg/compon_communic/coupsend_r4.F 76 COUPSEND_R4
       if (ierr.ne.0) then
./pkg/compon_communic/coupsend_r4.F 79 COUPSEND_R4
     &            ' ierr=',ierr
./pkg/compon_communic/mitcplr_init2a.F 10 MITCPLR_INIT2A
      integer myid, numprocs, ierr
./pkg/compon_communic/mitcplr_init2a.F 16 MITCPLR_INIT2A
      call MPI_COMM_RANK( MPI_COMM_myglobal, myid, ierr )
./pkg/compon_communic/mitcplr_init2a.F 17 MITCPLR_INIT2A
      if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2a: ',
./pkg/compon_communic/mitcplr_init2a.F 18 MITCPLR_INIT2A
     &     ' Rank = ',myid,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init2a.F 20 MITCPLR_INIT2A
      call MPI_COMM_SIZE( MPI_COMM_myglobal, numprocs, ierr )
./pkg/compon_communic/mitcplr_init2a.F 21 MITCPLR_INIT2A
      if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2a: ',
./pkg/compon_communic/mitcplr_init2a.F 22 MITCPLR_INIT2A
     &     ' Size = ',numprocs,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init2a.F 49 MITCPLR_INIT2A
     &               MPI_COMM_myglobal, ierr )
./pkg/compon_communic/mitcplr_init2a.F 50 MITCPLR_INIT2A
       if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2a: ',
./pkg/compon_communic/mitcplr_init2a.F 51 MITCPLR_INIT2A
     &    ' MPI_Bcast from ',ibuf(1),ibuf(2),' ierr=',ierr
./pkg/compon_communic/mitcplr_init2a.F 73 MITCPLR_INIT2A
      call MPI_COMM_RANK( MPI_COMM_World, n, ierr )
./pkg/compon_communic/mitcplr_init2a.F 74 MITCPLR_INIT2A
      if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2a: ',
./pkg/compon_communic/mitcplr_init2a.F 75 MITCPLR_INIT2A
     &     ' Rank = ',myid,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init2a.F 77 MITCPLR_INIT2A
      call MPI_COMM_RANK( MPI_COMM_myglobal, j, ierr )
./pkg/compon_communic/mitcplr_init2a.F 78 MITCPLR_INIT2A
      if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2a: ',
./pkg/compon_communic/mitcplr_init2a.F 79 MITCPLR_INIT2A
     &     ' Rank = ',myid,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/compsend_r4tiles.F 12 COMPSEND_R4TILES
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r4tiles.F 62 COMPSEND_R4TILES
       call MPI_SEND( r4buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r4tiles.F 64 COMPSEND_R4TILES
        write(LogUnit,*) 'compsend_r4tiles: returned ierr=',ierr
./pkg/compon_communic/compsend_r4tiles.F 68 COMPSEND_R4TILES
       if (ierr.ne.0) then
./pkg/compon_communic/compsend_r4tiles.F 71 COMPSEND_R4TILES
     &            ' ierr=',ierr
./pkg/compon_communic/mitcoupler_tile_register.F 23 MITCOUPLER_TILE_REGISTER
      integer ierr, rc
./pkg/compon_communic/mitcoupler_tile_register.F 48 MITCOUPLER_TILE_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 50 MITCOUPLER_TILE_REGISTER
       if (ierr.ne.0) then
./pkg/compon_communic/mitcoupler_tile_register.F 53 MITCOUPLER_TILE_REGISTER
     &            ' ierr=',ierr
./pkg/compon_communic/mitcoupler_tile_register.F 72 MITCOUPLER_TILE_REGISTER
        call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_tile_register.F 74 MITCOUPLER_TILE_REGISTER
        if (ierr.ne.0) then
./pkg/compon_communic/mitcoupler_tile_register.F 77 MITCOUPLER_TILE_REGISTER
     &            ' ierr=',ierr
./pkg/compon_communic/compsend_r8.F 12 COMPSEND_R8
      integer count,datatype,dest,tag,comm,ierr
./pkg/compon_communic/compsend_r8.F 51 COMPSEND_R8
      call MPI_SEND( r8buf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/compsend_r8.F 53 COMPSEND_R8
       write(LogUnit,*) 'compsend_r8: returned ierr=',ierr
./pkg/compon_communic/compsend_r8.F 57 COMPSEND_R8
      if (ierr.ne.0) then
./pkg/compon_communic/compsend_r8.F 60 COMPSEND_R8
     &            ' ierr=',ierr
./pkg/compon_communic/comprecv_r4tiles.F 12 COMPRECV_R4TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/comprecv_r4tiles.F 42 COMPRECV_R4TILES
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/comprecv_r4tiles.F 44 COMPRECV_R4TILES
        write(LogUnit,*) 'comprecv_r4tiles: returned ierr=',ierr
./pkg/compon_communic/comprecv_r4tiles.F 48 COMPRECV_R4TILES
       if (ierr.ne.0) then
./pkg/compon_communic/comprecv_r4tiles.F 51 COMPRECV_R4TILES
     &            ' ierr=',ierr
./pkg/compon_communic/couprecv_r4tiles.F 13 COUPRECV_R4TILES
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r4tiles.F 57 COUPRECV_R4TILES
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r4tiles.F 59 COUPRECV_R4TILES
        write(LogUnit,*) 'couprecv_r4tiles: returned ierr=',ierr
./pkg/compon_communic/couprecv_r4tiles.F 63 COUPRECV_R4TILES
       if (ierr.ne.0) then
./pkg/compon_communic/couprecv_r4tiles.F 66 COUPRECV_R4TILES
     &            ' ierr=',ierr
./pkg/compon_communic/mitcomponent_init.F 11 MITCOMPONENT_INIT
      integer myid, numprocs, ierr, rc
./pkg/compon_communic/couprecv_r4.F 13 COUPRECV_R4
      integer count,dtype,rank,tag,comm,ierr
./pkg/compon_communic/couprecv_r4.F 52 COUPRECV_R4
       call MPI_RECV(r4buf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/couprecv_r4.F 54 COUPRECV_R4
        write(LogUnit,*) 'couprecv_r4: returned ierr=',ierr
./pkg/compon_communic/couprecv_r4.F 58 COUPRECV_R4
       if (ierr.ne.0) then
./pkg/compon_communic/couprecv_r4.F 61 COUPRECV_R4
     &            ' ierr=',ierr
./pkg/compon_communic/coupsend_r8.F 13 COUPSEND_R8
      integer count,dtype,dest,tag,comm,ierr
./pkg/compon_communic/coupsend_r8.F 70 COUPSEND_R8
       call MPI_SEND( r8buf, count, dtype, dest, tag, comm, ierr )
./pkg/compon_communic/coupsend_r8.F 72 COUPSEND_R8
        write(LogUnit,*) 'coupsend_r8: returned ierr=',ierr
./pkg/compon_communic/coupsend_r8.F 76 COUPSEND_R8
       if (ierr.ne.0) then
./pkg/compon_communic/coupsend_r8.F 79 COUPSEND_R8
     &            ' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 11 MITCPLR_INIT1
      integer myid, numprocs, ierr, rc
./pkg/compon_communic/mitcplr_init1.F 120 MITCPLR_INIT1
      call MPI_COMM_GROUP( MPI_COMM_WORLD, MPI_GROUP_World, ierr )
./pkg/compon_communic/mitcplr_init1.F 123 MITCPLR_INIT1
     &    ' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 133 MITCPLR_INIT1
     &   ierr )
./pkg/compon_communic/mitcplr_init1.F 136 MITCPLR_INIT1
     &   MPI_GROUP_Tmp,' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 143 MITCPLR_INIT1
     &   ierr )
./pkg/compon_communic/mitcplr_init1.F 146 MITCPLR_INIT1
     &   ' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 154 MITCPLR_INIT1
     &   ierr )
./pkg/compon_communic/mitcplr_init1.F 157 MITCPLR_INIT1
     &   MPI_GROUP_Tmp,' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 164 MITCPLR_INIT1
     &   ierr )
./pkg/compon_communic/mitcplr_init1.F 167 MITCPLR_INIT1
     &   ' ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 193 MITCPLR_INIT1
        call MPI_COMM_RANK( MPI_COMM_compcplr(n), j, ierr )
./pkg/compon_communic/mitcplr_init1.F 194 MITCPLR_INIT1
        if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 195 MITCPLR_INIT1
     &     ' Rank = ',j,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 197 MITCPLR_INIT1
        call MPI_COMM_SIZE( MPI_COMM_compcplr(n), numprocs, ierr )
./pkg/compon_communic/mitcplr_init1.F 198 MITCPLR_INIT1
        if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 199 MITCPLR_INIT1
     &     ' Size = ',numprocs,' MPI_COMM_SIZE ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 206 MITCPLR_INIT1
       call MPI_COMM_RANK( MPI_COMM_myglobal, j, ierr )
./pkg/compon_communic/mitcplr_init1.F 207 MITCPLR_INIT1
       if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 208 MITCPLR_INIT1
     &     ' Rank = ',j,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 210 MITCPLR_INIT1
       call MPI_COMM_SIZE( MPI_COMM_myglobal, numprocs, ierr )
./pkg/compon_communic/mitcplr_init1.F 211 MITCPLR_INIT1
       if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 212 MITCPLR_INIT1
     &     ' Size = ',numprocs,' MPI_COMM_SIZE ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 31 MITCPLR_INIT1
      call MPI_COMM_RANK( MPI_COMM_WORLD, myid, ierr )
./pkg/compon_communic/mitcplr_init1.F 32 MITCPLR_INIT1
      if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 33 MITCPLR_INIT1
     &     ' Rank = ',myid,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 35 MITCPLR_INIT1
      call MPI_COMM_SIZE( MPI_COMM_WORLD, numprocs, ierr )
./pkg/compon_communic/mitcplr_init1.F 36 MITCPLR_INIT1
      if (ierr.ne.0) write(0,*) 'MITCPLR_init1: ',myid,' ',myTypeStr,
./pkg/compon_communic/mitcplr_init1.F 37 MITCPLR_INIT1
     &     ' Size = ',numprocs,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init1.F 64 MITCPLR_INIT1
     &               MPI_COMM_WORLD, ierr )
./pkg/compon_communic/mitcplr_init1.F 66 MITCPLR_INIT1
     &    ' MPI_Bcast from ',ibuf(1),ibuf(2),' ierr=',ierr
./pkg/compon_communic/mitcplr_init2b.F 10 MITCPLR_INIT2B
      integer myid, numprocs, ierr
./pkg/compon_communic/mitcplr_init2b.F 22 MITCPLR_INIT2B
       call MPI_COMM_RANK( MPI_COMM_temp, myid, ierr )
./pkg/compon_communic/mitcplr_init2b.F 23 MITCPLR_INIT2B
       if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2b: ',
./pkg/compon_communic/mitcplr_init2b.F 24 MITCPLR_INIT2B
     &     ' Rank = ',myid,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init2b.F 26 MITCPLR_INIT2B
       call MPI_COMM_SIZE( MPI_COMM_temp, numprocs, ierr )
./pkg/compon_communic/mitcplr_init2b.F 27 MITCPLR_INIT2B
       if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2b: ',
./pkg/compon_communic/mitcplr_init2b.F 28 MITCPLR_INIT2B
     &     ' Size = ',numprocs,' MPI_COMM_RANK ierr=',ierr
./pkg/compon_communic/mitcplr_init2b.F 57 MITCPLR_INIT2B
     &               MPI_COMM_temp, ierr )
./pkg/compon_communic/mitcplr_init2b.F 58 MITCPLR_INIT2B
        if (ierr.ne.0) write(LogUnit,*) 'MITCPLR_init2b: ',
./pkg/compon_communic/mitcplr_init2b.F 59 MITCPLR_INIT2B
     &    ' MPI_Bcast from ',ibuf(1),ibuf(2),' ierr=',ierr
./pkg/compon_communic/mitcoupler_init.F 11 MITCOUPLER_INIT
      integer myid, numprocs, ierr, rc
./pkg/compon_communic/mitcoupler_register.F 23 MITCOUPLER_REGISTER
      integer ierr, rc
./pkg/compon_communic/mitcoupler_register.F 48 MITCOUPLER_REGISTER
       call MPI_RECV(ibuf, count, dtype, rank, tag, comm, stat, ierr)
./pkg/compon_communic/mitcoupler_register.F 50 MITCOUPLER_REGISTER
       if (ierr.ne.0) then
./pkg/compon_communic/mitcoupler_register.F 53 MITCOUPLER_REGISTER
     &            ' ierr=',ierr
./pkg/compon_communic/mitcomponent_tile_register.F 12 MITCOMPONENT_TILE_REGISTER
      integer myid, numprocs, ierr, rc
./pkg/compon_communic/mitcomponent_tile_register.F 66 MITCOMPONENT_TILE_REGISTER
      call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 68 MITCOMPONENT_TILE_REGISTER
      if (ierr.ne.0) then
./pkg/compon_communic/mitcomponent_tile_register.F 71 MITCOMPONENT_TILE_REGISTER
     &            ' ierr=',ierr
./pkg/compon_communic/mitcomponent_tile_register.F 92 MITCOMPONENT_TILE_REGISTER
       call MPI_SEND( ibuf, count, datatype, dest, tag, comm, ierr )
./pkg/compon_communic/mitcomponent_tile_register.F 94 MITCOMPONENT_TILE_REGISTER
       if (ierr.ne.0) then
./pkg/compon_communic/mitcomponent_tile_register.F 97 MITCOMPONENT_TILE_REGISTER
     &           ' ierr=',ierr
./pkg/exf/exf_interp_read.F 57 EXF_INTERP_READ
      integer  ierr, length_of_rec
./pkg/exf/exf_interp_read.F 90 EXF_INTERP_READ
     &       0,MPI_COMM_MODEL,ierr)