Ignore:
Timestamp:
Jul 5, 2007, 2:10:47 PM (17 years ago)
Author:
lsce
Message:

ACo + YM : correction bug communicateur pour le couple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/mod_const_para.F90

    r774 r806  
    1010  IMPLICIT NONE
    1111    INCLUDE 'mpif.h'
     12    INTEGER :: ierr
    1213 
    13     COMM_LMDZ=MPI_COMM_WORLD
     14#ifdef CPP_COUPLE
     15       call prism_init_comp_proto (comp_id, 'lmdz.x', ierr)
     16       call prism_get_localcomm_proto(COMM_LMDZ,ierr)
     17#else     
     18      call MPI_INIT(ierr)
     19      COMM_LMDZ=MPI_COMM_WORLD
     20#endif
     21
    1422    MPI_REAL_LMDZ=MPI_REAL8
    1523  END SUBROUTINE Init_const_mpi
Note: See TracChangeset for help on using the changeset viewer.